Interface: IPollNexusOperationExecutionResponse
workflowservice.v1.IPollNexusOperationExecutionResponse
Properties of a PollNexusOperationExecutionResponse.
Hierarchy
-
↳
IPollNexusOperationExecutionResponse
Properties
failure
• Optional failure: null | $Properties
The failure if the operation completed unsuccessfully.
Inherited from
operationToken
• Optional operationToken: null | string
Operation token. Only populated for asynchronous operations after a successful StartOperation call.
Inherited from
outcome
• Optional outcome: "failure" | "result"
The operation outcome, available if the operation is in a closed state.
Inherited from
result
• Optional result: null | $Properties
The result if the operation completed successfully.
Inherited from
runId
• Optional runId: null | string
The run ID of the operation, useful when run_id was not specified in the request.
Inherited from
waitStage
• Optional waitStage: null | NexusOperationWaitStage
The current stage of the operation. May be more advanced than the stage requested in the poll.