TaskOrchestrationContainer interface

Extends

Properties

children
continueOnError
data
maxConcurrency
parallel
rollback

Inherited Properties

itemType

Property Details

children

children: TaskOrchestrationItem[]

Property Value

continueOnError

continueOnError: boolean

Property Value

boolean

data

data: {[key: string]: string}

Property Value

{[key: string]: string}

maxConcurrency

maxConcurrency: number

Property Value

number

parallel

parallel: boolean

Property Value

boolean

rollback

rollback: TaskOrchestrationContainer

Property Value

Inherited Property Details

itemType

itemType: TaskOrchestrationItemType

Property Value

Inherited From TaskOrchestrationItem.itemType