Skip to main content

Interface: IStartOperationRequest

nexus.v1.IStartOperationRequest

Properties of a StartOperationRequest.

Hierarchy

Properties

callback

Optional callback: null | string

Callback URL to call upon completion if the started operation is async.

Inherited from

$Properties.callback


callbackHeader

Optional callbackHeader: null | { [k: string]: string; }

Header that is expected to be attached to the callback request when the operation completes.

Inherited from

$Properties.callbackHeader


Optional links: null | $Properties[]

Links contain caller information and can be attached to the operations started by the handler.

Inherited from

$Properties.links


operation

Optional operation: null | string

Type of operation to start.

Inherited from

$Properties.operation


payload

Optional payload: null | $Properties

Full request body from the incoming HTTP request.

Inherited from

$Properties.payload


requestId

Optional requestId: null | string

A request ID that can be used as an idempotentency key.

Inherited from

$Properties.requestId


service

Optional service: null | string

Name of service to start the operation in.

Inherited from

$Properties.service