ActivityErrorCode Enumeration

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

Definition

Namespace: Scanjour.Workflow4.ActivityLibrary
Assembly: Scanjour.Workflow4.ActivityLibrary_24.4.0.0 (in Scanjour.Workflow4.ActivityLibrary_24.4.0.0.dll) Version: 24.4.0.0 (24.4.0.0)
C#
public enum ActivityErrorCode

Members

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