Fuego.Lib : ProcessInstanceState

The ProcessInstanceState component is an Enumeration that defines the possible statuses for a process instance.

To read the status of the current process instance, use the predefined instance variable status. Every process instance includes the status predefined variable, which is an instance of ProcessInstanceState.

You cannot change the value of status. The status of the process instances is controlled by the Process Execution Engine.

The valid statuses are:


Related reference
Fuego.Lib : ProcessInstance