Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.

which process is currently using that service

Avatar

Former Community Member

Hello,

Is it possible to know which process that currently use which service? e.g. I have a customized Render service and want to know which process is currently use it. or is there a query to run in database to get that information.

Can any one please advise.


Thanks,

Han Dao

2 Replies

Avatar

Level 10

In your customized RenderService, you would tipically have a taskContext variable.

The following XPATH, gives you the process which currently using the service.

 

Hope that helps.

Nith

Avatar

Former Community Member

Well I actually meant to get a list of which process is currently using a specific process. e.g a list of process that is currently use the customized Render service like abc, test1, loanProcess, etc.

Thanks, Han