Skip to main content

Interface: ICallback

v1.Link.ICallback

Properties of a Callback.

Hierarchy

Properties

componentPath

Optional componentPath: null | string[]

In most cases, the Execution is sufficient to identify the callback's source. But the callback could have been attached some child component of that execution. e.g. a workflow update. The component path describes the unique component as applicable, typically ending with a unique ID. e.g. ["Update", $workflowUpdateId ]

Inherited from

$Properties.componentPath


execution

Optional execution: null | $Properties

Callback execution

Inherited from

$Properties.execution


namespace

Optional namespace: null | string

Callback namespace

Inherited from

$Properties.namespace


requestId

Optional requestId: null | string

Server-generate request ID sent when the callback was dispatched.

Inherited from

$Properties.requestId