dapr / java-sdk

Dapr SDK for Java
Apache License 2.0
262 stars 207 forks source link

[Workflows] Rename `callSubWorkflow` to `callChildWorkflow` #1155

Open olitomlinson opened 4 weeks ago

olitomlinson commented 4 weeks ago

The Java SDK uses the method name callSubWorkflow rather than callChildWorkflow in the workflow context

The Dapr documentation refers to child workflows , so I would recommend that the Java SDK change the method name to callChildWorkflow for consistency.