Share via


WorkflowVersionProperties interface

Workflow Version Properties

Properties

configuration

Resolved configuration values

provisioningState

Provisioning state of resource

reviewId

Review id of resolved config for this workflow version

revision

Revision number of resolved config for this workflow version

specification

Execution specification

stageSpec

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

A list of stage specs

stageSpec: StageSpec[]

Property Value

state

State of workflow version

state?: string

Property Value

string