mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-21 00:02:23 +00:00
remove flow_input from sleep expression
This commit is contained in:
@@ -818,11 +818,7 @@ async fn push_next_flow_job(
|
||||
InputTransform::Static { value } => value,
|
||||
InputTransform::Javascript { expr } => eval_timeout(
|
||||
expr.to_string(),
|
||||
[
|
||||
("flow_input".to_string(), flow_input),
|
||||
("result".to_string(), last_result.clone()),
|
||||
]
|
||||
.into(),
|
||||
[("result".to_string(), last_result.clone())].into(),
|
||||
None,
|
||||
None,
|
||||
"".to_string(),
|
||||
|
||||
Reference in New Issue
Block a user