You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have not yet been able to pass input arguments to sub-orchestration functions in my Azure Durable Function. I've looked at and duplicated the example here but this did not work. The example does not show how the sub-orchestration functions accesses the input so possibly that is where I am going wrong. I have a sub-orchestration function like:
I have not yet been able to pass input arguments to sub-orchestration functions in my Azure Durable Function. I've looked at and duplicated the example here but this did not work. The example does not show how the sub-orchestration functions accesses the input so possibly that is where I am going wrong. I have a sub-orchestration function like:
I call it from the orchestrator like:
This will end up printing
None
. What is going wrong here?The text was updated successfully, but these errors were encountered: