WorkflowManagerOption Enumeration |
Defines the way in which the workflow manager is determined.
Namespace:
BlueCieloECM.InnoCielo.Meridian.Server
Assembly:
BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.111.0)
Syntax public enum WorkflowManagerOption
Public Enumeration WorkflowManagerOption
Members
| Member name | Value | Description |
---|
| WFMANOPT_CURRENT_USER | 0 |
The user that starts the workflow will become the workflow manager.
|
| WFMANOPT_CLIENT_SPECIFY_MANAGER | 1 |
Workflow manager is specified by the client.
|
Remarks
This enumeration overrides WORKFLOW_MANAGER_OPTION
defined in BlueCieloECM.AMEdm PIA.
See Also