Need to get Active Step of any workflow that is running on my page | Adobe Higher Education
Skip to main content
praveenk9057427
Level 2
May 24, 2020
Répondu

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

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.

 

Ce sujet a été fermé aux réponses.
Meilleure réponse par arunpatidar

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/com/adobe/granite/resourcestatus/package-summary.html API.

1 commentaire

arunpatidar
Community Advisor
arunpatidarCommunity AdvisorRéponse
Community Advisor
May 24, 2020

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/com/adobe/granite/resourcestatus/package-summary.html API.

Arun Patidar