aurelienbrabantA
Windmill3y ago
1 reply
aurelienbrabant

[CLI] --silent still printing unwanted logs using wmill flow run

I added the --silent flag to my wmill flow run command but it still prints WaitingForPriorSteps a few times on the standard output. It got rid of all the other logs though.

The exact command I ran is :
wmill flow run --data '{ "some_id": "f14661818ab7a5cf917eff1c173623de" }' --silent some_flow


And the output is:
WaitingForPriorSteps
WaitingForPriorSteps
WaitingForPriorSteps
WaitingForPriorSteps
WaitingForPriorSteps
WaitingForPriorSteps
WaitingForPriorSteps
WaitingForPriorSteps
<ACTUAL_FLOW_RESULT>


Should it help output of wmill version is

CLI build against v1.138.0
Cannot resolve Backend Version
Was this page helpful?