:zap: Workflow Automation Platform. Orchestrate & Schedule code in any language, run anywhere, 500+ plugins. Alternative to Zapier, Rundeck, Camunda, Airflow...
UI Flow Dependencies display is not adjusted to match Flow trigger preconditions — since no conditions are defined, UI shows all flows in the instance as dependencies #6100
Then refresh the page of the myflow and go to Dependencies tab: you will see that all flows in the instance are listed as dependencies. We need to fix it to first check for preconditions, only then check for conditions.
Note that backend behavior is OK — running any tutorial flow will not trigger an execution of myflow. Only the UI needs adjustment.
@loicmathieu if you have any suggestions for the front end folks on how to tackle this, please share
Describe the issue
To reproduce, add 2 flows,
myflow
depending onchild
flow:and child flow:
Then refresh the page of the
myflow
and go toDependencies
tab: you will see that all flows in the instance are listed as dependencies. We need to fix it to first check forpreconditions
, only then check forconditions
.Note that backend behavior is OK — running any
tutorial
flow will not trigger an execution ofmyflow
. Only the UI needs adjustment.@loicmathieu if you have any suggestions for the front end folks on how to tackle this, please share
Environment