Azure durable function error: the “context” parameter is expected to be of type azure.functions.Context
I am getting an annoying error when I try to execute an Azure Durable Function: the “context” parameter is expected to be of type azure.functions.Context, got <class ‘azure.functions._durable_functions.OrchestrationContext’>