How to customize dialog for workflow in aem 6.3? | Community
Skip to main content
sawakonotsadak1
Level 2
October 25, 2017
Solved

How to customize dialog for workflow in aem 6.3?

  • October 25, 2017
  • 1 reply
  • 1094 views

I am using aem 6.3, and I have a requirement ,which is, when workflow comes to 'reject' step , the 'comment' field will be mandatory to complete, the other step also have this 'comment' field but not mandatory. Is there any suggestion on how to implement it? Any help will be appreciated.

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 kautuk_sahni

Did you check this Adobe Help: AEM Workflow Steps with Custom Dialogs

And Adobe Experience Manager Help | Creating an Adobe Experience Manager Custom Worflow Step with a dialog

// It discusses how to create a custom workflow step that has a dialog that lets workflow authors enter parameter values used in the workflow. This article also discusses how to use Java code to retrieve those values at run-time.  In addition, this article also demonstrates how to use the Delete Node step in an example workflow.

1 reply

kautuk_sahni
Community Manager
kautuk_sahniCommunity ManagerAccepted solution
Community Manager
November 3, 2017

Did you check this Adobe Help: AEM Workflow Steps with Custom Dialogs

And Adobe Experience Manager Help | Creating an Adobe Experience Manager Custom Worflow Step with a dialog

// It discusses how to create a custom workflow step that has a dialog that lets workflow authors enter parameter values used in the workflow. This article also discusses how to use Java code to retrieve those values at run-time.  In addition, this article also demonstrates how to use the Delete Node step in an example workflow.

Kautuk Sahni