Leiste mit Community-Erfolgen erweitern.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

Diese Konversation wurde aufgrund von Inaktivität geschlossen. Bitte erstellen Sie einen neuen Post.

GELÖST

Copy Workflow Model Option in Touch UI

Avatar

Level 2

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

1 Akzeptierte Lösung

Avatar

Korrekte Antwort von
Level 9

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

Lösung in ursprünglichem Beitrag anzeigen

2 Antworten

Avatar

Employee

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

Avatar

Korrekte Antwort von
Level 9

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