Expand my Community achievements bar.

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