Interface: ISignalExternalWorkflowExecution
coresdk.workflow_commands.ISignalExternalWorkflowExecution
Properties of a SignalExternalWorkflowExecution.
Implemented by
Properties
args
• Optional args: null | IPayload[]
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]: IPayload; }
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
workflowExecution
• Optional workflowExecution: null | INamespacedWorkflowExecution
A specific workflow instance