Not assigned import arguments

hi All,
when list of import arguments has been changed, at the point of invocation this workflow the “import arguments” becomes orange. That indicated that arguments lost it former value - must be reassign.
question: Is it possible to check where are workflows which “lost” their input arguments? from entire project? could be so that this particular workflow was invocated many times and i dont want to miss any invocation which lost their argument.
thank you in advance

Yes @miru

It is based on the color which you already mentioned!

Hello @miru

If you haven’t properly assigned the arguments or if you missed to declare the arguments it can fail your execution and highlight the workflow in Orange color.

So you need to properly import all the arguments to the workflows.