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_12_01.models._models_py3.SubResource
WorkflowRunAction

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
str

The resource id.

name
str

Gets the workflow run action name.

type
str

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
str

Gets the code.

error
<xref:JSON>

Gets the error.

tracking_id
str

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.