Copy Workflow Model Option in Touch UI | Community
Skip to main content
asaggar
Level 2
January 8, 2018
Solved

Copy Workflow Model Option in Touch UI

  • January 8, 2018
  • 2 replies
  • 1947 views

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

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 Hemant_arora

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

2 replies

rmahendra
Adobe Employee
Adobe Employee
January 8, 2018

Copy option isn't available in Touch UI Workflow Models console.

Hemant_arora
Hemant_aroraAccepted solution
Level 8
January 8, 2018

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