I created a workflow in CQ. We are using Jenkins to build the code. I have observed that after the build every time the version of the workflow model gets changed .and sometimes the model itself gets corrupted after the build due to which workflow is not working as expected. Please let me know if anybody knows the probable root cause.
Workflow should go as a package and should not be installed unless it is changed. Basically you should avoid it as part of your build job like your source code instead it should be treated like your content package and should be displayed once and update on need basis.
Workflow should go as a package and should not be installed unless it is changed. Basically you should avoid it as part of your build job like your source code instead it should be treated like your content package and should be displayed once and update on need basis.