Pass dictionary to OrchestrationTrigger and ActivityTrigger in Durable Functions
I have a durable function with orchestrators and activities. That works fine with basic types or classes. But now I have a Dictionary<string, object>
. The activities can’t be bind and the orchestrations can’t be found. How can I achieve that?
Azure Durable Functions – HttpClient Timeout WaitForInstanceCompletionAsync
I’m working on a durable function and would like to be able to cancel the function after a given time. Currently I have setup a timeout on both the start and completion of the instance. The weird thing is that I receive the following exception on the WaitForInstanceCompletionAsync method: