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: 1.4.0.0 (1.4.40.0)

Syntax

C#
public enum WorkflowManagerOption
Visual Basic
Public Enumeration WorkflowManagerOption
Visual C++
public enum class 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