WorkflowTrigger Class 
The workflow trigger.
Variables are only populated by the server, and will be ignored when sending a request.
Constructor
WorkflowTrigger(**kwargs: Any)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. Known values are: "NotSpecified", "Accepted", "Running", "Ready", "Creating", "Created", "Deleting", "Deleted", "Canceled", "Failed", "Succeeded", "Moving", "Updating", "Registering", "Registered", "Unregistering", "Unregistered", and "Completed". | 
| created_time | Gets the created time. | 
| changed_time | Gets the changed time. | 
| state | 
				str or 
				WorkflowState
		 Gets the state. Known values are: "NotSpecified", "Completed", "Enabled", "Disabled", "Deleted", and "Suspended". | 
| status | Gets the status. Known values are: "NotSpecified", "Paused", "Running", "Waiting", "Succeeded", "Skipped", "Suspended", "Cancelled", "Failed", "Faulted", "TimedOut", "Aborted", and "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. |