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
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -17100,9 +17100,9 @@
17100
17100
"type": "boolean",
17101
17101
"description": "Enables or disables time skipping for this workflow execution."
17102
17102
},
17103
-
"disablePropagation": {
17103
+
"disableChildWorkflowPropagation": {
17104
17104
"type": "boolean",
17105
-
"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."
17105
+
"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."
0 commit comments