Expand my Community achievements bar.

Adobe Summit 2025: AEM Session Recordings Are Live! Missed a session or want to revisit your favorites? Watch the latest recordings now.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

SOLVED

How to check remotely if process is running or not?

Avatar

Level 4

Is there any way we can check if process is running or not?

Thanks,

Abhinav

1 Accepted Solution

Avatar

Correct answer by
Level 10

Use the following WSDL to check the process status remotely:

http://YOUR_SERVER_NAME:8080/soap/services/TaskManagerQueryService?wsdl

Steps:

1. Using TaskManagerQueryService you can search for your Process Instance (with some filter parameters).

2. Get the ProcessInstanceRow from the result list

3. Check the Process Status from processInstanceStatus property

Hope that helps!

Nith

View solution in original post

1 Reply

Avatar

Correct answer by
Level 10

Use the following WSDL to check the process status remotely:

http://YOUR_SERVER_NAME:8080/soap/services/TaskManagerQueryService?wsdl

Steps:

1. Using TaskManagerQueryService you can search for your Process Instance (with some filter parameters).

2. Get the ProcessInstanceRow from the result list

3. Check the Process Status from processInstanceStatus property

Hope that helps!

Nith