feat: optional worker selection when creating workflow (API + frontend dropdown)

This commit is contained in:
2026-04-07 09:59:49 +01:00
parent 2cb9d9321e
commit 49a13d8f50
9 changed files with 63 additions and 20 deletions

View File

@@ -69,6 +69,7 @@ async fn check_timers(pool: &SqlitePool, agent_mgr: &Arc<AgentManager>) -> anyho
workflow_id,
requirement: timer.requirement.clone(),
template_id: None,
worker: None,
}).await;
}