mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-25 00:01:55 +00:00
order result from forloop bby args _index
This commit is contained in:
@@ -157,6 +157,7 @@ pub async fn update_flow_status_after_job_completion(
|
||||
WHERE id = ANY($1)
|
||||
AND workspace_id = $2
|
||||
AND success = true
|
||||
ORDER BY args->>'_index'
|
||||
",
|
||||
)
|
||||
.bind(jobs.as_slice())
|
||||
|
||||
Reference in New Issue
Block a user