Open olitomlinson opened 4 weeks ago
The Java SDK uses the method name callSubWorkflow rather than callChildWorkflow in the workflow context
callSubWorkflow
callChildWorkflow
The Dapr documentation refers to child workflows , so I would recommend that the Java SDK change the method name to callChildWorkflow for consistency.
The Java SDK uses the method name
callSubWorkflow
rather thancallChildWorkflow
in the workflow contextThe Dapr documentation refers to child workflows , so I would recommend that the Java SDK change the method name to
callChildWorkflow
for consistency.