Skip to content

Commit 14b8f1c

Browse files
committed
rm initial_skipped_duration from start wf request
1 parent dd9b254 commit 14b8f1c

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

temporal/api/workflowservice/v1/request_response.proto

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -203,11 +203,6 @@ message StartWorkflowExecutionRequest {
203203
// Time-skipping configuration. If not set, time skipping is disabled.
204204
temporal.api.workflow.v1.TimeSkippingConfig time_skipping_config = 29;
205205

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-
211206
}
212207

213208
message StartWorkflowExecutionResponse {

0 commit comments

Comments
 (0)