Malek
12/02/2022, 7:38 PMdeployments.run_deployment()
. However, this makes it not possible to manually retry a failed subflow, is there a better way to do this? My use case is mostly the parent flow fetching inputs and then each subflow run would handle one of the inputs (I'm looping over the task that triggers the subflow deployment runs)
Thanks!Zanie
12/02/2022, 8:23 PMrun_deployment
, wait for the final state, fail if the subflow fails, and set retries on the taskMalek
12/05/2022, 1:30 PM