Customized workflow is not getting deployed properly | Community
Skip to main content
October 16, 2015
Solved

Customized workflow is not getting deployed properly

  • October 16, 2015
  • 2 replies
  • 1044 views

Hi,

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.

Regards,

Kshamitha

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 Lokesh_Shivalingaiah

Hi Kshamita,

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.

2 replies

kautuk_sahni
Community Manager
Community Manager
October 16, 2015

Hi Kshamitha

We have a great article "Creating a custome AEM Workflow". I would suggest you to go through it, and see if things work fine with you.

Link:- https://helpx.adobe.com/experience-manager/using/creating-custom-aem-workflow-steps.html

Thanks and Regards

Kautuk Sahni

Kautuk Sahni
Lokesh_Shivalingaiah
Lokesh_ShivalingaiahAccepted solution
Level 10
October 16, 2015

Hi Kshamita,

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.