Skip to content

Commit 7359dff

Browse files
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

File tree

src/gen/java/com/uber/cadence/CreateScheduleRequest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,5 @@ public class CreateScheduleRequest {
1414
private SchedulePolicies policies;
1515
private Memo memo;
1616
private SearchAttributes searchAttributes;
17+
private ScheduleState state;
1718
}

0 commit comments

Comments
 (0)