Can I provide one more option inside 'start workflow' dialog box?
Actually I want to provide an option to select date and time if a particular workflow is selected (let's say workflow model A) inside this dialog box. Can I somehow override it?
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
@chintan97 you can overlay the below jsp to customise the popup, the data for the new field will be save under the metadata node of the workflow instance. So you should be able to read this data from workflow object.
/libs/cq/gui/components/authoring/workflow/startworkflow/startworkflow.jsp
But what is the purpose of this new field, Can this not be added into the dialog participant step rather then overlaying the OOTB component ?
@chintan97 you can overlay the below jsp to customise the popup, the data for the new field will be save under the metadata node of the workflow instance. So you should be able to read this data from workflow object.
/libs/cq/gui/components/authoring/workflow/startworkflow/startworkflow.jsp
But what is the purpose of this new field, Can this not be added into the dialog participant step rather then overlaying the OOTB component ?
Thanks Raghav. Actually I wanted initiator's input for scheduling the activation of page. And I wanted to add date picker component for that. Now, I am adding dynamic participant step and assigning it to initiator. However, I am facing issues even after following https://helpx.adobe.com/ca/experience-manager/6-3/sites/developing/using/workflows-step-ref.html#Par... . I tried adding dialog in dynamic participant step. It shows 'touchUiDialogPath' property invalid or missing
Views
Replies
Total Likes