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
str

The workflow scope repetition code.

error
any

Anything.

tracking_id
str

Gets the tracking id.

inputs
any

Gets the inputs.

inputs_link

Gets the link to inputs.

outputs
any

Gets the outputs.

outputs_link

Gets the link to outputs.

tracked_properties
any

Gets the tracked properties.

retry_history

Gets the retry histories.

iteration_count
int

Attributes

inputs

Gets the inputs.

inputs: Any | None

Gets the link to inputs.

inputs_link: _models.ContentLink | None

iteration_count

iteration_count: int | None

outputs

Gets the outputs.

outputs: Any | None

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