StageStatus interface
Result of Stage execution
Properties
| error |
Error message |
| inputs | The inputs of the StageHistory, Inputs holds a key-value map of user-defined parameters for the initial stage |
| is |
whether this stage is active or inactive |
| nextstage | Next stage |
| outputs | The outputs of the StageHistory, it is different as the different input stages. |
| stage | Current stage |
| status | Deployment status |
| status |
Status message |
Property Details
errorMessage
Error message
errorMessage?: string
Property Value
string
inputs
The inputs of the StageHistory, Inputs holds a key-value map of user-defined parameters for the initial stage
inputs?: Record<string, any>
Property Value
Record<string, any>
isActive
whether this stage is active or inactive
isActive?: string
Property Value
string
nextstage
Next stage
nextstage?: string
Property Value
string
outputs
The outputs of the StageHistory, it is different as the different input stages.
outputs?: Record<string, any>
Property Value
Record<string, any>
stage
Current stage
stage?: string
Property Value
string
status
Deployment status
status?: number
Property Value
number
statusMessage
Status message
statusMessage?: string
Property Value
string