ServiceEndpointExecutionData interface
Represents service endpoint execution data.
Properties
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. |
Property Details
definition
Gets the definition of service endpoint execution owner.
definition: TaskOrchestrationOwner
Property Value
finishTime
Gets the finish time of service endpoint execution.
finishTime: Date
Property Value
Date
id
Gets the Id of service endpoint execution data.
id: number
Property Value
number
owner
Gets the owner of service endpoint execution data.
owner: TaskOrchestrationOwner
Property Value
planType
Gets the plan type of service endpoint execution data.
planType: string
Property Value
string
result
startTime
Gets the start time of service endpoint execution.
startTime: Date
Property Value
Date