Class: PollWorkflowExecutionTimeSkippingRequest
workflowservice.v1.PollWorkflowExecutionTimeSkippingRequest
A long-poll request that blocks according to a time-skipping waiting policy on the workflow
execution. Currently the only supported policy is waiting for completion of the fast-forward
identified by fast_forward_id; the poll also returns once anything else settles that outcome
(e.g. the execution ends or time skipping is disabled).
Implements
Constructors
constructor
• new PollWorkflowExecutionTimeSkippingRequest(properties?): PollWorkflowExecutionTimeSkippingRequest
Constructs a new PollWorkflowExecutionTimeSkippingRequest.
Parameters
| Name | Type | Description |
|---|---|---|
properties? | IPollWorkflowExecutionTimeSkippingRequest | Properties to set |
Returns
PollWorkflowExecutionTimeSkippingRequest
Properties
fastForwardId
• fastForwardId: string
Required. Identifies the fast-forward whose completion the caller wants to wait for.
Must match the fast_forward_id set in the execution's TimeSkippingConfig.
Implementation of
IPollWorkflowExecutionTimeSkippingRequest.fastForwardId
namespace
• namespace: string
PollWorkflowExecutionTimeSkippingRequest namespace.
Implementation of
IPollWorkflowExecutionTimeSkippingRequest.namespace
workflowExecution
• Optional workflowExecution: null | IWorkflowExecution
PollWorkflowExecutionTimeSkippingRequest workflowExecution.
Implementation of
IPollWorkflowExecutionTimeSkippingRequest.workflowExecution
Methods
toJSON
▸ toJSON(): Object
Converts this PollWorkflowExecutionTimeSkippingRequest to JSON.
Returns
Object
JSON object
create
▸ create(properties?): PollWorkflowExecutionTimeSkippingRequest
Creates a new PollWorkflowExecutionTimeSkippingRequest instance using the specified properties.
Parameters
| Name | Type | Description |
|---|---|---|
properties? | IPollWorkflowExecutionTimeSkippingRequest | Properties to set |
Returns
PollWorkflowExecutionTimeSkippingRequest
PollWorkflowExecutionTimeSkippingRequest instance
decode
▸ decode(reader, length?): PollWorkflowExecutionTimeSkippingRequest
Decodes a PollWorkflowExecutionTimeSkippingRequest 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
PollWorkflowExecutionTimeSkippingRequest
PollWorkflowExecutionTimeSkippingRequest
Throws
If the payload is not a reader or valid buffer
Throws
If required fields are missing
decodeDelimited
▸ decodeDelimited(reader): PollWorkflowExecutionTimeSkippingRequest
Decodes a PollWorkflowExecutionTimeSkippingRequest message from the specified reader or buffer, length delimited.
Parameters
| Name | Type | Description |
|---|---|---|
reader | Uint8Array | Reader | Reader or buffer to decode from |
Returns
PollWorkflowExecutionTimeSkippingRequest
PollWorkflowExecutionTimeSkippingRequest
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 PollWorkflowExecutionTimeSkippingRequest message. Does not implicitly temporal.api.workflowservice.v1.PollWorkflowExecutionTimeSkippingRequest.verify|verify messages.
Parameters
| Name | Type | Description |
|---|---|---|
message | IPollWorkflowExecutionTimeSkippingRequest | PollWorkflowExecutionTimeSkippingRequest message or plain object to encode |
writer? | Writer | Writer to encode to |
Returns
Writer
Writer
encodeDelimited
▸ encodeDelimited(message, writer?): Writer
Encodes the specified PollWorkflowExecutionTimeSkippingRequest message, length delimited. Does not implicitly temporal.api.workflowservice.v1.PollWorkflowExecutionTimeSkippingRequest.verify|verify messages.
Parameters
| Name | Type | Description |
|---|---|---|
message | IPollWorkflowExecutionTimeSkippingRequest | PollWorkflowExecutionTimeSkippingRequest message or plain object to encode |
writer? | Writer | Writer to encode to |
Returns
Writer
Writer
fromObject
▸ fromObject(object): PollWorkflowExecutionTimeSkippingRequest
Creates a PollWorkflowExecutionTimeSkippingRequest message from a plain object. Also converts values to their respective internal types.
Parameters
| Name | Type | Description |
|---|---|---|
object | Object | Plain object |
Returns
PollWorkflowExecutionTimeSkippingRequest
PollWorkflowExecutionTimeSkippingRequest
getTypeUrl
▸ getTypeUrl(typeUrlPrefix?): string
Gets the default type url for PollWorkflowExecutionTimeSkippingRequest
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 PollWorkflowExecutionTimeSkippingRequest message. Also converts values to other types if specified.
Parameters
| Name | Type | Description |
|---|---|---|
message | PollWorkflowExecutionTimeSkippingRequest | PollWorkflowExecutionTimeSkippingRequest |
options? | IConversionOptions | Conversion options |
Returns
Object
Plain object