Interface: ICallback
Properties of a Callback.
Hierarchy
-
↳
ICallback
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
execution
• Optional execution: null | $Properties
Callback execution
Inherited from
namespace
• Optional namespace: null | string
Callback namespace
Inherited from
requestId
• Optional requestId: null | string
Server-generate request ID sent when the callback was dispatched.