Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.

Access/view work items

Avatar

Level 1

It appears that work items are internally restricted to the current assignee. While this is understandable, the drawback is that the original workflow initiator and 'administrators' don't have access to see the current state, workflow history view, etc. Is there a way to easily enable this extra level of oversight for in-flight processes?

Thanks in advance!

6 Replies

Avatar

Level 10

What type of details are you looking for. As an Admin - you can view details about a workflow - such as its completed, still running, etc.

Avatar

Level 10

Also - see this doc here - Developing and Extending Workflows

It talks about Workflow Stages - which may be helpful.

Avatar

Level 1

What we're looking to do is give certain users permission to see the workflow details for a particular application instance via /aem/dashboard/formdetails.html. The person who initially kicked off an application instance should be able to see who has approved/rejected/etc along with their comments, changes to the adaptive form within each step, etc.

Avatar

Level 10

The eng manager stated closest feature we have for this is Workflow Stages.

Avatar

Level 1

We are leveraging workflow stages. The challenge is that only the current assignee can see /aem/dashboard/formdetails.html.

Avatar

Community Advisor

Hi,

You can create an custom utility to show workflow status. like below form which search the current running and completed workflow.

This application which get workflow details from DB instead of Database you can get same data from jcr repository.

This application uses simple jquery ajax call to servlet with form data and servlet search and get details from JCR/DB returns results.

Screen Shot 2018-08-15 at 5.25.11 PM.png

Thanks

Arun



Arun Patidar