WorkflowRunActionRepetitionDefinition interface

The workflow run action repetition definition.

Extends

Properties

code

The workflow scope repetition code.

correlation

The correlation properties.

endTime

The end time of the workflow scope repetition.

error

Anything

inputs

Gets the inputs. NOTE: This property will not be serialized. It can only be populated by the server.

inputsLink

Gets the link to inputs. NOTE: This property will not be serialized. It can only be populated by the server.

iterationCount
outputs

Gets the outputs. NOTE: This property will not be serialized. It can only be populated by the server.

outputsLink

Gets the link to outputs. NOTE: This property will not be serialized. It can only be populated by the server.

repetitionIndexes

The repetition indexes.

retryHistory

Gets the retry histories.

startTime

The start time of the workflow scope repetition.

status

The status of the workflow scope repetition.

trackedProperties

Gets the tracked properties. NOTE: This property will not be serialized. It can only be populated by the server.

trackingId

Gets the tracking id. NOTE: This property will not be serialized. It can only be populated by the server.

Inherited Properties

id

The resource id. NOTE: This property will not be serialized. It can only be populated by the server.

location

The resource location.

name

Gets the resource name. NOTE: This property will not be serialized. It can only be populated by the server.

tags

The resource tags.

type

Gets the resource type. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

code

The workflow scope repetition code.

code?: string

Property Value

string

correlation

The correlation properties.

correlation?: RunActionCorrelation

Property Value

endTime

The end time of the workflow scope repetition.

endTime?: Date

Property Value

Date

error

Anything

error?: any

Property Value

any

inputs

Gets the inputs. NOTE: This property will not be serialized. It can only be populated by the server.

inputs?: any

Property Value

any

Gets the link to inputs. NOTE: This property will not be serialized. It can only be populated by the server.

inputsLink?: ContentLink

Property Value

iterationCount

iterationCount?: number

Property Value

number

outputs

Gets the outputs. NOTE: This property will not be serialized. It can only be populated by the server.

outputs?: any

Property Value

any

Gets the link to outputs. NOTE: This property will not be serialized. It can only be populated by the server.

outputsLink?: ContentLink

Property Value

repetitionIndexes

The repetition indexes.

repetitionIndexes?: RepetitionIndex[]

Property Value

retryHistory

Gets the retry histories.

retryHistory?: RetryHistory[]

Property Value

startTime

The start time of the workflow scope repetition.

startTime?: Date

Property Value

Date

status

The status of the workflow scope repetition.

status?: string

Property Value

string

trackedProperties

Gets the tracked properties. NOTE: This property will not be serialized. It can only be populated by the server.

trackedProperties?: any

Property Value

any

trackingId

Gets the tracking id. NOTE: This property will not be serialized. It can only be populated by the server.

trackingId?: string

Property Value

string

Inherited Property Details

id

The resource id. NOTE: This property will not be serialized. It can only be populated by the server.

id?: string

Property Value

string

Inherited From Resource.id

location

The resource location.

location?: string

Property Value

string

Inherited From Resource.location

name

Gets the resource name. NOTE: This property will not be serialized. It can only be populated by the server.

name?: string

Property Value

string

Inherited From Resource.name

tags

The resource tags.

tags?: {[propertyName: string]: string}

Property Value

{[propertyName: string]: string}

Inherited From Resource.tags

type

Gets the resource type. NOTE: This property will not be serialized. It can only be populated by the server.

type?: string

Property Value

string

Inherited From Resource.type