ServiceEndpointExecutionData interface
Represents service endpoint execution data.
definition | Gets the definition of service endpoint execution owner. |
finish |
Gets the finish time of service endpoint execution. |
id | Gets the Id of service endpoint execution data. |
owner | Gets the owner of service endpoint execution data. |
plan |
Gets the plan type of service endpoint execution data. |
result | Gets the result of service endpoint execution. |
start |
Gets the start time of service endpoint execution. |
Gets the definition of service endpoint execution owner.
definition: TaskOrchestrationOwner
Property Value
Gets the finish time of service endpoint execution.
finishTime: Date
Property Value
Date
Gets the Id of service endpoint execution data.
id: number
Property Value
number
Gets the owner of service endpoint execution data.
owner: TaskOrchestrationOwner
Property Value
Gets the plan type of service endpoint execution data.
planType: string
Property Value
string
Gets the start time of service endpoint execution.
startTime: Date
Property Value
Date