Class: SignalWorkflow
v1.PostResetOperation.SignalWorkflow
SignalWorkflow represents sending a signal after a workflow reset. Keep the parameter in sync with temporal.api.workflowservice.v1.SignalWorkflowExecutionRequest.
Implements
Constructors
constructor
• new SignalWorkflow(properties?): SignalWorkflow
Constructs a new SignalWorkflow.
Parameters
| Name | Type | Description |
|---|---|---|
properties? | ISignalWorkflow | Properties to set |
Returns
Properties
header
• Optional header: null | IHeader
Headers that are passed with the signal to the processing workflow.
Implementation of
input
• Optional input: null | IPayloads
Serialized value(s) to provide with the signal.
Implementation of
links
• links: ILink[]
Links to be associated with the WorkflowExecutionSignaled event.
Implementation of
signalName
• signalName: string
The workflow author-defined name of the signal to send to the workflow.
Implementation of
Methods
toJSON
▸ toJSON(): Object
Converts this SignalWorkflow to JSON.
Returns
Object
JSON object
create
▸ create(properties?): SignalWorkflow
Creates a new SignalWorkflow instance using the specified properties.
Parameters
| Name | Type | Description |
|---|---|---|
properties? | ISignalWorkflow | Properties to set |
Returns
SignalWorkflow instance
decode
▸ decode(reader, length?): SignalWorkflow
Decodes a SignalWorkflow 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
SignalWorkflow
Throws
If the payload is not a reader or valid buffer
Throws
If required fields are missing
decodeDelimited
▸ decodeDelimited(reader): SignalWorkflow
Decodes a SignalWorkflow message from the specified reader or buffer, length delimited.
Parameters
| Name | Type | Description |
|---|---|---|
reader | Uint8Array | Reader | Reader or buffer to decode from |
Returns
SignalWorkflow
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 SignalWorkflow message. Does not implicitly temporal.api.workflow.v1.PostResetOperation.SignalWorkflow.verify|verify messages.
Parameters
| Name | Type | Description |
|---|---|---|
message | ISignalWorkflow | SignalWorkflow message or plain object to encode |
writer? | Writer | Writer to encode to |
Returns
Writer
Writer
encodeDelimited
▸ encodeDelimited(message, writer?): Writer
Encodes the specified SignalWorkflow message, length delimited. Does not implicitly temporal.api.workflow.v1.PostResetOperation.SignalWorkflow.verify|verify messages.
Parameters
| Name | Type | Description |
|---|---|---|
message | ISignalWorkflow | SignalWorkflow message or plain object to encode |
writer? | Writer | Writer to encode to |
Returns
Writer
Writer
fromObject
▸ fromObject(object): SignalWorkflow
Creates a SignalWorkflow message from a plain object. Also converts values to their respective internal types.
Parameters
| Name | Type | Description |
|---|---|---|
object | Object | Plain object |
Returns
SignalWorkflow
getTypeUrl
▸ getTypeUrl(typeUrlPrefix?): string
Gets the default type url for SignalWorkflow
Parameters
| Name | Type | Description |
|---|---|---|
typeUrlPrefix? | string | your custom typeUrlPrefix(default "type.googleapis.com") |
Returns
string
The default type url
toObject
▸ toObject(message, options?): Object
Creates a plain object from a SignalWorkflow message. Also converts values to other types if specified.
Parameters
| Name | Type | Description |
|---|---|---|
message | SignalWorkflow | SignalWorkflow |
options? | IConversionOptions | Conversion options |
Returns
Object
Plain object