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.SubResourceWorkflowTrigger
Constructor
WorkflowTrigger(**kwargs)
Variables
Name | Description |
---|---|
id
|
The resource id. |
name
|
Gets the workflow trigger name. |
type
|
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
|
str or
WorkflowState
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. |
Azure SDK for Python