ActivityErrorCode Enumeration |
Defines an enumeration whose members represent the kind of ActivityException thrown.
Namespace: Scanjour.Workflow4.ActivityLibraryAssembly: Scanjour.Workflow4.ActivityLibrary_24.5.0.0 (in Scanjour.Workflow4.ActivityLibrary_24.5.0.0.dll) Version: 24.5.0.0 (24.5.0.0)
Syntaxpublic enum ActivityErrorCode
Public Enumeration ActivityErrorCode
public enum class ActivityErrorCode
MembersMember name | Value | Description |
---|
WorkflowInstanceNotFound | 0 |
The specified workflow instance could not be found.
|
WorkflowInstanceNoRegisterAssociation | 1 |
The specified workflow instance did not associate to any SOM register or to a unique record within this register.
|
ContactNotFound | 2 |
The specified contact could not be found.
|
InternalError | 3 |
An internal error occurred.
|
ProcessNotFound | 4 |
The specified process is not found in the wzp_process register
|
ProcessWorkflowNotFound | 5 |
The specified workflow is not found in the wzp_workflow register
|
CaseNotFound | 6 |
The process owner cannot locate the case
|
See Also