You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'description' => 'OpenAPI specification for the worker-plane HTTP+JSON API: register, poll, heartbeat, worker-session lifecycle, complete, and fail for workflowand activity tasks. The companion AsyncAPI document `worker_protocol_stream` describes the long-poll and lease-renewal semantics.',
230
+
'description' => 'OpenAPI specification for the worker-plane HTTP+JSON API: register, poll, heartbeat, worker-session lifecycle, complete, and fail for workflow, activity, and query tasks. Query-task routes are lease-fenced request/response work and are advertised through the `query_tasks` worker capability. The companion AsyncAPI document `worker_protocol_stream` describes the long-poll and lease-renewal semantics.',
Copy file name to clipboardExpand all lines: src/V2/Support/SurfaceStabilityContract.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -177,7 +177,7 @@ private static function surfaceFamilies(): array
177
177
'notes' => 'Per-route version is governed by the `control_plane.request_contract` and `control_plane.response.contract` schema/version pairs published from `/api/cluster/info`. The top-level server `version` is build identity, not the client compatibility authority.',
178
178
],
179
179
'worker_protocol' => [
180
-
'description' => 'Worker-plane HTTP API used by external SDK workers to register, poll, heartbeat, complete, and fail workflowand activity tasks.',
180
+
'description' => 'Worker-plane HTTP API used by external SDK workers to register, poll, heartbeat, complete, and fail workflow, activity, and query tasks.',
0 commit comments