Interface
Detailed information for a step in a diagram.
Properties
Property | Type | Notes |
---|---|---|
Specific action for running this step. | ||
boolean | Indicates whether this step will run automatically. | |
boolean | Indicates whether the step can be completed without it first being run. | |
string | Color of the step. | |
string | Description of the step. | |
string | Link for help documentation. | |
string | Text for help documentation. | |
string | Url to help documentation. | |
string | Step Id. | |
string | Step name. | |
StepPath[] | Paths in the diagram which connect steps together. | |
string | Position of the step on the diagram. | |
boolean | Indicates whether the workflow should proceed to the next step in the diagram after completion of this step. | |
Schedule | Schedule for when the step should be run. | |
number | Shape of the step. | |
string | Id of the step template this step was created from. |
action
Interface Propertyaction: StepAction
Specific action for running this step.
canSkip
Interface PropertycanSkip: boolean
Indicates whether the step can be completed without it first being run.
paths
Interface Propertypaths: StepPath[]
Paths in the diagram which connect steps together.