You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: The event type of the history event generated by the request.
12269
12269
format: enum
@@ -13580,7 +13580,7 @@ components:
13580
13580
timeSkippingConfig:
13581
13581
allOf:
13582
13582
- $ref: '#/components/schemas/TimeSkippingConfig'
13583
-
description: Timeskipping configuration. If not set, automatic time-skipping is disabled.
13583
+
description: Time-skipping configuration. If not set, timeskipping is disabled.
13584
13584
SignalWithStartWorkflowExecutionResponse:
13585
13585
type: object
13586
13586
properties:
@@ -14046,7 +14046,7 @@ components:
14046
14046
timeSkippingConfig:
14047
14047
allOf:
14048
14048
- $ref: '#/components/schemas/TimeSkippingConfig'
14049
-
description: Automatic time-skipping configuration. If not set, automatic time-skipping is disabled.
14049
+
description: Time-skipping configuration. If not set, timeskipping is disabled.
14050
14050
StartWorkflowExecutionResponse:
14051
14051
type: object
14052
14052
properties:
@@ -14455,7 +14455,7 @@ components:
14455
14455
properties:
14456
14456
enabled:
14457
14457
type: boolean
14458
-
description: "Enables or disables automatic time skipping for this workflow execution.\n By default, this field is propagated to transitively related workflows (child workflows/start-as-new/reset) \n at the time they are started.\n Changes made after a transitively related workflow has started are not propagated."
14458
+
description: "Enables or disables time skipping for this workflow execution.\n By default, this field is propagated to transitively related workflows (child workflows/start-as-new/reset) \n at the time they are started.\n Changes made after a transitively related workflow has started are not propagated."
14459
14459
disablePropagation:
14460
14460
type: boolean
14461
14461
description: If set, the enabled field is not propagated to transitively related workflows.
@@ -14476,9 +14476,11 @@ components:
14476
14476
Time skipping will not advance beyond this point.
14477
14477
format: date-time
14478
14478
description: |-
14479
-
Configuration for automatic time skipping during a workflow execution.
14480
-
When enabled, virtual time advances automatically whenever there are
14481
-
no in-flight activities, child workflows, or Nexus operations.
14479
+
Configuration for time skipping during a workflow execution.
14480
+
When enabled, virtual time advances automatically whenever there is no in-flight work.
14481
+
In-flight work includes activities, child workflows, Nexus operations, signal/cancel external workflow operations,
14482
+
and possibly other features added in the future.
14483
+
User timers are not classified as in-flight work and will be skipped over.
description: RequestIdReference is a indirect reference to a history event through the request ID.
@@ -16368,7 +16370,7 @@ components:
16368
16370
timeSkippingConfig:
16369
16371
allOf:
16370
16372
- $ref: '#/components/schemas/TimeSkippingConfig'
16371
-
description: "Time skipping configuration upserted in this event. \n It means the time-skipping config is changed, and the full latest config is upserted."
16373
+
description: If set, the time-skipping configuration was changed. Contains the full updated configuration.
16372
16374
WorkflowExecutionPauseInfo:
16373
16375
type: object
16374
16376
properties:
@@ -16674,27 +16676,26 @@ components:
16674
16676
identity:
16675
16677
type: string
16676
16678
description: id of the client who requested termination
0 commit comments