Skip to main content

Transition

A transition variable is the definition of a transition that is used in a workflow

Construction

A transition is only constructed as part of a workflow. The syntax for the transition is as follows:

"name" -> activity_name
  • name is the name of the transition as defined by the activity you are connecting from
  • activity_name is the name of the activity you want to route to

Properties

A transition has the following properties:

NameDescriptionType
idThe name of the transitionScalar(String)
transitionThe activity name to transition toScalar(String)

Further Reading