Apoorva Desai
03/01/2022, 9:08 AMprefect run --watch --id flowId --param strparam="paramValue" . Then in the flow.py file, I am initializing outside the flow strparam = Parameter("strparam", default "hello") but I'm unable to access "paramValue" . Prefect only sees this <Parameter: strparam>Apoorva Desai
03/01/2022, 9:11 AMAmanda Wee
03/01/2022, 9:32 AM