Click or drag to resize

ActivityErrorCode Enumeration

Defines an enumeration whose members represent the kind of ActivityException thrown.

Namespace: Scanjour.Workflow4.ActivityLibrary
Assembly: 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)
Syntax
public enum ActivityErrorCode
Members
Member nameValueDescription
WorkflowInstanceNotFound0 The specified workflow instance could not be found.
WorkflowInstanceNoRegisterAssociation1 The specified workflow instance did not associate to any SOM register or to a unique record within this register.
ContactNotFound2 The specified contact could not be found.
InternalError3 An internal error occurred.
ProcessNotFound4 The specified process is not found in the wzp_process register
ProcessWorkflowNotFound5 The specified workflow is not found in the wzp_workflow register
CaseNotFound6 The process owner cannot locate the case
See Also