Click or drag to resize

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
Members
  Member nameValueDescription
WFMANOPT_CURRENT_USER0 The user that starts the workflow will become the workflow manager.
WFMANOPT_CLIENT_SPECIFY_MANAGER1 Workflow manager is specified by the client.
Remarks
This enumeration overrides WORKFLOW_MANAGER_OPTION defined in BlueCieloECM.AMEdm PIA.
See Also