File tree 2 files changed +2
-2
lines changed
temporal/api/workflowservice/v1
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 9492
9492
"type" : " object" ,
9493
9493
"$ref" : " #/definitions/v1PollActivityTaskQueueResponse"
9494
9494
},
9495
- "title" : " See `ScheduleActivityTaskCommandAttributes::request_start `"
9495
+ "title" : " See `ScheduleActivityTaskCommandAttributes::request_eager_execution `"
9496
9496
},
9497
9497
"resetHistoryEventId" : {
9498
9498
"type" : " string" ,
Original file line number Diff line number Diff line change @@ -355,7 +355,7 @@ message RespondWorkflowTaskCompletedRequest {
355
355
message RespondWorkflowTaskCompletedResponse {
356
356
// See `RespondWorkflowTaskCompletedResponse::return_new_workflow_task`
357
357
PollWorkflowTaskQueueResponse workflow_task = 1 ;
358
- // See `ScheduleActivityTaskCommandAttributes::request_start `
358
+ // See `ScheduleActivityTaskCommandAttributes::request_eager_execution `
359
359
repeated PollActivityTaskQueueResponse activity_tasks = 2 ;
360
360
// If non zero, indicates the server has discarded the workflow task that was being responded to.
361
361
// Will be the event ID of the last workflow task started event in the history before the new workflow task.
You can’t perform that action at this time.
0 commit comments