WorkflowManagerToDoFlags Enumeration |
Defines flags to control the workflow manager
and the to-do person of the workflow.
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 WorkflowManagerToDoFlags
<FlagsAttribute>
Public Enumeration WorkflowManagerToDoFlags
Members
| Member name | Value | Description |
---|
| WFMANTODO_MANAGER_IS_TODOPERSON | 0 |
Current manager becomes the to-do person.
|
| WFMANTODO_TODOPER_UNCHANGED | 1 |
To-do person is not changed.
|
| WFMANTODO_TODOPER_CURRENT_USER | 2 |
Current user becomes the to-do person.
|
| WFMANTODO_CLIENT_SPECIFY_TODOPER | 4 |
Client should specify the to-do person.
|
| WFMANTODO_CLIENT_OR_TODOPER_UNCHANGED | 5 |
Client may specify the to-do person; otherwise, it is not changed.
|
| WFMANTODO_CLIENT_OR_TODOPER_CURRENT_USER | 6 |
Client may specify the to-do person; otherwise, the current user becomes the to-do person.
|
Remarks
This enumeration overrides WORKFLOW_MANAGER_AND_TODOPER
defined in BlueCieloECM.AMEdm PIA.
See Also