Open
Description
Related - Azure/azure-functions-durable-js#328
Usually, orchestrations are only to be invoked by a durable client, but in dotnet users have the ability to start orchestrations within another orchestrations.
We should implement similar functionality