WorkflowRunAction Class
The workflow run action.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.web.v2023_01_01.models._models_py3.SubResourceWorkflowRunAction
Constructor
WorkflowRunAction(*, correlation: _models.RunActionCorrelation | None = None, retry_history: List[_models.RetryHistory] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
correlation
|
The correlation properties. |
retry_history
|
Gets the retry histories. |
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. Known values are: "NotSpecified", "Paused", "Running", "Waiting", "Succeeded", "Skipped", "Suspended", "Cancelled", "Failed", "Faulted", "TimedOut", "Aborted", and "Ignored". |
code
|
Gets the code. |
error
|
<xref:JSON>
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
|
<xref:JSON>
Gets the tracked properties. |
retry_history
|
Gets the retry histories. |
Azure SDK for Python