Skip to main content

Interface: IDescribeNexusOperationExecutionResponse

workflowservice.v1.IDescribeNexusOperationExecutionResponse

Properties of a DescribeNexusOperationExecutionResponse.

Hierarchy

  • $Properties

    IDescribeNexusOperationExecutionResponse

Properties

failure

Optional failure: null | $Properties

The failure if the operation completed unsuccessfully.

Inherited from

$Properties.failure


info

Optional info: null | $Properties

Information about the operation.

Inherited from

$Properties.info


input

Optional input: null | $Properties

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

Inherited from

$Properties.input


longPollToken

Optional longPollToken: null | Uint8Array

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

Inherited from

$Properties.longPollToken


outcome

Optional outcome: "failure" | "result"

Only set if the operation is completed and include_outcome was true in the request.

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