Azure / azure-functions-durable-powershell

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

Generate actions at most once #44

Closed davidmrdavid closed 1 year ago

davidmrdavid commented 1 year ago

Preamble to implementing Get-DurableTaskResult, which effectively calls await on an already scheduled DF API to get its result. Whenever we "await" a DF API, we only want that API to generate an action once. Otherwise, a copy of the task will be scheduled