AEMaaCS - how to make a workflow runtime model part of the project codebase?
We are trying to commit workflow model as part of codebase in ui.content package. We are able to deploy the code in /conf/global/settings/workflow/models/<project-name>/<wf-name>. Issue is when we try to add workflow runtime model in filter.xml (/var/workflow/models/<project-name>/<wf-name>), the build fails with ValidationViolation error which says 'using nodes below /var is only allowed in author-specifc packages'
Any pointers?
