DocumentWorkflowFlags Enumeration |
Defines the possible document workflow states.
Namespace:
BlueCieloECM.InnoCielo.Meridian.Server
Assembly:
BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.111.0)
Syntax [FlagsAttribute]
public enum DocumentWorkflowFlags
<FlagsAttribute>
Public Enumeration DocumentWorkflowFlags
Members
| Member name | Value | Description |
---|
| DWFS_UNKNOWN | 0 |
Unknown.
|
| DWFS_RELEASED | 1 |
Released.
|
| DWFS_INITIATED | 2 |
Initiated. Waiting to be assigned to the person that will edit the document.
|
| DWFS_REFUSED | 4 |
Refused. The person to whom the document was assigned has refused it.
|
| DWFS_ASSIGNED | 8 |
Assigned. The To Do person can change the state to Under Change to start editing.
|
| DWFS_UNDERCHANGE | 16 |
Under Change. Documents can be edited in this state.
|
| DWFS_SUBMITTED | 32 |
Submitted. The editor has submitted the document for approval or review.
|
| DWFS_INREVIEW | 64 |
In Review. Documents can be edited in this state.
|
| DWFS_REJECTED | 128 |
Rejected. The reviewer has rejected the document.
|
| DWFS_APPROVED | 256 |
Approved. Ready to be released.
|
| DWFS_WORKINGCOPY | 512 |
Working copy (Quick Change). Documents can be edited in this state.
|
| DWFS_UNCHANGED | 1024 |
Unchanged. New document.
|
| DWFS_RETIRED | 2048 |
Retired.
|
| DWFS_CDWF | 4096 |
In a workflow created from a workflow definition.
|
| DWFS_CDWF_UNDERCHANGE | 4112 |
Under change in a workflow created from a workflow definition.
|
| DWFS_CDWF_INREVIEW | 4160 |
In review on a workflow created from a workflow definition.
|
Remarks
This enumeration overrides DWF_STATES defined in BlueCieloECM.AMEdm PIA.
See Also