We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9461f7b commit 1e2ce09Copy full SHA for 1e2ce09
1 file changed
temporal/api/history/v1/message.proto
@@ -196,6 +196,9 @@ message WorkflowExecutionStartedEventAttributes {
196
// Used internally by the server during continue-as-new and retry.
197
// Should not be read or interpreted by SDKs.
198
DeclinedTargetVersionUpgrade declined_target_version_upgrade = 40;
199
+
200
+ // Time-skipping configuration for this workflow execution.
201
+ temporal.api.workflow.v1.TimeSkippingConfig time_skipping_config = 41;
202
}
203
204
// Wrapper for a target deployment version that the SDK declined to upgrade to.
0 commit comments