Skip to main content

Interface: IPollNexusOperationExecutionResponse

workflowservice.v1.IPollNexusOperationExecutionResponse

Properties of a PollNexusOperationExecutionResponse.

Hierarchy

Properties

failure

Optional failure: null | $Properties

The failure if the operation completed unsuccessfully.

Inherited from

$Properties.failure


operationToken

Optional operationToken: null | string

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

Inherited from

$Properties.operationToken


outcome

Optional outcome: "failure" | "result"

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

Inherited from

$Properties.outcome


result

Optional result: null | $Properties

The result if the operation completed successfully.

Inherited from

$Properties.result


runId

Optional runId: null | string

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

Inherited from

$Properties.runId


waitStage

Optional waitStage: null | NexusOperationWaitStage

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

Inherited from

$Properties.waitStage