Defines the location of a workflow interlock.

Namespace: BlueCieloECM.InnoCielo.Meridian.Scripting
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)

Syntax

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