Interface: $Properties
workflow_commands.SignalExternalWorkflowExecution.$Properties
Properties of a SignalExternalWorkflowExecution.
Hierarchy
-
$Properties
Properties
args
• Optional args: null | $Properties[]
Arguments for the handler
childWorkflowId
• Optional childWorkflowId: null | string
The desired target must be a child of the issuing workflow, and this is its workflow id
headers
• Optional headers: null | { [k: string]: $Properties; }
Headers to attach to the signal
seq
• Optional seq: null | number
Lang's incremental sequence number, used as the operation identifier
signalName
• Optional signalName: null | string
Name of the signal handler
target
• Optional target: "workflowExecution" | "childWorkflowId"
What workflow is being targeted
workflowExecution
• Optional workflowExecution: null | $Properties
A specific workflow instance