Is there a way to not launch the "DAM Update Asset" workflow if an asset is put in the DAM only by one specific user, but have it launch for assets added by any other user?
Re: AEM 6.4
Solved! Go to Solution.
Views
Replies
Total Likes
Hey Joy,
Whenever an asset is dragged onto the page, the "DAM Update Asset" workflow launcher is specifically triggered.
With workflow launchers, you can add conditional logic to say whether the resource will be triggered against the workflow or not.
You can achieve this by adding something like:
jcr:createdBy=admin
Documentation on how to add a condition to Workflow Launchers can be found here -> https://helpx.adobe.com/uk/experience-manager/kb/ConditionsInWorkflowLauncher.html
I hope this helps.
Views
Replies
Total Likes
Views
Replies
Total Likes
Hey Joy,
Whenever an asset is dragged onto the page, the "DAM Update Asset" workflow launcher is specifically triggered.
With workflow launchers, you can add conditional logic to say whether the resource will be triggered against the workflow or not.
You can achieve this by adding something like:
jcr:createdBy=admin
Documentation on how to add a condition to Workflow Launchers can be found here -> https://helpx.adobe.com/uk/experience-manager/kb/ConditionsInWorkflowLauncher.html
I hope this helps.
Views
Replies
Total Likes