OperationResultProperties interface
The run operation result properties.
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
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
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