Defines an enumeration whose members represent the kind of WorkflowHostException thrown.
Namespace: Scanjour.Workflow4.Host
Assembly: Scanjour.Workflow4.Host (in Scanjour.Workflow4.Host.dll) Version: 23.3.0.0 (23.3.0.0)
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
WorkflowDataNull | 0 | The specified WorkflowCreationData is null. | |
WorkflowTypeMissing | 1 | WorkflowType was not specified. | |
UnknownWorkflowType | 2 | The specified WorkflowType is not known. | |
InvalidXml | 3 | The specified XML was invalid. | |
WorkflowCreationFailed | 4 | The workflow creation failed. See inner exception for details. | |
WorkflowResumptionFailed | 5 | The workflow resumption failed. See inner exception for details. | |
UnknownWorkflowInstance | 6 | The workflow instance specified is not known. | |
NoRegisterAccess | 7 | No access to the specified register. | |
InternalError | 8 | An internal error occurred. | |
WorkflowCompleted | 9 | Workflow completed, terminated or faulted. | |
WorkflowBusy | 10 | Workflow busy. | |
WorkflowBookmarkGone | 11 | Bookmark is no longer available. | |
InvalidDueDate | 12 | ||
FailedToLoadWorkflow | 13 | Failed to load workflow into workflow application. | |
HostNotInitialized | 14 | Workflow host not initialized.Try IISRESET or check eventlog |
See Also