cancel
Showing results for 
Search instead for 
Did you mean: 

API to list active service task

yisa
Champ in-the-making
Champ in-the-making
Hi,

I have a Java Service Task with Asynchronous set to Yes. This task takes a little while to run. While it's running, I tried RESTful API runtime/tasks to show all active tasks, the service task is not shown.

Is there a RESTful API that shows active service tasks? Or any other way I can retrieve this information?

Thanks.
1 REPLY 1

trademak
Star Contributor
Star Contributor
You could get the running asynchronous task from the job table. So you can use the job query to get an overview.

Best regards,