WorkflowTrigger Class

The workflow trigger.

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

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

Constructor

WorkflowTrigger(**kwargs)

Variables

Name Description
id
str

The resource id.

name
str

Gets the workflow trigger name.

type
str

Gets the workflow trigger type.

provisioning_state

Gets the provisioning state. Possible values include: "NotSpecified", "Accepted", "Running", "Ready", "Creating", "Created", "Deleting", "Deleted", "Canceled", "Failed", "Succeeded", "Moving", "Updating", "Registering", "Registered", "Unregistering", "Unregistered", "Completed".

created_time

Gets the created time.

changed_time

Gets the changed time.

state

Gets the state. Possible values include: "NotSpecified", "Completed", "Enabled", "Disabled", "Deleted", "Suspended".

status

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

last_execution_time

Gets the last execution time.

next_execution_time

Gets the next execution time.

recurrence

Gets the workflow trigger recurrence.

workflow

Gets the reference to workflow.