forked from uber/cadence
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
IDL update to include new field in PendingActivityInfo (uber#5306)
* add idl update with StartedWorkerId * update go files * update gen files
- Loading branch information
1 parent
55e53f3
commit 53e1f03
Showing
7 changed files
with
522 additions
and
457 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule idls
updated
16 files
+150 −149 | go/proto/admin/v1/queue.pb.yarpc.go | |
+4 −4 | go/proto/admin/v1/service.pb.go | |
+158 −157 | go/proto/admin/v1/service.pb.yarpc.go | |
+150 −149 | go/proto/api/v1/decision.pb.yarpc.go | |
+150 −149 | go/proto/api/v1/history.pb.yarpc.go | |
+150 −149 | go/proto/api/v1/query.pb.yarpc.go | |
+8 −8 | go/proto/api/v1/service_domain.pb.yarpc.go | |
+8 −8 | go/proto/api/v1/service_meta.pb.yarpc.go | |
+158 −157 | go/proto/api/v1/service_visibility.pb.yarpc.go | |
+158 −157 | go/proto/api/v1/service_worker.pb.yarpc.go | |
+158 −157 | go/proto/api/v1/service_workflow.pb.yarpc.go | |
+150 −149 | go/proto/api/v1/visibility.pb.yarpc.go | |
+218 −166 | go/proto/api/v1/workflow.pb.go | |
+150 −149 | go/proto/api/v1/workflow.pb.yarpc.go | |
+1 −0 | proto/uber/cadence/api/v1/workflow.proto | |
+1 −0 | thrift/shared.thrift |