kevinkelin opened a new issue, #120: URL: https://github.com/apache/dolphinscheduler-sdk-python/issues/120
 When run a workflow by webUI, user can set Startup Parameter, but how to set Startup Parameter by python sdk? I try to use *param* but it does't work ```python with Workflow(name="api_python_test5", param={"data": "hello"}) as workflow: workflow.start() ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
