WorkflowRunAction Class

The workflow run action.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
azure.mgmt.logic.models._models_py3.SubResource
WorkflowRunAction

Constructor

WorkflowRunAction(*, correlation: RunActionCorrelation | None = None, retry_history: List[RetryHistory] | None = None, **kwargs)

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. Possible values include: "NotSpecified", "Paused", "Running", "Waiting", "Succeeded", "Skipped", "Suspended", "Cancelled", "Failed", "Faulted", "TimedOut", "Aborted", "Ignored".

code
str

Gets the code.

error
any

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
any

Gets the tracked properties.

retry_history

Gets the retry histories.