WorkflowRunActionRepetitionDefinition interface
The workflow run action repetition definition.
- Extends
Properties
| code | The workflow scope repetition code. |
| correlation | The correlation properties. |
| end |
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. |
| inputs |
Gets the link to inputs. NOTE: This property will not be serialized. It can only be populated by the server. |
| iteration |
|
| outputs | Gets the outputs. NOTE: This property will not be serialized. It can only be populated by the server. |
| outputs |
Gets the link to outputs. NOTE: This property will not be serialized. It can only be populated by the server. |
| repetition |
The repetition indexes. |
| retry |
Gets the retry histories. |
| start |
The start time of the workflow scope repetition. |
| status | The status of the workflow scope repetition. |
| tracked |
Gets the tracked properties. NOTE: This property will not be serialized. It can only be populated by the server. |
| tracking |
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
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
inputsLink
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
outputsLink
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
retryHistory
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
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