Expand my Community achievements bar.

is there a way to get process id or task id from job id given?

Avatar

Former Community Member

is there a way to get process id or task id from job id given?

Regards,

Prashast

2 Replies

Avatar

Level 10

I don't believe there's an API for that. The reason is there is not a 1:1 relationship with the Job and the Task or Process.

A Job might include multiple processes or tasks. Now I believe you want to know on which current process or task the job is waiting for.

Again, there is no API, but you should be able to figure it out by querying the database. Howerver this is not supported and is at your own risk.

Jasmin

Avatar

Former Community Member

Thanks Jasmine for your reply.

Yeah i got the way by querying the database only.

-Prashast