Interface: IRequest
Properties of a Request.
Implemented by
Properties
cancelOperation
• Optional
cancelOperation: null
| ICancelOperationRequest
Request cancelOperation
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
| ITimestamp
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
| IStartOperationRequest
Request startOperation