Skip to main content

Interface: IDescribeNexusOperationExecutionResponse

workflowservice.v1.IDescribeNexusOperationExecutionResponse

Properties of a DescribeNexusOperationExecutionResponse.

Implemented by

Properties

failure

Optional failure: null | IFailure

The failure if the operation completed unsuccessfully.


info

Optional info: null | INexusOperationExecutionInfo

Information about the operation.


input

Optional input: null | IPayload

Serialized operation input, passed as the request payload. Only set if include_input was true in the request.


longPollToken

Optional longPollToken: null | Uint8Array

Token for follow-on long-poll requests. Absent only if the operation is complete.


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.