Class: TerminateWorkflowExecutionResponse
workflowservice.v1.TerminateWorkflowExecutionResponse
Represents a TerminateWorkflowExecutionResponse.
Implements
Constructors
constructor
• new TerminateWorkflowExecutionResponse(properties?
): TerminateWorkflowExecutionResponse
Constructs a new TerminateWorkflowExecutionResponse.
Parameters
Name | Type | Description |
---|---|---|
properties? | ITerminateWorkflowExecutionResponse | Properties to set |
Returns
TerminateWorkflowExecutionResponse
Methods
toJSON
▸ toJSON(): Object
Converts this TerminateWorkflowExecutionResponse to JSON.
Returns
Object
JSON object
create
▸ create(properties?
): TerminateWorkflowExecutionResponse
Creates a new TerminateWorkflowExecutionResponse instance using the specified properties.
Parameters
Name | Type | Description |
---|---|---|
properties? | ITerminateWorkflowExecutionResponse | Properties to set |
Returns
TerminateWorkflowExecutionResponse
TerminateWorkflowExecutionResponse instance
decode
▸ decode(reader
, length?
): TerminateWorkflowExecutionResponse
Decodes a TerminateWorkflowExecutionResponse 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
TerminateWorkflowExecutionResponse
TerminateWorkflowExecutionResponse
Throws
If the payload is not a reader or valid buffer
Throws
If required fields are missing
decodeDelimited
▸ decodeDelimited(reader
): TerminateWorkflowExecutionResponse
Decodes a TerminateWorkflowExecutionResponse message from the specified reader or buffer, length delimited.
Parameters
Name | Type | Description |
---|---|---|
reader | Uint8Array | Reader | Reader or buffer to decode from |
Returns
TerminateWorkflowExecutionResponse
TerminateWorkflowExecutionResponse
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 TerminateWorkflowExecutionResponse message. Does not implicitly temporal.api.workflowservice.v1.TerminateWorkflowExecutionResponse.verify|verify messages.
Parameters
Name | Type | Description |
---|---|---|
message | ITerminateWorkflowExecutionResponse | TerminateWorkflowExecutionResponse message or plain object to encode |
writer? | Writer | Writer to encode to |
Returns
Writer
Writer