WorkflowRunAction Class
The workflow run action.
Variables are only populated by the server, and will be ignored when sending a request.
Constructor
WorkflowRunAction(*, correlation: RunActionCorrelation | None = None, retry_history: List[RetryHistory] | None = None, **kwargs)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
correlation
|
The correlation properties. Default value: None
|
|
retry_history
|
Gets the retry histories. Default value: None
|
Variables
| Name | Description |
|---|---|
|
id
|
The resource id. |
|
name
|
Gets the workflow run action name. |
|
type
|
Gets the workflow run action type. |
|
start_time
|
Gets the start time. |
|
end_time
|
Gets the end time. |
|
status
|
Gets the status. Possible values include: "NotSpecified", "Paused", "Running", "Waiting", "Succeeded", "Skipped", "Suspended", "Cancelled", "Failed", "Faulted", "TimedOut", "Aborted", "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. |