WorkflowManagerOption EnumerationMeridian Enterprise 2013 Developer's Guide | BlueCielo ECM Solutions
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.53.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