Skip to content

Commit 0d34df3

Browse files
authored
Fix outdated request_eager_execution attr name for Activity (#431)
It was changed a while back at: bc22e6a
1 parent 9fbf414 commit 0d34df3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

openapi/openapiv2.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9492,7 +9492,7 @@
94929492
"type": "object",
94939493
"$ref": "#/definitions/v1PollActivityTaskQueueResponse"
94949494
},
9495-
"title": "See `ScheduleActivityTaskCommandAttributes::request_start`"
9495+
"title": "See `ScheduleActivityTaskCommandAttributes::request_eager_execution`"
94969496
},
94979497
"resetHistoryEventId": {
94989498
"type": "string",

temporal/api/workflowservice/v1/request_response.proto

+1-1
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ message RespondWorkflowTaskCompletedRequest {
355355
message RespondWorkflowTaskCompletedResponse {
356356
// See `RespondWorkflowTaskCompletedResponse::return_new_workflow_task`
357357
PollWorkflowTaskQueueResponse workflow_task = 1;
358-
// See `ScheduleActivityTaskCommandAttributes::request_start`
358+
// See `ScheduleActivityTaskCommandAttributes::request_eager_execution`
359359
repeated PollActivityTaskQueueResponse activity_tasks = 2;
360360
// If non zero, indicates the server has discarded the workflow task that was being responded to.
361361
// Will be the event ID of the last workflow task started event in the history before the new workflow task.

0 commit comments

Comments
 (0)