Skip to main content

Interface: $Properties

v1.WorkflowExecutionOptions.$Properties

Properties of a WorkflowExecutionOptions.

Hierarchy

Properties

priority

Optional priority: null | $Properties

If set, overrides the workflow's priority sent by the SDK.


timeSkippingConfig

Optional timeSkippingConfig: null | $Properties

The time-skipping configuration for this workflow execution. When fast_forward is set, time will be fast-forwarded to a future point relative to the current workflow timestamp. Each call takes effect, even if fast_forward is set to the same duration, since the target time is recalculated from the current timestamp on every call.

This field must be updated as a whole; updating individual sub-fields is not supported. When setting the update mask in UpdateWorkflowExecutionOptionsRequest, BatchOperationUpdateWorkflowExecutionOptions, etc., use a mask that covers the entire field.


versioningOverride

Optional versioningOverride: null | $Properties

If set, takes precedence over the Versioning Behavior sent by the SDK on Workflow Task completion.