Click or drag to resize
SWorkflowInterlockLocation Enumeration
Defines the location of a workflow interlock.

Namespace: BlueCieloECM.InnoCielo.Meridian.Scripting
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax
public enum SWorkflowInterlockLocation
Members
  Member nameValueDescription
AS_WFIL_PARENT_PROJECT0 Parent project interlock.
AS_WFIL_CURRENT_PROJECT1 Current project interlock.
AS_WFIL_TOPMOST_PROJECT2 Topmost project interlock.
Remarks
This enumeration overrides AS_WFINTERLOCK_LOCATION defined in BlueCieloECM.AMAutoSO PIA. Has the same values as WorkflowInterlockLocation.
See Also