Expand my Community achievements bar.

SOLVED

Customization of workflow Start Step dialog

Avatar

Level 2

When we start a workflow on page/asset , dialog pops up with following items :

1. Workflow (Name of the workflow to be run) - DropDown field

2. Comment

3. Workflow Title.

As part of the project requirement, we want to customize this dialog. (Add More fields in the dialog)

I am unable to find the OOTB dialog in CRXDE Lite. 

Want to know the code/logic or the dialog path.

Need help!

Thanks,

Prasad B

1 Accepted Solution

Avatar

Correct answer by
Level 2

Hi Prasad,

I recommend you have a look at the official documentation of the AEM Workflows [0] and especially the Extending Workflow Functionality page [1] which gives you a very detailed explanation on how to customize steps.

Hope that helps,

Alex

[0] http://dev.day.com/docs/en/cq/current.html#Working%20with%20AEM%20Workflows

[1] http://dev.day.com/docs/en/cq/current/workflows/wf-extending.html#par_title

View solution in original post

2 Replies

Avatar

Correct answer by
Level 2

Hi Prasad,

I recommend you have a look at the official documentation of the AEM Workflows [0] and especially the Extending Workflow Functionality page [1] which gives you a very detailed explanation on how to customize steps.

Hope that helps,

Alex

[0] http://dev.day.com/docs/en/cq/current.html#Working%20with%20AEM%20Workflows

[1] http://dev.day.com/docs/en/cq/current/workflows/wf-extending.html#par_title

Avatar

Community Advisor

Hi,

One way of the customizing start workflow dialog is overriding [1]. Here we can find CQ.wcm.SiteAdmin.startWorkflow  function and add more fields as we required.

[1]:  "/libs/cq/ui/widgets/source/widgets/wcm/SiteAdmin.Actions.js"