Customize workflow screen | Community
Skip to main content
August 30, 2021

Customize workflow screen

  • August 30, 2021
  • 3 replies
  • 1648 views

Hi, 

 

I would like to know if it is possible to customize the workflow start screen on AEM . I would like to add a drop down field to capture some information regarding the workflow ? 

 

 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

3 replies

Kishore_Kumar_
August 30, 2021

Hi @rg_aem ,

 

Can you please try to overlay below node and add your dropdown node?

/libs/cq/gui/content/common/managepublicationwizard/body/items/form/items/wizard/items/workflows/items/fixedColumnContainer/items/fixedColumn/items/schedule/items

RG_AEMAuthor
August 30, 2021

Hi @kishore_kumar_ 

 

Do you mean the below path ? I have tried the above CRX node path but it does not work. However i tried to all the below path and it shows the dropdown but it does not store this dropdown value at /var/workflow/instances/. Any pointers?

 

/libs/cq/gui/content/common/startbulkworkflows/body/items/form/items/wizard/items/properties/items/fixedColumnContainer/items/fixedColumn/items

Dipti_Chauhan
Community Advisor
Community Advisor
August 31, 2021

Hi @rg_aem 

  As we can start workflow from different places, you need to overlay these files to fix this at all places

  • /libs/cq/gui/components/authoring/workflow/startworkflow
  • /libs/wcm/core/content/coral/common/createworkflowdialog

 

Hope this helps.

 

Thanks

Dipti

 

Vijayalakshmi_S
September 2, 2021

Hi @rg_aem,

Is it possible for you to share the use case that we are trying to achieve with captured value/ where exactly we need to access the captured dropdown field value.

RG_AEMAuthor
September 7, 2021

Hi @vijayalakshmi_s 

 

This is to capture what type of Changes were made to the page like "Image Update" or "Copy update" and etc , so we can generate a report on workflows.