Expand my Community achievements bar.

SOLVED

Is there a way to complete workitem in bulk?

Avatar

Level 1

When a workflow is kicked off, the workitem appears in participant's inbox for the user to review/complete. Let's say there're more than one workitems in the inbox to be reviewed/completed. I know the user can select multiple workitems but is there a way for the user to have them all advance to the next default (or selected) step at one fell swoop? In other words, is there a way so the user don't have go through each workitem and avoid selecting the next step one workflow after another, but just once?

1 Accepted Solution

Avatar

Correct answer by
Level 10

There is not an out of the box way to do this. The only possibility is using the Workflow API to extend out of the box functionality.

Here is a community article that talks about invoking a workflow using the Workflow API. This community article will get you familiar with the Workflow API.

http://scottsdigitalcommunity.blogspot.ca/2013/09/creating-workflows-for-adobe-experience.html

Then I recommend that you explore them further to see if you can programmatically achieve your needs.

Hope this helps. 

View solution in original post

1 Reply

Avatar

Correct answer by
Level 10

There is not an out of the box way to do this. The only possibility is using the Workflow API to extend out of the box functionality.

Here is a community article that talks about invoking a workflow using the Workflow API. This community article will get you familiar with the Workflow API.

http://scottsdigitalcommunity.blogspot.ca/2013/09/creating-workflows-for-adobe-experience.html

Then I recommend that you explore them further to see if you can programmatically achieve your needs.

Hope this helps.