Common
Referenced In
Fields
Field | Type | Description | Default |
---|---|---|---|
stepId | string | Optional. ID of the step. | |
description | string | Optional. Description of the step. | |
outputs | object(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. | {} |
variables | object(Variables (step)) | Optional. Environment variables to set from user-defined expressions. | {} |
Examples
{
"stepId": "example",
"description": "example",
"outputs": {},
"variables": {}
}