WorkflowTrigger interface
The workflow trigger.
- Extends
Properties
changed |
Gets the changed time. NOTE: This property will not be serialized. It can only be populated by the server. |
created |
Gets the created time. NOTE: This property will not be serialized. It can only be populated by the server. |
last |
Gets the last execution time. NOTE: This property will not be serialized. It can only be populated by the server. |
name | Gets the workflow trigger name. NOTE: This property will not be serialized. It can only be populated by the server. |
next |
Gets the next execution time. NOTE: This property will not be serialized. It can only be populated by the server. |
provisioning |
Gets the provisioning state. NOTE: This property will not be serialized. It can only be populated by the server. |
recurrence | Gets the workflow trigger recurrence. NOTE: This property will not be serialized. It can only be populated by the server. |
state | Gets the state. NOTE: This property will not be serialized. It can only be populated by the server. |
status | Gets the status. NOTE: This property will not be serialized. It can only be populated by the server. |
type | Gets the workflow trigger type. NOTE: This property will not be serialized. It can only be populated by the server. |
workflow | Gets the reference to workflow. NOTE: This property will not be serialized. It can only be populated by the server. |
Inherited Properties
id | The resource id. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
changedTime
Gets the changed time. NOTE: This property will not be serialized. It can only be populated by the server.
changedTime?: Date
Property Value
Date
createdTime
Gets the created time. NOTE: This property will not be serialized. It can only be populated by the server.
createdTime?: Date
Property Value
Date
lastExecutionTime
Gets the last execution time. NOTE: This property will not be serialized. It can only be populated by the server.
lastExecutionTime?: Date
Property Value
Date
name
Gets the workflow trigger name. NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
nextExecutionTime
Gets the next execution time. NOTE: This property will not be serialized. It can only be populated by the server.
nextExecutionTime?: Date
Property Value
Date
provisioningState
Gets the provisioning state. NOTE: This property will not be serialized. It can only be populated by the server.
provisioningState?: string
Property Value
string
recurrence
Gets the workflow trigger recurrence. NOTE: This property will not be serialized. It can only be populated by the server.
recurrence?: WorkflowTriggerRecurrence
Property Value
state
Gets the state. NOTE: This property will not be serialized. It can only be populated by the server.
state?: string
Property Value
string
status
Gets the status. NOTE: This property will not be serialized. It can only be populated by the server.
status?: string
Property Value
string
type
Gets the workflow trigger type. NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
workflow
Gets the reference to workflow. NOTE: This property will not be serialized. It can only be populated by the server.
workflow?: ResourceReference
Property Value
Inherited Property Details
id
The resource id. NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
Inherited From SubResource.id