We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd9b254 commit 14b8f1cCopy full SHA for 14b8f1c
1 file changed
temporal/api/workflowservice/v1/request_response.proto
@@ -203,11 +203,6 @@ message StartWorkflowExecutionRequest {
203
// Time-skipping configuration. If not set, time skipping is disabled.
204
temporal.api.workflow.v1.TimeSkippingConfig time_skipping_config = 29;
205
206
- // If a workflow execution is started by a previous execution (parent-child workflow or continue-as-new)
207
- // that has already skipped some time, the accumulated skipped duration from that execution
208
- // can be passed to the new workflow execution through this field.
209
- google.protobuf.Duration initial_skipped_duration = 30;
210
-
211
}
212
213
message StartWorkflowExecutionResponse {
0 commit comments