Skip to content

WorkflowRuntime not initializing with correct host/port #569

@DeepanshuA

Description

@DeepanshuA

Expected Behavior

When creating a Workflow App, user should be able to select a host/port as per their wish.
WorkflowRuntime should have an option to be initialized with correct host/port, just like DaprWorkflowClient.

Actual Behavior

WorkflowRuntime expects 4001, which is a default port in underlying durabletask-python library.

Steps to Reproduce the Problem

  • Use demo_workflow example.
  • Start dapr with some other port like 50005 and provide same port in the App.
  • App will start complaining with sidecar not available on 4001.

Release Note

RELEASE NOTE:

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions