Class: SignalWorkflowExecutionRequest
workflowservice.v1.SignalWorkflowExecutionRequest
Keep the parameters in sync with:
- temporal.api.batch.v1.BatchOperationSignal.
- temporal.api.workflow.v1.PostResetOperation.SignalWorkflow.
Properties
control
• control: string
Deprecated.
header
• Optional header: null | $Properties
Headers that are passed with the signal to the processing workflow. These can include things like auth or tracing tokens.
identity
• identity: string
The identity of the worker/client
input
• Optional input: null | $Properties
Serialized value(s) to provide with the signal
links
• links: $Properties[]
Links to be associated with the WorkflowExecutionSignaled event.
namespace
• namespace: string
SignalWorkflowExecutionRequest namespace.
requestId
• requestId: string
Used to de-dupe sent signals
signalName
• signalName: string
The workflow author-defined name of the signal to send to the workflow
workflowExecution
• Optional workflowExecution: null | $Properties
SignalWorkflowExecutionRequest workflowExecution.
Methods
toJSON
▸ toJSON(): Object
Converts this SignalWorkflowExecutionRequest to JSON.
Returns
Object
JSON object
create
▸ create(properties?): SignalWorkflowExecutionRequest & $Shape
Creates a new SignalWorkflowExecutionRequest instance using the specified properties.
Parameters
| Name | Type | Description |
|---|---|---|
properties? | $Shape | Properties to set |
Returns
SignalWorkflowExecutionRequest & $Shape
SignalWorkflowExecutionRequest instance
▸ create(properties?): SignalWorkflowExecutionRequest
Parameters
| Name | Type |
|---|---|
properties? | $Properties |
Returns
SignalWorkflowExecutionRequest
decode
▸ decode(reader, length?): SignalWorkflowExecutionRequest & $Shape
Decodes a SignalWorkflowExecutionRequest 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
SignalWorkflowExecutionRequest & $Shape
SignalWorkflowExecutionRequest
Throws
If the payload is not a reader or valid buffer
Throws
If required fields are missing
decodeDelimited
▸ decodeDelimited(reader): SignalWorkflowExecutionRequest & $Shape
Decodes a SignalWorkflowExecutionRequest message from the specified reader or buffer, length delimited.
Parameters
| Name | Type | Description |
|---|---|---|
reader | Uint8Array | Reader | Reader or buffer to decode from |
Returns
SignalWorkflowExecutionRequest & $Shape
SignalWorkflowExecutionRequest
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 SignalWorkflowExecutionRequest message. Does not implicitly temporal.api.workflowservice.v1.SignalWorkflowExecutionRequest.verify|verify messages.
Parameters
| Name | Type | Description |
|---|---|---|
message | $Properties | SignalWorkflowExecutionRequest message or plain object to encode |
writer? | Writer | Writer to encode to |
Returns
Writer
Writer
encodeDelimited
▸ encodeDelimited(message, writer?): Writer
Encodes the specified SignalWorkflowExecutionRequest message, length delimited. Does not implicitly temporal.api.workflowservice.v1.SignalWorkflowExecutionRequest.verify|verify messages.
Parameters
| Name | Type | Description |
|---|---|---|
message | $Properties | SignalWorkflowExecutionRequest message or plain object to encode |
writer? | Writer | Writer to encode to |
Returns
Writer
Writer
fromObject
▸ fromObject(object): SignalWorkflowExecutionRequest
Creates a SignalWorkflowExecutionRequest message from a plain object. Also converts values to their respective internal types.
Parameters
| Name | Type | Description |
|---|---|---|
object | Object | Plain object |
Returns
SignalWorkflowExecutionRequest
SignalWorkflowExecutionRequest
toObject
▸ toObject(message, options?): Object
Creates a plain object from a SignalWorkflowExecutionRequest message. Also converts values to other types if specified.
Parameters
| Name | Type | Description |
|---|---|---|
message | SignalWorkflowExecutionRequest | SignalWorkflowExecutionRequest |
options? | IConversionOptions | Conversion options |
Returns
Object
Plain object