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: Optional[azure.mgmt.logic.models._models_py3.RunActionCorrelation] = None, retry_history: Optional[List[azure.mgmt.logic.models._models_py3.RetryHistory]] = None, **kwargs)

Variables

id
str

The resource id.

name
str

Gets the workflow run action name.

type
str

Gets the workflow run action type.

start_time
datetime

Gets the start time.

end_time
datetime

Gets the end time.

status
str or WorkflowStatus

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
RunActionCorrelation

The correlation properties.

inputs_link
ContentLink

Gets the link to inputs.

outputs_link
ContentLink

Gets the link to outputs.

tracked_properties
any

Gets the tracked properties.

retry_history
list[RetryHistory]

Gets the retry histories.