Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards.
SOLVED

Number of assets selected per workflow

Avatar

Level 5

In AEM 6.5.21 author, I get this message "assets that can be selected for multiple workflow launch is : 15. " when I run the DAM update asset workflow. How can I increase the number of assets that can be selected?

1 Accepted Solution

Avatar

Correct answer by
Employee

This is the limit on the number of concurrent workflow instances that can be initiated from the UI in a single request.

The Warning dialog comes from here :

/libs/dam/gui/coral/components/admin/timeline/events/workflow/clientlibs/workflow/workflow.js

 

You can select a folder which contains all the Assets and this will initiate a single workflow instance to process them collectively.

By default, this limit is set to 15. To modify it, you can overlay below, but be sure to consider the system's performance impact.
/libs/dam/gui/content/assets/jcr:content/rails/timeline/granite:data

View solution in original post

2 Replies

Avatar

Community Advisor

Avatar

Correct answer by
Employee

This is the limit on the number of concurrent workflow instances that can be initiated from the UI in a single request.

The Warning dialog comes from here :

/libs/dam/gui/coral/components/admin/timeline/events/workflow/clientlibs/workflow/workflow.js

 

You can select a folder which contains all the Assets and this will initiate a single workflow instance to process them collectively.

By default, this limit is set to 15. To modify it, you can overlay below, but be sure to consider the system's performance impact.
/libs/dam/gui/content/assets/jcr:content/rails/timeline/granite:data