WorkflowVersionProperties interface
Workflow Version Properties
Properties
| configuration | Resolved configuration values |
| provisioning |
Provisioning state of resource |
| review |
Review id of resolved config for this workflow version |
| revision | Revision number of resolved config for this workflow version |
| specification | Execution specification |
| stage |
A list of stage specs |
| state | State of workflow version |
Property Details
configuration
Resolved configuration values
configuration?: string
Property Value
string
provisioningState
Provisioning state of resource
provisioningState?: string
Property Value
string
reviewId
Review id of resolved config for this workflow version
reviewId?: string
Property Value
string
revision
Revision number of resolved config for this workflow version
revision?: number
Property Value
number
specification
Execution specification
specification?: Record<string, any>
Property Value
Record<string, any>
stageSpec
state
State of workflow version
state?: string
Property Value
string