Pooyan
11/13/2023, 2:20 AMSubflow Runs 0 even though it shows the tasks run by that subflow under Task RunsMarvin
11/13/2023, 2:21 AMasyncio.gather.
However, it seems like the Subflow Runs 0 might be a display issue. Even though it shows Subflow Runs 0, it should still show the tasks run by that subflow under Task Runs. If you're seeing the tasks being run, then your subflow is likely working as expected.
For more detailed information, you can refer to these resources:
- Prefect Docs: Flows
- Prefect Forum: Running multiple subflows or child flows in parallel
- Prefect Docs: Dask and Ray task runnersMarvin
11/13/2023, 2:21 AMSubflow Runs 0 you're seeing on the Prefect server dashboard might be a display issue. Even though it shows Subflow Runs 0, it should still show the tasks run by that subflow under Task Runs. If you're seeing the tasks being run, then your subflow is likely working as expected.
If you're still having trouble, I recommend checking out the Prefect community forum for more specific help or reporting an issue on the Prefect GitHub.