Closed
Description
With PowerShell Durable Functions we aren't able to use/pass the instance id in the Orchestrator Function.
We do see that this is due to the instanceid having an internal access level as defined here
But the instanceId can be accessed with dotnet durable functions.
We would like for the option to be available with PowerShell durable functions as well.