Interface: IDescribeNexusOperationExecutionResponse
workflowservice.v1.IDescribeNexusOperationExecutionResponse
Properties of a DescribeNexusOperationExecutionResponse.
Hierarchy
-
↳
IDescribeNexusOperationExecutionResponse
Properties
failure
• Optional failure: null | $Properties
The failure if the operation completed unsuccessfully.
Inherited from
info
• Optional info: null | $Properties
Information about the operation.
Inherited from
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
longPollToken
• Optional longPollToken: null | Uint8Array
Token for follow-on long-poll requests. Absent only if the operation is complete.
Inherited from
outcome
• Optional outcome: "failure" | "result"
Only set if the operation is completed and include_outcome was true in the request.
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.