Workflow editor elements
The following table lists the main workflow elements and describes each one.
Element |
Editor |
Description |
More information |
|---|---|---|---|
|
Every workflow begins
with a |
||
|
Defines the step on which the workflow starts. It optionally contains Gosu blocks to set up the workflow or its business data. It runs before any other workflow step. |
||
|
Defines a workflow step that finishes immediately, without waiting for time to pass or for an external trigger to activate it. |
||
|
Supports messaging-based
integrations. It automatically generates and sends a single integration
message and then stops the workflow until the message completes. (Typically,
this is through receipt of an |
||
|
An |
||
|
Defines a workflow step that waits for someone—or some thing—to invoke an external trigger or for some period of time to pass. |
||
|
Indicates a branch
or transition to another workflow step. It occurs only within an
|
||
|
Indicates a branch
or transition to another workflow element. It occurs only within a |
||
|
Indicates a branch
or transition to another workflow element. It occurs only within a |
||
|
Indicates a possible outcome for the workflow. This step is special. It indicates that it is a last step, out of which no branch leaves. |
||
|
(Optional) Defines a Gosu script to run at the completion of the workflow to perform any last clean up after the workflow reaches an outcome. It runs after all other workflow steps. |
