Azure / azure-functions-durable-powershell

PowerShell SDK for writing Durable Functions apps
MIT License
7 stars 3 forks source link

Add Wait-DurableTask cmdlet #12

Closed michaelpeng36 closed 1 year ago

michaelpeng36 commented 2 years ago

This PR introduces the Wait-DurableTask functionality to await any durable tasks that were invoked with the -NoWait switch parameter.

michaelpeng36 commented 1 year ago

Yes, that's correct.