End Task
End task is a system task that terminates a workflow with either a Completed
or Failed
termination status.
There are several tabs available where you can configure an End task:
-
General tab
-
Input Parameters tab
-
Workflow Output tab
The configuration of the Input Parameters tabs is similar to that of a user task. We discuss only the General and Workflow Output tab here.
General tab
From the General tab, set up the following fields:
Field |
Required |
Description |
---|---|---|
Name |
Yes |
The task name, whose length MUST BE less than or equal to 80 Unicode characters, and MUST be unique within the scope of the whole workflow definition. |
Description |
No |
Hold a human-readable description or comment. |
Termination status: Completed |
Yes |
Terminates a workflow successfully or ends a branch of a Parallel route. |
Termination status: Failed |
Terminates the workflow and marks it as a failure. |
Workflow Output tab
From the Workflow Output tab, set up the following fields:
Field |
Required |
Description |
---|---|---|
Workflow output |
No |
A JSON fragment of key-value pairs containing the mapping values from input or output of another task during the execution. |