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?: Record<string, unknown>
Property Value
Record<string, unknown>
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?: Record<string, unknown>
Property Value
Record<string, unknown>
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?: Record<string, unknown>
Property Value
Record<string, unknown>
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 WorkflowResource.id
location
The resource location.
location?: string
Property Value
string
Inherited From WorkflowResource.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 WorkflowResource.name
tags
The resource tags.
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
Inherited From WorkflowResource.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 WorkflowResource.type