jolly-florist-66728
10/18/2024, 1:38 PMpyflyte run
and pass these arguments there?
# Answer
Yes, you can run a workflow with pyflyte run
and pass arguments to it. According to the Flyte documentation, you can specify the script and the workflow name, followed by any arguments the workflow requires. For example:
pyflyte run example.py workflow_name --arg1 value1 --arg2 value2
Would you like more details on how to structure your workflow or pass specific types of arguments?
Sources:
- Running workflows
Slack Link
https://.slack.com/archives/CP2HDHKE1/p1729258671.433369 👍 0 button 👎 0 button 💡 Hint: Mention @runllm in the thread for followups.