Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

P_V_Nair
P_V_Nair
Online

Badges

Badges
21

Accepted Solutions

Accepted Solutions
7

Likes Received

Likes Received
37

Posts

Posts
61

Discussions

Discussions
12

Questions

Questions
49

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by P_V_Nair
Customize the badges you want to showcase on your profile
Curl command to delete a asset folder in aem - Adobe Experience Manager 07-01-2022
I am trying to run a batch script to delete a large list of unwanted image folders from dam.Can someone hep me with a sample curl command to delete a AEM folder using curl command? I tried using the belowcurl -u admin:admin -X DELETE http://localhost:4502/assets.html/content/dam/test-path/product-assets/test But it gives, file not found, though it is available in DAM.

Views

219

Likes

0

Replies

1
Re: Dynamic Media: Reprocess assets - Adobe Experience Manager Assets 15-11-2021
That helps @thatsmeadarsh That aligns with the above query I have used and I think we can assume all the 124 assets were processed completely though it showed 24 remaining. Thank you for sharing this.

Views

231

Like

1

Replies

0
Dynamic Media: Reprocess assets - Adobe Experience Manager Assets 15-11-2021
I ran Dynamic Media : Reprocess Assets OOB workflow(/conf/global/settings/workflow/models/scene7_reprocess_assets.html) for copying the assets of a particular folder to the dynamic media server and publishing the version of the asset on DM. I used ACS Commons Bulk Workflow manager to run this and used the below query path=/content/dam/test_foldertype=dam:Assetp.limit=-1 The workflow was running since 3 days and it showed 24 remaining. I stopped this bulk workflow today. Can someone help me how I...

Views

257

Likes

0

Replies

2
Re: Query to be used for Dynamic Media reprocess assets workflow in bulk workflow manager - Adobe Experience Manager Assets 12-11-2021
It was a simple query to get all assets and process using workflow. Used the below query and it worked. path=/content/dam/jf-smart-cropped-products/JF_Resize_Test_Aug_2021type=dam:Assetp.limit=-1

Views

194

Likes

0

Replies

0
Query to be used for Dynamic Media reprocess assets workflow in bulk workflow manager - Adobe Experience Manager Assets 12-11-2021
I need to run Dynamic Media reprocess assets workflow using bulk workflow to a particular folder. Can someone help me with the query we need to use for running this workflow?

Views

196

Likes

0

Replies

1
Getting persistent exception while trying to commit using resourceResolver.commit() - Adobe Experience Manager 08-11-2021
Getting Persistent exception in the highlighted line of code. 'stageAssetPath' and 'destinationAssetFilePath' are coming correct. Any idea what could be the cause?

Views

145

Likes

0

Replies

3
Re: AEM Workflow: set user input values from workflow initiator to be available in approver view - Adobe Experience Manager 06-10-2021
Thank you @thatsmeadarsh . I tried this approach and it worked for me.

Views

290

Like

1

Replies

0
Re: AEM Workflow: set user input values from workflow initiator to be available in approver view - Adobe Experience Manager 06-10-2021
Thank you @thatsmeadarsh . I tried this approach and it worked for me.

Views

291

Likes

2

Replies

0
AEM Workflow: set user input values from workflow initiator to be available in approver view - Adobe Experience Manager 05-10-2021
Have a use case in which a workflow initiator need to input some values for E.g - assignee user dropdown, move path field etc and trigger a workflow.This is already achieved by overlaying the timeline nodes and adding custom input fields (overlayed apps path- /apps/dam/gui/coral/components/admin/timeline and /apps/dam/gui/coral/content/commons/sidepanels/timeline)Now the next part is to fetch these input values entered by the workflow initiator and show it in the inbox view for approver to appro...

Views

322

Likes

0

Replies

3
How to trigger AEM workflow with user input in the beginning - Adobe Experience Manager 24-09-2021
Can we use a dialog participant step at the beginning of the workflow to collect the details from author while launching the workflow ? https://experienceleague.adobe.com/docs/experience-manager-64/developing/extending-aem/extending-workflows/workflows-step-ref.html?lang=en#dialog-participant-step My requirement is to select multiple assets and get input from author on where to move these assets, once approved. Planning to use workflow to implement this. My understanding is that the author canno...

Views

205

Likes

0

Replies

1