Commit 7359dff
authored
chore: bump cadence-idl to d6d4d81 and regenerate CreateScheduleRequest (#1083)
Adds ScheduleState state = 8 to the CreateScheduleRequest proto message,
and adds the corresponding state field to the generated thrift Java class.
This is a prerequisite for creating schedules in a paused initial state.
Signed-off-by: abhishek.jha <abhishek.jha@uber.com>1 parent 457bb11 commit 7359dff
2 files changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
17 | 18 | | |
- go/proto/admin/v1/queue.pb.yarpc.go+84-75
- go/proto/admin/v1/replication.pb.yarpc.go+84-75
- go/proto/admin/v1/service.pb.yarpc.go+84-75
- go/proto/api/v1/common.pb.go+433-99
- go/proto/api/v1/common.pb.yarpc.go+84-75
- go/proto/api/v1/decision.pb.yarpc.go+84-75
- go/proto/api/v1/domain.pb.yarpc.go+84-75
- go/proto/api/v1/history.pb.yarpc.go+84-75
- go/proto/api/v1/query.pb.yarpc.go+84-75
- go/proto/api/v1/schedule.pb.go+157-82
- go/proto/api/v1/schedule.pb.yarpc.go+166-154
- go/proto/api/v1/service_domain.pb.yarpc.go+84-75
- go/proto/api/v1/service_schedule.pb.go+133-70
- go/proto/api/v1/service_schedule.pb.yarpc.go+224-212
- go/proto/api/v1/service_visibility.pb.yarpc.go+84-75
- go/proto/api/v1/service_worker.pb.go+253-132
- go/proto/api/v1/service_worker.pb.yarpc.go+215-205
- go/proto/api/v1/service_workflow.pb.yarpc.go+84-75
- go/proto/api/v1/visibility.pb.yarpc.go+84-75
- go/proto/api/v1/workflow.pb.yarpc.go+84-75
- proto/uber/cadence/api/v1/common.proto+24
- proto/uber/cadence/api/v1/schedule.proto+4
- proto/uber/cadence/api/v1/service_schedule.proto+3
- proto/uber/cadence/api/v1/service_worker.proto+2
- thrift/history.thrift+1
- thrift/replicator.thrift+1
- thrift/shared.thrift+26
- thrift/sqlblobs.thrift+1
0 commit comments