Skip to main content

Interface: IPollNexusOperationExecutionResponse

workflowservice.v1.IPollNexusOperationExecutionResponse

Properties of a PollNexusOperationExecutionResponse.

Implemented by

Properties

failure

Optional failure: null | IFailure

The failure if the operation completed unsuccessfully.


operationToken

Optional operationToken: null | string

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


result

Optional result: null | IPayload

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.