dapr / python-sdk

Dapr SDK for Python
Apache License 2.0
223 stars 125 forks source link

WorkflowRuntime not initializing with correct host/port #569

Closed DeepanshuA closed 1 year ago

DeepanshuA commented 1 year ago

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

Release Note

RELEASE NOTE:

berndverst commented 1 year ago

Please do not open bugs against something which isn't released yet, just fix it :)

berndverst commented 1 year ago

Not going to add this one to the milestone (and hence to release notes) because it fixes something else which is unreleased.