Defines the type of a workflow state.

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

Members

Member nameValueDescription
AS_WST_INTERMEDIATE_STATE0 Intermediate workflow state.
AS_WST_BEGIN_STATE1 Begin workflow state.
AS_WST_END_STATE2 End workflow state.

Remarks

This enumeration overrides AS_WORKFLOW_STATE_TYPE defined in BlueCieloECM.AMAutoSO PIA. Has the same values as WorkflowStateKind.

See Also