Customization of OOTB Manage Publication Wizard to point to Custom Workflows | Community
Skip to main content
Level 2
July 21, 2022
Solved

Customization of OOTB Manage Publication Wizard to point to Custom Workflows

  • July 21, 2022
  • 2 replies
  • 1092 views

We have requirement to design custom workflows to perform activation & deactivation of the selected content having some specific custom steps and these workflows should be triggered using OOTB Manage Publication Wizard. The challenge I have is Manage Publication Wizard is pointing to workflow models (/etc/workflow/models/xxxxxxxxxxx/jcr:content/model) which I am not able to find in Adobe as Cloud Services. The Custom workflows what we have created are located under (/conf & /var).

  • /conf/global/settings/workflow/models/xxxxxxxxxxx
  • /var/workflow/models/xxxxxxxxxxx

So we are confused with what workflow model path we should provide in case of overlaid manage publication wizard.

 

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 lukasz-m

Hi @s_k_agarwal,

Please use workflow from /var location in overlay. It's because under /var location executable/runtime versions of workflows are stored.

So your code in overlay will look like that:

scheduleActivationWorkflow="/var/workflow/models/xxxxxxxxxxx"

 

2 replies

lukasz-m
Community Advisor
lukasz-mCommunity AdvisorAccepted solution
Community Advisor
July 21, 2022

Hi @s_k_agarwal,

Please use workflow from /var location in overlay. It's because under /var location executable/runtime versions of workflows are stored.

So your code in overlay will look like that:

scheduleActivationWorkflow="/var/workflow/models/xxxxxxxxxxx"

 

arunpatidar
Community Advisor
Community Advisor
July 21, 2022