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: