Interface: $Properties
Properties of a Request.
Hierarchy
-
$Properties↳
IRequest
Properties
cancelOperation
• Optional cancelOperation: null | $Properties
Request cancelOperation
capabilities
• Optional capabilities: null | $Properties
Request capabilities
endpoint
• Optional endpoint: null | string
The endpoint this request was addressed to before forwarding to the worker. Supported from server version 1.30.0.
header
• Optional header: null | { [k: string]: string; }
Headers extracted from the original request in the Temporal frontend. When using Nexus over HTTP, this includes the request's HTTP headers ignoring multiple values.
scheduledTime
• Optional scheduledTime: null | $Properties
The timestamp when the request was scheduled in the frontend. (-- api-linter: core::0142::time-field-names=disabled aip.dev/not-precedent: Not following linter rules. --)
startOperation
• Optional startOperation: null | $Properties
Request startOperation
variant
• Optional variant: "startOperation" | "cancelOperation"
Request variant