Workflows are not triggering after installing 6.4.8.1 from 6.4.5 | Community
Skip to main content
Ricky99999
Level 4
September 24, 2020
Solved

Workflows are not triggering after installing 6.4.8.1 from 6.4.5

  • September 24, 2020
  • 2 replies
  • 882 views

Hi Team

 

Recently we have installed 6.4.8.1 in our env, after installing SP, the workflows are starting and in the first step itself they are halting. 
we verified in error log file , but no error found regarding this.

can anyone help me in this.

 

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 aemmarc2

Sync the design-time workflow copy with the run-time copy of the workflow model using HTTP API: <designModelPath>/jcr:content.generate.json .

 

It's documented in the release notes that pre-6.5.5 when you install Service Packs it "may" override the runtime models under /var/

There was an issue with the package-filters that overrode the nodes on install.

 

 

 

 

 

2 replies

Vijayalakshmi_S
Level 10
September 24, 2020

Hi @ricky99999,

Did you get a chance to check if there is any entry in "Failures"(Tools -> Workflow -> Failures) console.

Also, check the respective workflow run time instance path (/var/workflow/instances/..)

aemmarc2Adobe EmployeeAccepted solution
Adobe Employee
September 25, 2020

Sync the design-time workflow copy with the run-time copy of the workflow model using HTTP API: <designModelPath>/jcr:content.generate.json .

 

It's documented in the release notes that pre-6.5.5 when you install Service Packs it "may" override the runtime models under /var/

There was an issue with the package-filters that overrode the nodes on install.