ServiceEndpointExecutionData interface

Represents service endpoint execution data.

Properties

definition

Gets the definition of service endpoint execution owner.

finishTime

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.

planType

Gets the plan type of service endpoint execution data.

result

Gets the result of service endpoint execution.

startTime

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

Gets the result of service endpoint execution.

result: TaskResult

Property Value

startTime

Gets the start time of service endpoint execution.

startTime: Date

Property Value

Date