Hi there,
What is the best practice in storing workflows and launcher configs into your github repository?
Thanks,
-Leo
Solved! Go to Solution.
Views
Replies
Total Likes
@manlosa2 : Custom workflows model and launchers need to created under this path /conf/global/settings/workflow. Same folder path would need to be created in your repo as well.
Here is the link for extending the workflows and create a custom workflow https://experienceleague.adobe.com/docs/experience-manager-65/developing/extending-aem/extending-wor...
Hope this helps.
@manlosa2 : Custom workflows model and launchers need to created under this path /conf/global/settings/workflow. Same folder path would need to be created in your repo as well.
Here is the link for extending the workflows and create a custom workflow https://experienceleague.adobe.com/docs/experience-manager-65/developing/extending-aem/extending-wor...
Hope this helps.
Simple Funda for committing the changes to git for anything in AEM is take the package for those content extract the zip once package is downloaded and then copy the structure in the respective project folder.
Add the filter in the module filter.xml to make sure it is available in the next deployment.
Thanks, Manikumar. This gave me the clarity I needed.
Views
Replies
Total Likes
Custom workflow models can be kept under /conf/global/settings/workflow/models/<My Project>/MyCustomWF
Locations - Workflow Models
/conf/global/settings/workflow/models/...
here is adobe best practice for Workflows:
Thank you everyone.
Views
Replies
Total Likes