- 
                Notifications
    
You must be signed in to change notification settings  - Fork 44
 
Closed
Milestone
Description
Describe the bug
When I run the sample orchestrations on Functions 3.0, they always complete immediately with a null output.
Investigative information
- Durable Functions extension version: 2.1.0
 - durable-functions npm module version: 1.3.1
 - Language (JavaScript/TypeScript) and version: JavaScript
 - Node.js version: v10.14.1
 - Functions runtime version: 3.0.2009
 
To Reproduce
Steps to reproduce the behavior:
- Download the JS samples
 - Start the E1_HelloSequence orchestration
 
Expected behavior
The orchestration should finish and return the expected output.
Actual behavior
The orchestration finishes and returns a null output.
Known workarounds
Adding the following app setting works around the problem:
"FUNCTIONS_V2_COMPATIBILITY_MODE": true
Additional context
- Development environment (ex. Visual Studio): func.exe
 
Metadata
Metadata
Assignees
Labels
No labels