Skip to content

Commit 06174b4

Browse files
RemcoBuddelmeijermfateev
authored andcommitted
Added ParentClosePolicy to ChildWorkflowOptions merge #433 (#438)
1 parent 8ff8b85 commit 06174b4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/com/uber/cadence/workflow/ChildWorkflowOptions.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ public static ChildWorkflowOptions merge(
5454
.setTaskList(OptionsUtils.merge(a.taskList(), o.getTaskList(), String.class))
5555
.setRetryOptions(RetryOptions.merge(r, o.getRetryOptions()))
5656
.setCronSchedule(OptionsUtils.merge(cronAnnotation, o.getCronSchedule(), String.class))
57+
.setParentClosePolicy(o.getParentClosePolicy())
5758
.setMemo(o.getMemo())
5859
.setSearchAttributes(o.getSearchAttributes())
5960
.validateAndBuildWithDefaults();

0 commit comments

Comments
 (0)