WorkflowRunActionRepetitionProperties interface
The workflow run action repetition properties definition.
- Extends
Properties
repetition |
The repetition indexes. |
Inherited 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. |
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. |
Property Details
repetitionIndexes
Inherited Property Details
code
The workflow scope repetition code.
code?: string
Property Value
string
Inherited From OperationResult.code
correlation
The correlation properties.
correlation?: RunActionCorrelation
Property Value
Inherited From OperationResult.correlation
endTime
The end time of the workflow scope repetition.
endTime?: Date
Property Value
Date
Inherited From OperationResult.endTime
error
inputs
Gets the inputs. NOTE: This property will not be serialized. It can only be populated by the server.
inputs?: any
Property Value
any
Inherited From OperationResult.inputs
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
Inherited From OperationResult.inputsLink
iterationCount
outputs
Gets the outputs. NOTE: This property will not be serialized. It can only be populated by the server.
outputs?: any
Property Value
any
Inherited From OperationResult.outputs
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
Inherited From OperationResult.outputsLink
retryHistory
Gets the retry histories.
retryHistory?: RetryHistory[]
Property Value
Inherited From OperationResult.retryHistory
startTime
The start time of the workflow scope repetition.
startTime?: Date
Property Value
Date
Inherited From OperationResult.startTime
status
The status of the workflow scope repetition.
status?: string
Property Value
string
Inherited From OperationResult.status
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
Inherited From OperationResult.trackedProperties
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 From OperationResult.trackingId