Expand my Community achievements bar.

SOLVED

Delete workitem from inbox after approval

Avatar

Level 4

Hi,

We have a custom workflow, when workflow is initiated on a page, content is sent for approval to content authors group. If one user from group approves the content, how can we clear the workitem from all the users inbox?

1 Accepted Solution

Avatar

Correct answer by
Administrator

In the CRX, you will find the workflow instances (which is what you are viewing through inbox.html) in /etc/workflow/instances/[date YYYY-MM-DD]/.

However, it's probably tidier for you to manage running workflow instances through the console at http://localhost:4502/libs/cq/workflow/content/console.html.

~kautuk



Kautuk Sahni

View solution in original post

1 Reply

Avatar

Correct answer by
Administrator

In the CRX, you will find the workflow instances (which is what you are viewing through inbox.html) in /etc/workflow/instances/[date YYYY-MM-DD]/.

However, it's probably tidier for you to manage running workflow instances through the console at http://localhost:4502/libs/cq/workflow/content/console.html.

~kautuk



Kautuk Sahni