OperationResult Class
The operation result definition.
Constructor
OperationResult(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
start_time
|
The start time of the workflow scope repetition. |
|
end_time
|
The end time of the workflow scope repetition. |
|
correlation
|
The correlation properties. |
|
status
|
The status of the workflow scope repetition. Known values are: "NotSpecified", "Paused", "Running", "Waiting", "Succeeded", "Skipped", "Suspended", "Cancelled", "Failed", "Faulted", "TimedOut", "Aborted", and "Ignored". |
|
code
|
The workflow scope repetition code. |
|
error
|
Anything. |
|
tracking_id
|
Gets the tracking id. |
|
inputs
|
Gets the inputs. |
|
inputs_link
|
Gets the link to inputs. |
|
outputs
|
Gets the outputs. |
|
outputs_link
|
Gets the link to outputs. |
|
tracked_properties
|
Gets the tracked properties. |
|
retry_history
|
Gets the retry histories. |
|
iteration_count
|
|
Attributes
inputs
Gets the inputs.
inputs: Any | None
inputs_link
Gets the link to inputs.
inputs_link: _models.ContentLink | None
iteration_count
iteration_count: int | None
outputs
Gets the outputs.
outputs: Any | None
outputs_link
Gets the link to outputs.
outputs_link: _models.ContentLink | None
retry_history
Gets the retry histories.
retry_history: list['_models.RetryHistory'] | None
tracked_properties
Gets the tracked properties.
tracked_properties: Any | None
tracking_id
Gets the tracking id.
tracking_id: str | None