We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66df148 commit f6a3d90Copy full SHA for f6a3d90
temporal/api/workflowservice/v1/request_response.proto
@@ -257,7 +257,9 @@ message PollWorkflowTaskQueueResponse {
257
// Will be zero if no task has ever started.
258
int64 previous_started_event_id = 4;
259
// The id of the most recent workflow task started event, which will have been generated as a
260
- // result of this poll request being served.
+ // result of this poll request being served. Will be zero if the task
261
+ // does not contain any events which would advance history (no new WFT started).
262
+ // Currently this can happen for queries.
263
int64 started_event_id = 5;
264
// Starting at 1, the number of attempts to complete this task by any worker.
265
int32 attempt = 6;
0 commit comments