Activities
Activities and long-running activities have the following information:

Needs to be unique and is case-specific.

Indicates the start of the workflow.

Indicates the end of the workflow.

Determines the possibility to set this state through the function set state. Where several activities have the same state, it indicates the first in the sequence.

Determines that if the process scheme is obsolete then the workflow runtime tries to update it automatically.
Implementation | Create

Activities can have one or more actions. For example, a new applications activity could move applications to the folder of the appropriate desk and create the clearance to check the criminal records of the applicants using three actions:
-
Move to desk
-
Move to folder
-
Create clearance check
Long-running activities have one action and are used to wait for an action to be processed. For example, where the action has to wait for an updated version of a document to be uploaded.

Match to the action, used to identify, update, or move applications. For example, the desk to use with the Move to desk action, or the Academic year to select with the Is academic year action.
Expert mode
Expert mode provides additional options.
-
Pre-execution implementation is used to simulate the implementation's execution and provide information on how the action is applied without running the action. It has the same action options as implementation. To be defined.
-
Annotations: name and value, adds annotations to the workflow. Available on Activities. To be defined.