OperationResult interface
The operation result definition.
- Extends
Properties
| 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. |
| 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
| code | The workflow scope repetition code. |
| correlation | The correlation properties. |
| end |
The end time of the workflow scope repetition. |
| error | Anything |
| start |
The start time of the workflow scope repetition. |
| status | The status of the workflow scope repetition. |
Property Details
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
retryHistory
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
code
The workflow scope repetition code.
code?: string
Property Value
string
Inherited From OperationResultProperties.code
correlation
The correlation properties.
correlation?: RunActionCorrelation
Property Value
Inherited From OperationResultProperties.correlation
endTime
The end time of the workflow scope repetition.
endTime?: Date
Property Value
Date
Inherited From OperationResultProperties.endTime
error
startTime
The start time of the workflow scope repetition.
startTime?: Date
Property Value
Date
Inherited From OperationResultProperties.startTime
status
The status of the workflow scope repetition.
status?: string
Property Value
string
Inherited From OperationResultProperties.status