Class: WorkflowExecutionOptionsUpdatedEventAttributes
history.v1.WorkflowExecutionOptionsUpdatedEventAttributes
Represents a WorkflowExecutionOptionsUpdatedEventAttributes.
Implements
Constructors
constructor
• new WorkflowExecutionOptionsUpdatedEventAttributes(properties?): WorkflowExecutionOptionsUpdatedEventAttributes
Constructs a new WorkflowExecutionOptionsUpdatedEventAttributes.
Parameters
| Name | Type | Description |
|---|---|---|
properties? | IWorkflowExecutionOptionsUpdatedEventAttributes | Properties to set |
Returns
WorkflowExecutionOptionsUpdatedEventAttributes
Properties
attachedCompletionCallbacks
• attachedCompletionCallbacks: ICallback[]
Completion callbacks attached to the running workflow execution.
Implementation of
IWorkflowExecutionOptionsUpdatedEventAttributes.attachedCompletionCallbacks
attachedRequestId
• attachedRequestId: string
Request ID attachedto the running workflow execution so that subsequent requests with same request ID will be deduped.
Implementation of
IWorkflowExecutionOptionsUpdatedEventAttributes.attachedRequestId
unsetVersioningOverride
• unsetVersioningOverride: boolean
Versioning override removed in this event.
Implementation of
IWorkflowExecutionOptionsUpdatedEventAttributes.unsetVersioningOverride
versioningOverride
• Optional versioningOverride: null | IVersioningOverride
Versioning override upserted in this event. Ignored if nil or if unset_versioning_override is true.
Implementation of
IWorkflowExecutionOptionsUpdatedEventAttributes.versioningOverride
Methods
toJSON
▸ toJSON(): Object
Converts this WorkflowExecutionOptionsUpdatedEventAttributes to JSON.
Returns
Object
JSON object
create
▸ create(properties?): WorkflowExecutionOptionsUpdatedEventAttributes
Creates a new WorkflowExecutionOptionsUpdatedEventAttributes instance using the specified properties.
Parameters
| Name | Type | Description |
|---|---|---|
properties? | IWorkflowExecutionOptionsUpdatedEventAttributes | Properties to set |
Returns
WorkflowExecutionOptionsUpdatedEventAttributes
WorkflowExecutionOptionsUpdatedEventAttributes instance
decode
▸ decode(reader, length?): WorkflowExecutionOptionsUpdatedEventAttributes
Decodes a WorkflowExecutionOptionsUpdatedEventAttributes 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
WorkflowExecutionOptionsUpdatedEventAttributes
WorkflowExecutionOptionsUpdatedEventAttributes
Throws
If the payload is not a reader or valid buffer
Throws
If required fields are missing
decodeDelimited
▸ decodeDelimited(reader): WorkflowExecutionOptionsUpdatedEventAttributes
Decodes a WorkflowExecutionOptionsUpdatedEventAttributes message from the specified reader or buffer, length delimited.
Parameters
| Name | Type | Description |
|---|---|---|
reader | Uint8Array | Reader | Reader or buffer to decode from |
Returns
WorkflowExecutionOptionsUpdatedEventAttributes
WorkflowExecutionOptionsUpdatedEventAttributes
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 WorkflowExecutionOptionsUpdatedEventAttributes message. Does not implicitly temporal.api.history.v1.WorkflowExecutionOptionsUpdatedEventAttributes.verify|verify messages.
Parameters
| Name | Type | Description |
|---|---|---|
message | IWorkflowExecutionOptionsUpdatedEventAttributes | WorkflowExecutionOptionsUpdatedEventAttributes message or plain object to encode |
writer? | Writer | Writer to encode to |
Returns
Writer
Writer
encodeDelimited
▸ encodeDelimited(message, writer?): Writer
Encodes the specified WorkflowExecutionOptionsUpdatedEventAttributes message, length delimited. Does not implicitly temporal.api.history.v1.WorkflowExecutionOptionsUpdatedEventAttributes.verify|verify messages.
Parameters
| Name | Type | Description |
|---|---|---|
message | IWorkflowExecutionOptionsUpdatedEventAttributes | WorkflowExecutionOptionsUpdatedEventAttributes message or plain object to encode |
writer? | Writer | Writer to encode to |
Returns
Writer
Writer
fromObject
▸ fromObject(object): WorkflowExecutionOptionsUpdatedEventAttributes
Creates a WorkflowExecutionOptionsUpdatedEventAttributes message from a plain object. Also converts values to their respective internal types.
Parameters
| Name | Type | Description |
|---|---|---|
object | Object | Plain object |
Returns
WorkflowExecutionOptionsUpdatedEventAttributes
WorkflowExecutionOptionsUpdatedEventAttributes
getTypeUrl
▸ getTypeUrl(typeUrlPrefix?): string
Gets the default type url for WorkflowExecutionOptionsUpdatedEventAttributes
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 WorkflowExecutionOptionsUpdatedEventAttributes message. Also converts values to other types if specified.
Parameters
| Name | Type | Description |
|---|---|---|
message | WorkflowExecutionOptionsUpdatedEventAttributes | WorkflowExecutionOptionsUpdatedEventAttributes |
options? | IConversionOptions | Conversion options |
Returns
Object
Plain object