AEM Workflow Model Customization | Community
Skip to main content
sams16001423
Level 2
May 17, 2022
Solved

AEM Workflow Model Customization

  • May 17, 2022
  • 1 reply
  • 683 views

Hi everyone,

I would like to customize AEM workflow model if i select on workflow model and clicks on start workflow instead of payload path I should be able to add
recently created package from the package manager i.e. which should be consider as payload path
but this particular modal (please find below screenshot 1,) this is coming from below path which is grayed out which means we should not customize.

/libs/cq/workflow/admin/console/content/models/runmodeldialog/items/form/items/payload

 

 


if any one knows how to Achieve this please help me with your inputs. Also, by using package manager API can we show recent packages in the dropdown list.

 

In classic UI I can select particular package from miscadmin and run the workflow like below screenshot but I'm looking for the same in touch UI

 

 

 

 

Thanks in 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 arunpatidar

I would suggested adding a checkbox in the dialog and click on that checkbox checked event you can call a servlet or serach query to bring recent package and show in the payload field and on uncheck event just clears the payload path

This will ensure other/backward functionality works as expected.

1 reply

arunpatidar
Community Advisor
arunpatidarCommunity AdvisorAccepted solution
Community Advisor
May 17, 2022

I would suggested adding a checkbox in the dialog and click on that checkbox checked event you can call a servlet or serach query to bring recent package and show in the payload field and on uncheck event just clears the payload path

This will ensure other/backward functionality works as expected.

Arun Patidar