WorkflowRun interface 
The workflow run.
- 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. | 
| correlation | Gets the correlation id. NOTE: This property will not be serialized. It can only be populated by the server. | 
| 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. | 
| name | Gets the workflow run 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. | 
| response | Gets the response of the flow run. 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. | 
| trigger | Gets the fired trigger. NOTE: This property will not be serialized. It can only be populated by the server. | 
| type | Gets the workflow run type. NOTE: This property will not be serialized. It can only be populated by the server. | 
| wait | Gets the wait end time. NOTE: This property will not be serialized. It can only be populated by the server. | 
| workflow | Gets the reference to workflow version. 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?: stringProperty Value
string
correlation
		correlationId
	 
	Gets the correlation id. NOTE: This property will not be serialized. It can only be populated by the server.
correlationId?: stringProperty Value
string
		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
name
Gets the workflow run 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?: {[propertyName: string]: WorkflowOutputParameter}Property Value
{[propertyName: string]: WorkflowOutputParameter}
response
Gets the response of the flow run. NOTE: This property will not be serialized. It can only be populated by the server.
response?: WorkflowRunTriggerProperty Value
		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
trigger
Gets the fired trigger. NOTE: This property will not be serialized. It can only be populated by the server.
trigger?: WorkflowRunTriggerProperty Value
type
Gets the workflow run type. NOTE: This property will not be serialized. It can only be populated by the server.
type?: stringProperty Value
string
		waitEndTime
	  
	Gets the wait end time. NOTE: This property will not be serialized. It can only be populated by the server.
waitEndTime?: DateProperty Value
Date
workflow
Gets the reference to workflow version. NOTE: This property will not be serialized. It can only be populated by the server.
workflow?: ResourceReferenceProperty Value
Inherited Property Details
id
The resource id. NOTE: This property will not be serialized. It can only be populated by the server.
id?: stringProperty Value
string
Inherited From SubResource.id