Skip to main content

Interface: IWorkflowExecutionOptionsUpdatedEventAttributes

history.v1.IWorkflowExecutionOptionsUpdatedEventAttributes

Properties of a WorkflowExecutionOptionsUpdatedEventAttributes.

Hierarchy

  • $Properties

    IWorkflowExecutionOptionsUpdatedEventAttributes

Properties

attachedCompletionCallbacks

Optional attachedCompletionCallbacks: null | $Properties[]

Completion callbacks attached to the running workflow execution.

Inherited from

$Properties.attachedCompletionCallbacks


attachedRequestId

Optional attachedRequestId: null | string

Request ID attached to the running workflow execution so that subsequent requests with same request ID will be deduped.

Inherited from

$Properties.attachedRequestId


identity

Optional identity: null | string

Optional. The identity of the client who initiated the request that created this event.

Inherited from

$Properties.identity


priority

Optional priority: null | $Properties

Priority override upserted in this event. Represents the full priority; not just partial fields. Ignored if nil.

Inherited from

$Properties.priority


timeSkippingConfig

Optional timeSkippingConfig: null | $Properties

TimeSkippingConfig override upserted in this event. Represents the full config.

Inherited from

$Properties.timeSkippingConfig


timeSkippingConfigUpdated

Optional timeSkippingConfigUpdated: null | boolean

Indicates the time skipping config was updated by the recent call to update workflow execution options.

Inherited from

$Properties.timeSkippingConfigUpdated


unsetVersioningOverride

Optional unsetVersioningOverride: null | boolean

Versioning override removed in this event.

Inherited from

$Properties.unsetVersioningOverride


versioningOverride

Optional versioningOverride: null | $Properties

Versioning override upserted in this event. Ignored if nil or if unset_versioning_override is true.

Inherited from

$Properties.versioningOverride


workflowUpdateOptions

Optional workflowUpdateOptions: null | $Properties[]

Updates to workflow updates options.

Inherited from

$Properties.workflowUpdateOptions