Workflow is getting Aborted without any error or exception | Community
Skip to main content
October 16, 2015
Solved

Workflow is getting Aborted without any error or exception

  • October 16, 2015
  • 2 replies
  • 2494 views

Hi,

I have created the workflow to publish the page/asset upon approval.

Workflow Model:

[img]Model.PNG[/img]

In Publish to Lower Environment step i am programatically publishing the content to lower environment to review the content change for business approval groups.This step is working fine.

After coming to dynamic participant step(Validate the Content) ,workflow is getting aborted.It is not logging any exception or errors.

Please help

Thanks,

Vinay

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 WillMc1

Hi,

There is a WCM feature which automatically terminates workflows with a payload that matches an activated path.  This feature is not always desired, you can turn it off in the OSGI console here:
http://localhost:4502/system/console/configMgr/com.day.cq.wcm.workflow.impl.WcmWorkflowServiceImpl

I am pretty sure this is what you're running into.  Good luck

Will

2 replies

WillMc1Adobe EmployeeAccepted solution
Adobe Employee
October 16, 2015

Hi,

There is a WCM feature which automatically terminates workflows with a payload that matches an activated path.  This feature is not always desired, you can turn it off in the OSGI console here:
http://localhost:4502/system/console/configMgr/com.day.cq.wcm.workflow.impl.WcmWorkflowServiceImpl

I am pretty sure this is what you're running into.  Good luck

Will

Level 3
December 5, 2018

Hello Team,

We have a workflow for content approval and we have a preview server attached to author instance. whenever we create a page in author it is replicated to preview publisher(replication agent settings: -->Enabled Ignore default, On modification and No versioning in triggers tab).

In the first step when our workflow starts the page will be locked and I am trying to edit the page after workflow starts. Either I unlock the page or not if I try to edit anything on the page the workflow is getting terminated. There are no errors in logs too.

Can someone help me out on this.

Thanks,

Adithya.