WorkflowHostErrorCode Enumeration |
Defines an enumeration whose members represent the kind of WorkflowHostException thrown.
Namespace: Scanjour.Workflow4.HostAssembly: Scanjour.Workflow4.Host (in Scanjour.Workflow4.Host.dll) Version: 24.5.0.0 (24.5.0.0)
Syntaxpublic enum WorkflowHostErrorCode
Public Enumeration WorkflowHostErrorCode
public enum class WorkflowHostErrorCode
type WorkflowHostErrorCode
MembersMember 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