OperationResult interface

The operation result definition.

Extends

Properties

inputs

Gets the inputs. NOTE: This property will not be serialized. It can only be populated by the server.

inputsLink

Gets the link to inputs. NOTE: This property will not be serialized. It can only be populated by the server.

iterationCount
outputs

Gets the outputs. NOTE: This property will not be serialized. It can only be populated by the server.

outputsLink

Gets the link to outputs. NOTE: This property will not be serialized. It can only be populated by the server.

retryHistory

Gets the retry histories.

trackedProperties

Gets the tracked properties. NOTE: This property will not be serialized. It can only be populated by the server.

trackingId

Gets the tracking id. NOTE: This property will not be serialized. It can only be populated by the server.

Inherited Properties

code

The workflow scope repetition code.

correlation

The correlation properties.

endTime

The end time of the workflow scope repetition.

error

Anything

startTime

The start time of the workflow scope repetition.

status

The status of the workflow scope repetition.

Property Details

inputs

Gets the inputs. NOTE: This property will not be serialized. It can only be populated by the server.

inputs?: any

Property Value

any

Gets the link to inputs. NOTE: This property will not be serialized. It can only be populated by the server.

inputsLink?: ContentLink

Property Value

iterationCount

iterationCount?: number

Property Value

number

outputs

Gets the outputs. NOTE: This property will not be serialized. It can only be populated by the server.

outputs?: any

Property Value

any

Gets the link to outputs. NOTE: This property will not be serialized. It can only be populated by the server.

outputsLink?: ContentLink

Property Value

retryHistory

Gets the retry histories.

retryHistory?: RetryHistory[]

Property Value

trackedProperties

Gets the tracked properties. NOTE: This property will not be serialized. It can only be populated by the server.

trackedProperties?: any

Property Value

any

trackingId

Gets the tracking id. NOTE: This property will not be serialized. It can only be populated by the server.

trackingId?: string

Property Value

string

Inherited Property Details

code

The workflow scope repetition code.

code?: string

Property Value

string

Inherited From OperationResultProperties.code

correlation

The correlation properties.

correlation?: RunActionCorrelation

Property Value

Inherited From OperationResultProperties.correlation

endTime

The end time of the workflow scope repetition.

endTime?: Date

Property Value

Date

Inherited From OperationResultProperties.endTime

error

Anything

error?: any

Property Value

any

Inherited From OperationResultProperties.error

startTime

The start time of the workflow scope repetition.

startTime?: Date

Property Value

Date

Inherited From OperationResultProperties.startTime

status

The status of the workflow scope repetition.

status?: string

Property Value

string

Inherited From OperationResultProperties.status