Hello All, I have a question for all because i don...
# ask-community
m
Hello All, I have a question for all because i dont find much resources around it. We have sucessfully deployed 3 projects in PROD using Prefect, and now we are having few questions around extending the pipelines to be used for multiple clients instead of having a new pipeline for each client. We are trying to parameterize the client name and cron schedules , and some other parameters to be passed inside flow. But the problem is with the new interactive workflows, we are not able to avoid the parameter value. We would like it to resume after waiting until the timeout duration, and resume the flow but right now its failing. The problem now we are very concerned is that extending it to different clients. Any leads would be very helpful. Thanks !!