feat: optional worker selection when creating workflow (API + frontend dropdown)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user