Skip to content

Durable JS not working in Functions 3.0 #276

@cgillum

Description

@cgillum

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:

  1. Download the JS samples
  2. 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions