WorkflowRunTrigger interface  
The workflow run trigger.
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. | 
| inputs | Gets the inputs. NOTE: This property will not be serialized. It can only be populated by the server. | 
| inputs | Gets the link to inputs. NOTE: This property will not be serialized. It can only be populated by the server. | 
| name | Gets the name. NOTE: This property will not be serialized. It can only be populated by the server. | 
| outputs | Gets the outputs. NOTE: This property will not be serialized. It can only be populated by the server. | 
| outputs | Gets the link to outputs. NOTE: This property will not be serialized. It can only be populated by the server. | 
| scheduled | Gets 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. | 
| tracked | Gets the tracked properties. 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. | 
Property Details
code
Gets the code. NOTE: This property will not be serialized. It can only be populated by the server.
code?: stringProperty Value
string
correlation
		endTime
	 
	Gets the end time. NOTE: This property will not be serialized. It can only be populated by the server.
endTime?: DateProperty Value
Date
error
Gets the error. NOTE: This property will not be serialized. It can only be populated by the server.
error?: anyProperty Value
any
inputs
Gets the inputs. NOTE: This property will not be serialized. It can only be populated by the server.
inputs?: anyProperty Value
any
		inputsLink
	 
	Gets the link to inputs. NOTE: This property will not be serialized. It can only be populated by the server.
inputsLink?: ContentLinkProperty Value
name
Gets the name. NOTE: This property will not be serialized. It can only be populated by the server.
name?: stringProperty Value
string
outputs
Gets the outputs. NOTE: This property will not be serialized. It can only be populated by the server.
outputs?: anyProperty Value
any
		outputsLink
	 
	Gets the link to outputs. NOTE: This property will not be serialized. It can only be populated by the server.
outputsLink?: ContentLinkProperty Value
		scheduledTime
	 
	Gets the scheduled time. NOTE: This property will not be serialized. It can only be populated by the server.
scheduledTime?: DateProperty Value
Date
		startTime
	 
	Gets the start time. NOTE: This property will not be serialized. It can only be populated by the server.
startTime?: DateProperty Value
Date
status
Gets the status. NOTE: This property will not be serialized. It can only be populated by the server.
status?: stringProperty Value
string
		trackedProperties
	 
	Gets the tracked properties. NOTE: This property will not be serialized. It can only be populated by the server.
trackedProperties?: anyProperty Value
any
		trackingId
	 
	Gets the tracking id. NOTE: This property will not be serialized. It can only be populated by the server.
trackingId?: stringProperty Value
string