Hi All,
We have an requirement where author will be able to create a new workflow model by copying from the already existing workflow model and renaming it .
This functionality is currently available in the Classic UI under "miscadmin" . We are unable to find it in Touch UI.
Can you please help whether it is available in the touch ui.
Thanks,
Aditya
Solved! Go to Solution.
I dont think its available in AEM 6.2. However you can customize the workflow model selection page in touch ui and add a custom copy action. Over the workflow model in apps and add new action as given below: /apps/cq/workflow/admin/console/content/models/jcr:content/actions/selection/copypage Go to this node /libs/wcm/core/content/sites/jcr:content/actions/selection/copypage/granite:data Copy the copypage node and paste it under /apps/cq/workflow/admin/console/content/models/jcr:content/actions/selection
After this you may need to make more changes.
You will be required to define your custom copy action model.copy.js under /apps/cq/workflow/admin/console/components/clientlibs/js/dialogs For example. /apps/cq/workflow/admin/console/components/clientlibs/js/dialogs/model.copy.js
Copy option isn't available in Touch UI Workflow Models console.
Views
Replies
Total Likes
I dont think its available in AEM 6.2. However you can customize the workflow model selection page in touch ui and add a custom copy action. Over the workflow model in apps and add new action as given below: /apps/cq/workflow/admin/console/content/models/jcr:content/actions/selection/copypage Go to this node /libs/wcm/core/content/sites/jcr:content/actions/selection/copypage/granite:data Copy the copypage node and paste it under /apps/cq/workflow/admin/console/content/models/jcr:content/actions/selection
After this you may need to make more changes.
You will be required to define your custom copy action model.copy.js under /apps/cq/workflow/admin/console/components/clientlibs/js/dialogs For example. /apps/cq/workflow/admin/console/components/clientlibs/js/dialogs/model.copy.js