context.df.continueAsNew() does not work if not returned or yielded · Issue #126 · Azure/azure-functions-durable-js

Describe the bug If context.df.continueAsNew() is called without calling return or yield on the response, then the orchestrator functions will just finish and not schedule a new execution. Investig...