Defines flags to control the workflow manager
and the to-do person of the workflow.
Namespace: BlueCieloECM.InnoCielo.Meridian.ServerAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)
Syntax
C# |
---|
[FlagsAttribute] public enum WorkflowManagerToDoFlags |
Visual Basic |
---|
<FlagsAttribute> _ Public Enumeration WorkflowManagerToDoFlags |
Visual C++ |
---|
[FlagsAttribute] public enum class 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.