aurelienbrabant
aurelienbrabant15mo ago

[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
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>
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
CLI build against v1.138.0
Cannot resolve Backend Version
1 Reply
rubenf
rubenf15mo ago
fixed on latest!