StepOutput interface
Update install instruction step.
Properties
| description | Step description. |
| files | Collection of file names to be passed to handler during execution. Required if step type is inline. |
| handler | Identity of handler that will execute this step. Required if step type is inline. |
| handler |
Parameters to be passed to handler during execution. |
| type | Step type. |
| update |
Referenced child update identity. Required if step type is reference. |
Property Details
description
Step description.
description?: string
Property Value
string
files
Collection of file names to be passed to handler during execution. Required if step type is inline.
files?: string[]
Property Value
string[]
handler
Identity of handler that will execute this step. Required if step type is inline.
handler?: string
Property Value
string
handlerProperties
Parameters to be passed to handler during execution.
handlerProperties?: Record<string, unknown>
Property Value
Record<string, unknown>
type
Step type.
type?: "Inline" | "Reference"
Property Value
"Inline" | "Reference"
updateId
Referenced child update identity. Required if step type is reference.
updateId?: UpdateIdOutput