Click or drag to resize
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.19.0)
Syntax
[FlagsAttribute]
public enum WorkflowManagerToDoFlags
Members
  Member nameValueDescription
WFMANTODO_MANAGER_IS_TODOPERSON0 Current manager becomes the to-do person.
WFMANTODO_TODOPER_UNCHANGED1 To-do person is not changed.
WFMANTODO_TODOPER_CURRENT_USER2 Current user becomes the to-do person.
WFMANTODO_CLIENT_SPECIFY_TODOPER4 Client should specify the to-do person.
WFMANTODO_CLIENT_OR_TODOPER_UNCHANGED5 Client may specify the to-do person; otherwise, it is not changed.
WFMANTODO_CLIENT_OR_TODOPER_CURRENT_USER6 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