Skip to content

Commit 1e2ce09

Browse files
committed
add time-skipping config in WorkflowExecutionStartedEventAttributes
1 parent 9461f7b commit 1e2ce09

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

temporal/api/history/v1/message.proto

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,9 @@ message WorkflowExecutionStartedEventAttributes {
196196
// Used internally by the server during continue-as-new and retry.
197197
// Should not be read or interpreted by SDKs.
198198
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;
199202
}
200203

201204
// Wrapper for a target deployment version that the SDK declined to upgrade to.

0 commit comments

Comments
 (0)