Defines an enumeration whose members represent the kind of ActivityException thrown.
Namespace: Scanjour.Workflow4.ActivityLibrary
Assembly: Scanjour.Workflow4.ActivityLibrary_23.1.0.0 (in Scanjour.Workflow4.ActivityLibrary_23.1.0.0.dll) Version: 23.1.0.0 (23.1.0.0)
Syntax
Members
Member 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