Expected Behavior
Developers should be able to override GRPC port, GRPC endpoint for DaprWorkflowClient and WorkflowRuntimeBuilder via properties override mechanism similar to this one #1097.
Actual Behavior
Currently it is impossible to override configurations like GRPC port, for workflow related classes unless we use System.setProperty() or env variables.
Steps to Reproduce the Problem
Check the code for DaprWorkflowClient and WorkflowRuntimeBuilder and see that there is no way to provide custom properties.
Release Note
RELEASE NOTE: