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