kevinkelin opened a new issue, #120:
URL: https://github.com/apache/dolphinscheduler-sdk-python/issues/120

   
![image](https://github.com/apache/dolphinscheduler-sdk-python/assets/2595465/b00f1f87-6b78-4232-9854-9db81d46a5c7)
   
   
   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]

Reply via email to