https://prefect.io logo
m

Minakshi

02/23/2021, 8:54 PM
Hi team, Is there a way to trigger a prefect task independently of the flow using prefect UI?
n

nicholas

02/23/2021, 9:52 PM
Hi @Minakshi - this isn't possible at the moment but a common pattern to achieve this is to build flows that contain a task or tasks that you want to run independently that you can trigger using the StartFlowRun task.
m

Minakshi

02/23/2021, 11:15 PM
got it thanks!
😄 1
3 Views