Class: SignalExternalWorkflowExecution
coresdk.workflow_commands.SignalExternalWorkflowExecution
Send a signal to an external or child workflow
Properties
args
• args: $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
• headers: Object
Headers to attach to the signal
Index signature
▪ [k: string]: $Properties
seq
• seq: number
Lang's incremental sequence number, used as the operation identifier
signalName
• signalName: 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
Methods
toJSON
▸ toJSON(): Object
Converts this SignalExternalWorkflowExecution to JSON.
Returns
Object
JSON object
create
▸ create(properties?): SignalExternalWorkflowExecution & $Shape
Creates a new SignalExternalWorkflowExecution instance using the specified properties.
Parameters
| Name | Type | Description |
|---|---|---|
properties? | $Shape | Properties to set |
Returns
SignalExternalWorkflowExecution & $Shape
SignalExternalWorkflowExecution instance
▸ create(properties?): SignalExternalWorkflowExecution
Parameters
| Name | Type |
|---|---|
properties? | $Properties |
Returns
SignalExternalWorkflowExecution
decode
▸ decode(reader, length?): SignalExternalWorkflowExecution & $Shape
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 & $Shape
SignalExternalWorkflowExecution
Throws
If the payload is not a reader or valid buffer
Throws
If required fields are missing
decodeDelimited
▸ decodeDelimited(reader): SignalExternalWorkflowExecution & $Shape
Decodes a SignalExternalWorkflowExecution message from the specified reader or buffer, length delimited.
Parameters
| Name | Type | Description |
|---|---|---|
reader | Uint8Array | Reader | Reader or buffer to decode from |
Returns
SignalExternalWorkflowExecution & $Shape
SignalExternalWorkflowExecution
Throws
If the payload is not a reader or valid buffer
Throws
If required fields are missing
encode
▸ encode(message, writer?): Writer
Encodes the specified SignalExternalWorkflowExecution message. Does not implicitly coresdk.workflow_commands.SignalExternalWorkflowExecution.verify|verify messages.
Parameters
| Name | Type | Description |
|---|---|---|
message | $Properties | SignalExternalWorkflowExecution message or plain object to encode |
writer? | Writer | Writer to encode to |
Returns
Writer
Writer
encodeDelimited
▸ encodeDelimited(message, writer?): Writer
Encodes the specified SignalExternalWorkflowExecution message, length delimited. Does not implicitly coresdk.workflow_commands.SignalExternalWorkflowExecution.verify|verify messages.
Parameters
| Name | Type | Description |
|---|---|---|
message | $Properties | SignalExternalWorkflowExecution message or plain object to encode |
writer? | Writer | Writer to encode to |
Returns
Writer
Writer
fromObject
▸ fromObject(object): SignalExternalWorkflowExecution
Creates a SignalExternalWorkflowExecution message from a plain object. Also converts values to their respective internal types.
Parameters
| Name | Type | Description |
|---|---|---|
object | Object | Plain object |
Returns
SignalExternalWorkflowExecution
SignalExternalWorkflowExecution
toObject
▸ toObject(message, options?): Object
Creates a plain object from a SignalExternalWorkflowExecution message. Also converts values to other types if specified.
Parameters
| Name | Type | Description |
|---|---|---|
message | SignalExternalWorkflowExecution | SignalExternalWorkflowExecution |
options? | IConversionOptions | Conversion options |
Returns
Object
Plain object