arshadmohammad opened a new issue, #8561: URL: https://github.com/apache/seatunnel/issues/8561
### Search before asking - [x] I had searched in the [issues](https://github.com/apache/seatunnel/issues?q=is%3Aissue+label%3A%22bug%22) and found no similar issues. ### What happened The current task instance filter options are as follows: | 'SUBMITTED_SUCCESS' | 'RUNNING_EXECUTION' | 'READY_PAUSE' | 'PAUSE' | 'READY_STOP' | 'STOP' | 'FAILURE' | 'SUCCESS' | 'NEED_FAULT_TOLERANCE' | 'KILL' | 'WAITING_THREAD' | 'WAITING_DEPEND' | 'DELAY_EXECUTION' | 'FORCED_SUCCESS' | 'SERIAL_WAIT' | 'DISPATCH' | 'PAUSE_BY_ISOLATION' | 'KILL_BY_ISOLATION' | 'PAUSE_BY_CORONATION' | 'FORBIDDEN_BY_CORONATION' The updated job statuses are: | 'INITIALIZING' | 'CREATED' | 'SCHEDULED' | 'RUNNING' | 'FAILING' | 'FAILED' | 'DOING_SAVEPOINT' | 'SAVEPOINT_DONE' | 'CANCELING' | 'CANCELED' | 'FINISHED' | 'UNKNOWABLE' Please update the job instance filter options to reflect the new job statuses. ### SeaTunnel Version seatunnel-web version 1.0.2 ### SeaTunnel Config ```conf NA ``` ### Running Command ```shell NA ``` ### Error Exception ```log No exception, only filter by state is not working ``` ### Zeta or Flink or Spark Version _No response_ ### Java or Scala Version _No response_ ### Screenshots  ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [x] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
