SDocumentWorkflowFlags Enumeration |
Defines the possible document workflow states.
Namespace:
BlueCieloECM.InnoCielo.Meridian.Scripting
Assembly:
BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.111.0)
Syntax [FlagsAttribute]
public enum SDocumentWorkflowFlags
<FlagsAttribute>
Public Enumeration SDocumentWorkflowFlags
Members
| Member name | Value | Description |
---|
| AS_WF_RELEASED | 1 |
Released.
|
| AS_WF_INITIATED | 2 |
Initiated. Waiting to be assigned to the person who will edit the document.
|
| AS_WF_REFUSED | 4 |
Refused. The person to whom the document was assigned has refused it.
|
| AS_WF_ASSIGNED | 8 |
Assigned. The to-do person can change the state to Under Change to start editing.
|
| AS_WF_UNDERCHANGE | 16 |
Under Change. Documents can be edited in this state.
|
| AS_WF_SUBMITTED | 32 |
Submitted. The editor has submitted the document for approval or review.
|
| AS_WF_INREVIEW | 64 |
In review. Documents can be edited in this state.
|
| AS_WF_REJECTED | 128 |
Rejected. The reviewer has rejected the document.
|
| AS_WF_APPROVED | 256 |
Approved. Ready to be released.
|
| AS_WF_WORKINGCOPY | 512 |
Working copy (Quick Change). Documents can be edited in this state.
|
| AS_WF_UNCHANGED | 1024 |
Unchanged. New document.
|
| AS_WF_RETIRED | 2048 |
Retired.
|
| AS_WF_CDWF | 4096 |
In workflow created from a workflow definition.
|
| AS_WF_CDWF_UNDERCHANGE | 4112 |
Under Change in workflow created from a workflow definition.
|
| AS_WF_CDWF_INREVIEW | 4160 |
In review inside workflow created from a workflow definition.
|
Remarks
This enumeration overrides
AS_WF_STATE
defined in
BlueCieloECM.AMAutoSO PIA.
Has the same values as
DocumentWorkflowFlags.
See Also