azure-functions-powershell-worker icon indicating copy to clipboard operation
azure-functions-powershell-worker copied to clipboard

Sub-orchestrations in PowerShell Durable Functions

Open randomnote1 opened this issue 2 years ago • 6 comments

Sub-orchestrations are not yet supported in PowerShell according to the documentation. I have a use case where this would be extremely useful. Is this functionality on the roadmap?

randomnote1 avatar Jan 11 '23 17:01 randomnote1

Hi @randomnote1: yes, it is. I expect we should be able to announce support for it soon. I would rather not provide an ETA at this time, but the main hard dependency we require starting releasing today if I'm not mistaken.

davidmrdavid avatar Jan 14 '23 00:01 davidmrdavid

Hi @davidmrdavid, how is this feature coming along?

randomnote1 avatar Apr 12 '23 11:04 randomnote1

Hi @randomnote1: we have this feature implemented in a new, standalone, SDK package that will be hosted in the powershell gallery. Our internal bug bash is next week and if all looks good then, I think we should be able to release it in preview shortly after. That's our main blocker right now.

This took a lot longer than expected to get to this state, so apologies for that. I'm already working on the docs explaining how to opt into this new SDK with new features (and better performance, reliability, etc) now, so I'm feeling confident that the release is close.

davidmrdavid avatar Apr 14 '23 18:04 davidmrdavid

That's great news! Thanks for the update.

randomnote1 avatar Apr 14 '23 19:04 randomnote1

Agree this would be great to have. Looking forward to hearing more about this new release!

GMedlin avatar May 06 '23 15:05 GMedlin

@randomnote1, @GMedlin: This new release was announced as a preview offering here

And you may find a sample sub-orchestration app here. In particular, this API shows the new sub-orchestrator API in action. Would love to get y'alls feedback on it. Thank you!

davidmrdavid avatar Jun 16 '23 00:06 davidmrdavid