Skip to main content

Common

Referenced In

Fields

FieldTypeDescriptionDefault
stepIdstringOptional. ID of the step.
descriptionstringOptional. Description of the step.
outputsobject(Outputs (step))Optional. Outputs from step processes and user-defined expressions. Use the outputs object to reference outputs in subsequent steps. If a user-defined output matches the key for a step-defined output, the user-defined output takes precedence.{}
variablesobject(Variables (step))Optional. Environment variables to set from user-defined expressions.{}

Examples

{
"stepId": "example",
"description": "example",
"outputs": {},
"variables": {}
}