WorkflowRunActionProperties Class
The workflow run action properties.
Constructor
WorkflowRunActionProperties(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
start_time
|
Gets the start time. |
|
end_time
|
Gets the end time. |
|
status
|
Gets the status. Known values are: "NotSpecified", "Paused", "Running", "Waiting", "Succeeded", "Skipped", "Suspended", "Cancelled", "Failed", "Faulted", "TimedOut", "Aborted", and "Ignored". |
|
code
|
Gets the code. |
|
error
|
Gets the error. |
|
tracking_id
|
Gets the tracking id. |
|
correlation
|
The correlation properties. |
|
inputs_link
|
Gets the link to inputs. |
|
outputs_link
|
Gets the link to outputs. |
|
tracked_properties
|
Gets the tracked properties. |
|
retry_history
|
Gets the retry histories. |
Attributes
code
Gets the code.
code: str | None
correlation
The correlation properties.
correlation: _models.RunActionCorrelation | None
end_time
Gets the end time.
end_time: datetime | None
error
Gets the error.
error: Any | None
inputs_link
Gets the link to inputs.
inputs_link: _models.ContentLink | 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
start_time
Gets the start time.
start_time: datetime | None
status
"NotSpecified", "Paused", "Running", "Waiting", "Succeeded", "Skipped", "Suspended", "Cancelled", "Failed", "Faulted", "TimedOut", "Aborted", and "Ignored".
status: str | _models.WorkflowStatus | None
tracked_properties
Gets the tracked properties.
tracked_properties: Any | None
tracking_id
Gets the tracking id.
tracking_id: str | None