The following parameters were introduced to StartWorkflowExecutionRequest.
google.protobuf.Duration jitter_start = 17;
google.protobuf.Timestamp first_run_at = 18;
CronOverlapPolicy cron_overlap_policy = 19;
ActiveClusterSelectionPolicy active_cluster_selection_policy = 20;
However, we don't have a way to set these options when starting workflows with Java Client.
We should support these options.
An example pull request for adding new options: #640