Class: TerminateWorkflowExecutionRequest
workflowservice.v1.TerminateWorkflowExecutionRequest
Represents a TerminateWorkflowExecutionRequest.
Properties
details
• Optional details: null | $Properties
Serialized additional information to attach to the termination event
firstExecutionRunId
• firstExecutionRunId: string
If set, this call will error if the most recent (if no run id is set on
workflow_execution), or specified (if it is) workflow execution is not part of the same
execution chain as this id.
identity
• identity: string
The identity of the worker/client
links
• links: $Properties[]
Links to be associated with the WorkflowExecutionTerminated event.
namespace
• namespace: string
TerminateWorkflowExecutionRequest namespace.
reason
• reason: string
TerminateWorkflowExecutionRequest reason.
workflowExecution
• Optional workflowExecution: null | $Properties
TerminateWorkflowExecutionRequest workflowExecution.
Methods
toJSON
▸ toJSON(): Object
Converts this TerminateWorkflowExecutionRequest to JSON.
Returns
Object
JSON object
create
▸ create(properties?): TerminateWorkflowExecutionRequest & $Shape
Creates a new TerminateWorkflowExecutionRequest instance using the specified properties.
Parameters
| Name | Type | Description |
|---|---|---|
properties? | $Shape | Properties to set |
Returns
TerminateWorkflowExecutionRequest & $Shape
TerminateWorkflowExecutionRequest instance
▸ create(properties?): TerminateWorkflowExecutionRequest
Parameters
| Name | Type |
|---|---|
properties? | $Properties |
Returns
TerminateWorkflowExecutionRequest
decode
▸ decode(reader, length?): TerminateWorkflowExecutionRequest & $Shape
Decodes a TerminateWorkflowExecutionRequest 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
TerminateWorkflowExecutionRequest & $Shape
TerminateWorkflowExecutionRequest
Throws
If the payload is not a reader or valid buffer
Throws
If required fields are missing
decodeDelimited
▸ decodeDelimited(reader): TerminateWorkflowExecutionRequest & $Shape
Decodes a TerminateWorkflowExecutionRequest message from the specified reader or buffer, length delimited.
Parameters
| Name | Type | Description |
|---|---|---|
reader | Uint8Array | Reader | Reader or buffer to decode from |
Returns
TerminateWorkflowExecutionRequest & $Shape
TerminateWorkflowExecutionRequest
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 TerminateWorkflowExecutionRequest message. Does not implicitly temporal.api.workflowservice.v1.TerminateWorkflowExecutionRequest.verify|verify messages.
Parameters
| Name | Type | Description |
|---|---|---|
message | $Properties | TerminateWorkflowExecutionRequest message or plain object to encode |
writer? | Writer | Writer to encode to |
Returns
Writer
Writer
encodeDelimited
▸ encodeDelimited(message, writer?): Writer
Encodes the specified TerminateWorkflowExecutionRequest message, length delimited. Does not implicitly temporal.api.workflowservice.v1.TerminateWorkflowExecutionRequest.verify|verify messages.
Parameters
| Name | Type | Description |
|---|---|---|
message | $Properties | TerminateWorkflowExecutionRequest message or plain object to encode |
writer? | Writer | Writer to encode to |
Returns
Writer
Writer
fromObject
▸ fromObject(object): TerminateWorkflowExecutionRequest
Creates a TerminateWorkflowExecutionRequest message from a plain object. Also converts values to their respective internal types.
Parameters
| Name | Type | Description |
|---|---|---|
object | Object | Plain object |
Returns
TerminateWorkflowExecutionRequest
TerminateWorkflowExecutionRequest
toObject
▸ toObject(message, options?): Object
Creates a plain object from a TerminateWorkflowExecutionRequest message. Also converts values to other types if specified.
Parameters
| Name | Type | Description |
|---|---|---|
message | TerminateWorkflowExecutionRequest | TerminateWorkflowExecutionRequest |
options? | IConversionOptions | Conversion options |
Returns
Object
Plain object