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
Copy file name to clipboardExpand all lines: openapi/openapiv2.json
+6-2Lines changed: 6 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -17134,9 +17134,9 @@
17134
17134
"type": "boolean",
17135
17135
"description": "Enables or disables time skipping for this workflow execution."
17136
17136
},
17137
-
"disablePropagation": {
17137
+
"disableChildWorkflowPropagation": {
17138
17138
"type": "boolean",
17139
-
"description": "By default, the time skipping configuration is propagated to transitively related workflows.\nIf set, transitively related workflows will be started with time skipping disabled."
17139
+
"description": "By default, the time skipping configuration (enabled and bound) is propagated to child workflows,\nusing the same values as the parent workflow.\nIf set, child workflows will be started with time skipping disabled.\nRegardless of this field, the start time of the child workflow uses the parent's virtual time."
17140
17140
},
17141
17141
"maxSkippedDuration": {
17142
17142
"type": "string",
@@ -17150,6 +17150,10 @@
17150
17150
"type": "string",
17151
17151
"format": "date-time",
17152
17152
"description": "Absolute virtual timestamp at which time skipping is disabled.\nTime skipping will not advance beyond this point."
17153
+
},
17154
+
"propagatedSkippedDuration": {
17155
+
"type": "string",
17156
+
"description": "If this execution was started by a previous execution that already skipped some time,\nit inherits the virtual time through the propagated skipped duration."
17153
17157
}
17154
17158
},
17155
17159
"description": "Configuration for time skipping during a workflow execution.\nWhen enabled, virtual time advances automatically whenever there is no in-flight work.\nIn-flight work includes activities, child workflows, Nexus operations, signal/cancel external workflow operations,\nand possibly other features added in the future.\nUser timers are not classified as in-flight work and will be skipped over.\nWhen time advances, it skips to the earlier of the next user timer or the configured bound, if either exists."
0 commit comments