Transitions
Transitions have the following information:

Name of the transition.

Determines the direction of the document's movement. For example, in case of denial.
-
Not specified
-
Direct
-
Reverse

Executes the transition.
-
Auto, transition is automatically executed when the previous activity is completed.
-
Command, requires a Command to be created on the workflow.
-
Timer, requires a Timer to be created on the workflow.

- Always
- Always
- Conditional
-
Conditions that must be true to execute the transition. For example, the applicant has visa sponsorship and passed all the required clearance checks.
- Type: action. The Expression type is not used.
- Action type requires the following details:
- Action: select from the list, such as IsVisaSponsorshipStatus.
- Action parameter: select from a list, or select the
button which opens Edit parameter values dialog to select parameters. The Edit value in JSON is not used, actions which show this option don't require a parameter.
- Invert result - checkbox.
- Otherwise
- Otherwise

Determines if a transition starts or finishes a sub-process or parallel branch in the workflow. The options are:
-
None
-
Start
-
Finalise

Only available when the Command trigger is selected, use to restrict the command to certain actors. For example, an Application Manager needs to execute the command.
-
Actor: requires actors to be created on the workflow.
-
Type: allow or restrict.

Expert mode provides additional options.
From activity and To activity, view or change the activities a transition links.
Annotations: name and value, adds annotations to the workflow. To be defined.