2022 June Release

Enum COOWF@1.1:ProcessInstanceState Permanent link for this heading

This enumeration provides the different states a process instance can have.

Values Permanent link for this heading

Name

Value

Description

PROCINST_INPROGRESS

1

In Progress

The process is in progress. The current activities will be shown in the worklists of their participants and can be executed.

PROCINST_SUSPENDED

2

Suspended

The process is suspended. The current activities will be removed from the worklists of their participants until the process state changes back to PROCINST_INPROGRESS.

PROCINST_COMPLETED

3

Completed

The process is finished. All activities of the process have been executed and are completed.

PROCINST_TERMINATED

4

Aborted

The process is canceled. No activities of this process can be executed any more and will be removed from the worklists of their participants. The process can not be activated any more.

PROCINST_ARCHIVED

5

Archived

The process was archived. All instance elements and control elements of the process instance have been deleted for an archived process. The statistic with some metadata of the process was generated and saved on the process before.