Currently, when building WorkflowImplementationOptions it is possible to set ActivityOptions, LocalActivityOptions, and NexusServiceOptions.
It would be great if there was a method to set ChildWorkflowOptions in the same way using the methods:
setChildWorkflowOptions(Map<String, ChildWorkflowOptions> options)
setDefaultChildWorkflowOptions(ChildWorkflowOptions options)
Currently, when building
WorkflowImplementationOptionsit is possible to setActivityOptions,LocalActivityOptions, andNexusServiceOptions.It would be great if there was a method to set
ChildWorkflowOptionsin the same way using the methods:setChildWorkflowOptions(Map<String, ChildWorkflowOptions> options)setDefaultChildWorkflowOptions(ChildWorkflowOptions options)