Github user zentol commented on the issue:
https://github.com/apache/flink/pull/6242
-1
The PR description is outdated, the CLI only lists jobs in non-terminal
states as running, i.e. CANCELED, FAILED and FINISHED jobs are not included.
For all intents and purposes this is the correct behavior, as from a
user-perspective a job that is currently restarting is effectively still
running.
Finally, this change would list `SCHEDULED` jobs as terminated, which
doesn't make any sense.---
