## Observed Behavior When using Durable Functions, a new sub orchestration does not inherit the default version from the `host.json`. ## Expected Behavior The value `defaultVersion` in `hostjson` should be applied to any sub orchestration created by the worker that does not already have a version specified.