Class: SignalExternalWorkflowExecution
coresdk.workflow_commands.SignalExternalWorkflowExecution
Send a signal to an external or child workflow
Implements
Constructors
constructor
• new SignalExternalWorkflowExecution(properties?
): SignalExternalWorkflowExecution
Constructs a new SignalExternalWorkflowExecution.
Parameters
Name | Type | Description |
---|---|---|
properties? | ISignalExternalWorkflowExecution | Properties to set |
Returns
SignalExternalWorkflowExecution
Properties
args
• args: IPayload
[]
Arguments for the handler
Implementation of
ISignalExternalWorkflowExecution.args
childWorkflowId
• Optional
childWorkflowId: null
| string
The desired target must be a child of the issuing workflow, and this is its workflow id
Implementation of
ISignalExternalWorkflowExecution.childWorkflowId
headers
• headers: Object
Headers to attach to the signal
Index signature
▪ [k: string
]: IPayload
Implementation of
ISignalExternalWorkflowExecution.headers
seq
• seq: number
Lang's incremental sequence number, used as the operation identifier
Implementation of
ISignalExternalWorkflowExecution.seq
signalName
• signalName: string
Name of the signal handler
Implementation of
ISignalExternalWorkflowExecution.signalName
target
• Optional
target: "workflowExecution"
| "childWorkflowId"
What workflow is being targeted
workflowExecution
• Optional
workflowExecution: null
| INamespacedWorkflowExecution
A specific workflow instance
Implementation of
ISignalExternalWorkflowExecution.workflowExecution
Methods
toJSON
▸ toJSON(): Object
Converts this SignalExternalWorkflowExecution to JSON.
Returns
Object
JSON object
create
▸ create(properties?
): SignalExternalWorkflowExecution
Creates a new SignalExternalWorkflowExecution instance using the specified properties.
Parameters
Name | Type | Description |
---|---|---|
properties? | ISignalExternalWorkflowExecution | Properties to set |
Returns
SignalExternalWorkflowExecution
SignalExternalWorkflowExecution instance
decode
▸ decode(reader
, length?
): SignalExternalWorkflowExecution
Decodes a SignalExternalWorkflowExecution message from the specified reader or buffer.
Parameters
Name | Type | Description |
---|---|---|
reader | Uint8Array | Reader | Reader or buffer to decode from |
length? | number | Message length if known beforehand |
Returns
SignalExternalWorkflowExecution
SignalExternalWorkflowExecution
Throws
If the payload is not a reader or valid buffer
Throws
If required fields are missing