fix: subflow with cache can not be considered simple

This commit is contained in:
Ruben Fiszel
2023-11-03 22:06:49 +01:00
parent 64e98367a8
commit 765568f83a
@@ -2111,6 +2111,7 @@ async fn compute_next_flow_transform(
&& modules[0].value.is_simple()
&& modules[0].sleep.is_none()
&& modules[0].suspend.is_none()
&& modules[0].cache_ttl.is_none()
&& flow.failure_module.is_none();
let next_loop_status = match status_module {