Workflow with id "xxxxx" not found in state persistence store -


"itemprop =" text ">

I have tried to apply an event using a workflow application which throws error when I use ExternalDataExchangeService.

Workflow ID "866568ab-ca1b-4404-a2f1-2c8704539ef4" with state firmness not found in store.

"866568ab-ca1b-4404-a2f1-2c8704539ef4" can not be distributed for the instance ID on the event "QAEngOrTLReject" interface type "RecipeChangeService.IRecipeChangeService".

Here is my implementation code for this - please help I am stuck: (

below is interface and data exchange event args -

  public class RecipeChangeService: IRecipeChangeService {#region IRecipeChangeService member public function eventhandler QAEngOrTLApprove; public event Iventhaandlr QAEngOrTLReject; public bool QAEngOrTLApproved (Guid instanceId, ResponseDataObject rdo) {if (QAEngOrTLApprove! = Null) {QAEngOrTLApprove (this, new XMESWFRecipeResponseDataEventArgs (rdo, instanceId )); True return;} return false;} public hair QAEngOrTLRejected (GUID InstanceID, ResponseDataObject RDO) {if (QAEngOrTLReject! = Null) {QEEngOrTLReject (New XMESWFRecipeResponseDa taEventArgs (RDO, InstanceID)); Return true;} Description is false;}} [Serializable] Public class XMESWFRecipeResponseDataEventArgs: ExternalDataEventArgs {Public Response DataObject RDO = Null; public XMESWFRecipeResponseDataEventArgs (ResponseDataObject RDO, Guid InstanceID): Support (InstanceID) {this.rdo = RDO; }}  

The event has been raised using -

  IRecipeChangeService s = ExceptionServices.GetExceptionService (WorkflowException Type Response Change) IREPP ChangeSew; S.QAEngOrTLApproved (new Guid (instanceId), rdo);  

Thanks.

Please make us a favor and please make sure the code is readable.

Workflow can not be found, there can be several reasons. First of all, you will also see this error that if there is no firmness service and the workflow is not in memory, another thing to check is that if the workflow is not yet complete. This can be either as a result of any other event or one of either uncontrolled errors.


Comments

Popular posts from this blog

c# - ListView onScroll event -

PHP - get image from byte array -

Linux Terminal Problem with Non-Canonical Terminal I/O app -