Hi,
We are upgrading AEM 6.3 to 6.5. We have workflows that we need to restructure.
We followed below link :
https://docs.adobe.com/content/help/en/experience-manager-65/deploying/restructuring/all-repository-...
However, we noticed that the runtime workflow models get picked up from "/var/workflow/models" instead of "/conf/global/settings/workflow/models".
Also, while moving the launchers to the new location: /conf/global/settings/workflow/launchers, we found that it saves the workflow model as "/var/workflow/models/My_Model".
So, do we now need to check-in workflow models in code for both var and conf folders?