All Products
Search
Document Center

Realtime Compute for Apache Flink:JobSummary

Last Updated:Jan 07, 2026
ParameterTypeDescriptionExample
object

The summary of the status of all jobs in a deployment.

startinginteger

The number of jobs that are in the starting state.

1
runninginteger

The number of jobs that are in the running state.

2
cancellinginteger

The number of jobs that are in the cancelling state.

0
cancelledinteger

The number of jobs that are in the cancelled state.

5
finishedinteger

The number of jobs that are in the finished state.

4
failedinteger

The number of jobs that are in the failed state.

6