fix: add WM_SCHEDULED_FOR to contextual variables and early stop of flows

This commit is contained in:
Ruben Fiszel
2024-07-18 02:10:15 +02:00
parent 1a8b3e49eb
commit be25101377
12 changed files with 60 additions and 3 deletions

View File

@@ -1049,6 +1049,7 @@ pub async fn start_worker(
None,
None,
None,
None,
)
.await
.to_vec();
@@ -1167,6 +1168,7 @@ for line in sys.stdin:
None,
None,
None,
None,
)
.await;