WorkflowTriggerHistory interface
The workflow trigger history.
- Extends
Properties
| code | Gets the code. NOTE: This property will not be serialized. It can only be populated by the server. |
| correlation | The run correlation. |
| end |
Gets the end time. NOTE: This property will not be serialized. It can only be populated by the server. |
| error | Gets the error. NOTE: This property will not be serialized. It can only be populated by the server. |
| fired | The value indicating whether trigger was fired. NOTE: This property will not be serialized. It can only be populated by the server. |
| inputs |
Gets the link to input parameters. NOTE: This property will not be serialized. It can only be populated by the server. |
| name | Gets the workflow trigger history name. NOTE: This property will not be serialized. It can only be populated by the server. |
| outputs |
Gets the link to output parameters. NOTE: This property will not be serialized. It can only be populated by the server. |
| run | Gets the reference to workflow run. NOTE: This property will not be serialized. It can only be populated by the server. |
| scheduled |
The scheduled time. NOTE: This property will not be serialized. It can only be populated by the server. |
| start |
Gets the start time. 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. |
| tracking |
Gets the tracking id. NOTE: This property will not be serialized. It can only be populated by the server. |
| type | Gets the workflow trigger history type. 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
code
Gets the code. NOTE: This property will not be serialized. It can only be populated by the server.
code?: string
Property Value
string
correlation
endTime
Gets the end time. NOTE: This property will not be serialized. It can only be populated by the server.
endTime?: Date
Property Value
Date
error
Gets the error. NOTE: This property will not be serialized. It can only be populated by the server.
error?: any
Property Value
any
fired
The value indicating whether trigger was fired. NOTE: This property will not be serialized. It can only be populated by the server.
fired?: boolean
Property Value
boolean
inputsLink
Gets the link to input parameters. NOTE: This property will not be serialized. It can only be populated by the server.
inputsLink?: ContentLink
Property Value
name
Gets the workflow trigger history name. NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
outputsLink
Gets the link to output parameters. NOTE: This property will not be serialized. It can only be populated by the server.
outputsLink?: ContentLink
Property Value
run
Gets the reference to workflow run. NOTE: This property will not be serialized. It can only be populated by the server.
run?: ResourceReference
Property Value
scheduledTime
The scheduled time. NOTE: This property will not be serialized. It can only be populated by the server.
scheduledTime?: Date
Property Value
Date
startTime
Gets the start time. NOTE: This property will not be serialized. It can only be populated by the server.
startTime?: Date
Property Value
Date
status
Gets the status. NOTE: This property will not be serialized. It can only be populated by the server.
status?: string
Property Value
string
trackingId
Gets the tracking id. NOTE: This property will not be serialized. It can only be populated by the server.
trackingId?: string
Property Value
string
type
Gets the workflow trigger history type. NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
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