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
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