The workflow is missing a Receive to pair with a SendReply. Please ensure that each SendReply activity is paired with a Receive activity that is present in the workflow.
The workflow definition does not have an attached copy of its original definition. Before making updates to the workflow, ...
The workflow definition of the passed in Activity is different from the workflow definition passed into the constructor of ...
The workflow hosting environment does not have a persistence service as required by an operation on the workflow instance ...
The workflow invoked by Interop '{0}' requires behavior which is not in the subset of behavior supported by the Interop activity. ...
The workflow is missing a Receive to pair with a SendReply. Please ensure that each SendReply activity is paired with a Receive ...
The workflow runtime is currently executing a workflow and operations can only be performed while the workflow is paused. ...
The WorkflowApplication has been aborted because a Load or LoadRunnableInstance operation threw a VersionMismatchException. ...
The WorkflowApplication has been aborted because a Load or LoadRunnableInstance operation threw an exception. Create a new ...
The WorkflowApplication.LoadRunnableInstance operation requires an explicitly created InstanceOwner. To use this method, ...