cadence-java-client
cadence-java-client copied to clipboard
Add CronoverlapPolicy support to java client, update idl
What changed?
Updated IDL submodule to latest master
Added cronOverlapPolicy field to support cron workflow overlap policies in:
WorkflowOptions- field with getter, setter, equals, hashCode, toString, mergeStartWorkflowExecutionParameters- field with CRUD operations and propagationStartChildWorkflowExecutionParameters- field with CRUD operationsChildWorkflowOptions- field with getter, setter, mergeSyncDecisionContext- updated to pass field to child workflow parameters
However, this feature is not yet working since idl related change is not merged (will be added in a later pr)
Why?
need to add corresponding logic for cronOverlapPolicy that is already implemented in server and go client
How did you test it? unit tests
Potential risks
Release notes
Documentation Changes