Skip to main content

Interface: StartNexusOperationInput

workflow.StartNexusOperationInput

Input for WorkflowOutboundCallsInterceptor.startNexusOperation.

Properties

endpoint

Readonly endpoint: string


headers

Readonly headers: Record<string, string>


input

Readonly input: unknown


inputType

Optional Readonly inputType: TypeInfo<unknown, unknown>

Type information used to encode the operation's single input value.


operation

Readonly operation: string


options

Readonly options: StartNexusOperationOptions


outputType

Optional Readonly outputType: TypeInfo<unknown, unknown>

Type information retained to decode the operation result.


seq

Readonly seq: number


service

Readonly service: string