WorkflowRunTrigger Class

The workflow run trigger.

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

Inheritance
WorkflowRunTrigger

Constructor

WorkflowRunTrigger(*, correlation: Optional[azure.mgmt.logic.models._models_py3.Correlation] = None, **kwargs)

Variables

name
str

Gets the name.

inputs
any

Gets the inputs.

inputs_link
ContentLink

Gets the link to inputs.

outputs
any

Gets the outputs.

outputs_link
ContentLink

Gets the link to outputs.

scheduled_time
datetime

Gets the scheduled time.

start_time
datetime

Gets the start time.

end_time
datetime

Gets the end time.

tracking_id
str

Gets the tracking id.

correlation
Correlation

The run correlation.

code
str

Gets the code.

status
str or WorkflowStatus

Gets the status. Possible values include: "NotSpecified", "Paused", "Running", "Waiting", "Succeeded", "Skipped", "Suspended", "Cancelled", "Failed", "Faulted", "TimedOut", "Aborted", "Ignored".

error
any

Gets the error.

tracked_properties
any

Gets the tracked properties.