Expand my Community achievements bar.

SOLVED

Need to get Active Step of any workflow that is running on my page

Avatar

Level 2

Hi All,

I am trying to get Active step of workflow running on my page.

Basically the required information for this is present under /var/workflows/instances/

 

For this i am writing an OSGI service.

In this using WorkflowSession API and trying to access workflow instances of RUNNING state with the help of method - getWorkflows (String[] states) - but i am getting empty array always. A(my subservice user has permission to instances as well) 

With the help of WorkflowSession iam able to get models(/var/workflow/models) data. But not instances.

 

could you please help on this. Is there any other way of achieving it or please correct me if i need to correct in the approach.

Thanks in advance.

 

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

You can make a simple json request to get active workflow details in the page.

http://host:port/resource-status/editor/pagepath.1.json

 

or use https://helpx.adobe.com/experience-manager/6-3/sites/developing/using/reference-materials/javadoc/co... API.



Arun Patidar

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

You can make a simple json request to get active workflow details in the page.

http://host:port/resource-status/editor/pagepath.1.json

 

or use https://helpx.adobe.com/experience-manager/6-3/sites/developing/using/reference-materials/javadoc/co... API.



Arun Patidar