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

id
str

The resource id.

name
str

Gets the workflow trigger name.

type
str

Gets the workflow trigger type.

provisioning_state
str or WorkflowTriggerProvisioningState

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
datetime

Gets the created time.

changed_time
datetime

Gets the changed time.

state
str or WorkflowState

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

status
str or WorkflowStatus

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

last_execution_time
datetime

Gets the last execution time.

next_execution_time
datetime

Gets the next execution time.

recurrence
WorkflowTriggerRecurrence

Gets the workflow trigger recurrence.

workflow
ResourceReference

Gets the reference to workflow.