Skip to main content

Interface: $Properties

v1.PollNexusOperationExecutionResponse.$Properties

Properties of a PollNexusOperationExecutionResponse.

Hierarchy

Properties

failure

Optional failure: null | $Properties

The failure if the operation completed unsuccessfully.


operationToken

Optional operationToken: null | string

Operation token. Only populated for asynchronous operations after a successful StartOperation call.


outcome

Optional outcome: "failure" | "result"

The operation outcome, available if the operation is in a closed state.


result

Optional result: null | $Properties

The result if the operation completed successfully.


runId

Optional runId: null | string

The run ID of the operation, useful when run_id was not specified in the request.


waitStage

Optional waitStage: null | NexusOperationWaitStage

The current stage of the operation. May be more advanced than the stage requested in the poll.