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?: string
Property Value
string
correlation
correlationId
Gets the correlation id. NOTE: This property will not be serialized. It can only be populated by the server.
correlationId?: string
Property Value
string
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
name
Gets the workflow run name. NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property 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?: WorkflowRunTrigger
Property Value
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
trigger
Gets the fired trigger. NOTE: This property will not be serialized. It can only be populated by the server.
trigger?: WorkflowRunTrigger
Property Value
type
Gets the workflow run type. NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
waitEndTime
Gets the wait end time. NOTE: This property will not be serialized. It can only be populated by the server.
waitEndTime?: Date
Property 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?: 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