Class: WorkflowExecutionOptionsUpdatedEventAttributes
history.v1.WorkflowExecutionOptionsUpdatedEventAttributes
Represents a WorkflowExecutionOptionsUpdatedEventAttributes.
Properties
attachedCompletionCallbacks
• attachedCompletionCallbacks: $Properties[]
Completion callbacks attached to the running workflow execution.
attachedRequestId
• attachedRequestId: string
Request ID attached to the running workflow execution so that subsequent requests with same request ID will be deduped.
identity
• identity: string
Optional. The identity of the client who initiated the request that created this event.
priority
• Optional priority: null | $Properties
Priority override upserted in this event. Represents the full priority; not just partial fields. Ignored if nil.
timeSkippingConfig
• Optional timeSkippingConfig: null | $Properties
TimeSkippingConfig override upserted in this event. Represents the full config.
timeSkippingConfigUpdated
• timeSkippingConfigUpdated: boolean
Indicates the time skipping config was updated by the recent call to update workflow execution options.
unsetVersioningOverride
• unsetVersioningOverride: boolean
Versioning override removed in this event.
versioningOverride
• Optional versioningOverride: null | $Properties
Versioning override upserted in this event. Ignored if nil or if unset_versioning_override is true.
workflowUpdateOptions
• workflowUpdateOptions: $Properties[]
Updates to workflow updates options.
Methods
toJSON
▸ toJSON(): Object
Converts this WorkflowExecutionOptionsUpdatedEventAttributes to JSON.
Returns
Object
JSON object
create
▸ create(properties?): WorkflowExecutionOptionsUpdatedEventAttributes & $Shape
Creates a new WorkflowExecutionOptionsUpdatedEventAttributes instance using the specified properties.
Parameters
| Name | Type | Description |
|---|---|---|
properties? | $Shape | Properties to set |
Returns
WorkflowExecutionOptionsUpdatedEventAttributes & $Shape
WorkflowExecutionOptionsUpdatedEventAttributes instance
▸ create(properties?): WorkflowExecutionOptionsUpdatedEventAttributes
Parameters
| Name | Type |
|---|---|
properties? | $Properties |
Returns
WorkflowExecutionOptionsUpdatedEventAttributes