ActivityErrorCode Enumeration

Scanjour Workflow4 Reference Manual
Defines an enumeration whose members represent the kind of ActivityException thrown.

Namespace:  Scanjour.Workflow4.ActivityLibrary
Assembly:  Scanjour.Workflow4.ActivityLibrary_23.2.0.0 (in Scanjour.Workflow4.ActivityLibrary_23.2.0.0.dll) Version: 23.2.0.0 (23.2.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

Reference