mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-22 08:02:19 +00:00
fix: fix workflow as code
This commit is contained in:
@@ -3618,8 +3618,8 @@ pub async fn push<'c, R: rsmq_async::RsmqConnection + Send + 'c>(
|
||||
Json(args) as Json<PushArgs>,
|
||||
job_kind.clone() as JobKind,
|
||||
schedule_path,
|
||||
Json(raw_flow) as Json<Option<FlowValue>>,
|
||||
Json(flow_status) as Json<Option<FlowStatus>>,
|
||||
raw_flow.map(Json) as Option<Json<FlowValue>>,
|
||||
flow_status.map(Json) as Option<Json<FlowStatus>>,
|
||||
is_flow_step,
|
||||
language as Option<ScriptLang>,
|
||||
same_worker,
|
||||
|
||||
Reference in New Issue
Block a user