Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apis/workflows/v1/worker.proto
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@
// WorkerService defines the RPC interface between a runner and a a worker runtime that can execute workflow tasks.
service WorkerService {
rpc Handshake(HandshakeRequest) returns (HandshakeResponse) {}
rpc ExecuteTask(workflows.v1.Task) returns (workflows.v1.ComputedTask) {}
rpc ExecuteTask(workflows.v1.Task) returns (ExecuteTaskResponse) {}

Check failure on line 38 in apis/workflows/v1/worker.proto

View workflow job for this annotation

GitHub Actions / Buf

RPC "ExecuteTask" on service "WorkerService" changed response type from "workflows.v1.ComputedTask" to "workflows.v1.ExecuteTaskResponse".
rpc Shutdown(google.protobuf.Empty) returns (google.protobuf.Empty) {}
}
Loading