Issues occur while passing more asset to the workflow | Community
Skip to main content
September 27, 2023
Solved

Issues occur while passing more asset to the workflow

  • September 27, 2023
  • 1 reply
  • 620 views

Hi All,

 

I have a requirement to select more assets and pass them to workflow from the AEM touch UI console.

While selecting the assets and passing them to workflow, I am getting the AEM default behavior popup with warning message.

I want to override the default functionality; please look at the below attachment.

 

Please help me to resolve it.

 

Thanks is advance.

 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by lukasz-m

Hi @kaibalyaje,

The limit is configured under /libs/dam/gui/content/assets/jcr:content/rails/timeline/granite:data

You can change it using overlay mechanism, creating following structure /apps/dam/gui/content/assets/jcr:content/rails/timeline/granite:data, and define your own limit. As a result you will have something like that.

1 reply

lukasz-m
Community Advisor
lukasz-mCommunity AdvisorAccepted solution
Community Advisor
September 27, 2023

Hi @kaibalyaje,

The limit is configured under /libs/dam/gui/content/assets/jcr:content/rails/timeline/granite:data

You can change it using overlay mechanism, creating following structure /apps/dam/gui/content/assets/jcr:content/rails/timeline/granite:data, and define your own limit. As a result you will have something like that.