-
Bug
-
Resolution: Done
-
Major
-
7.7.0.GA
-
None
-
Release Notes
-
-
-
-
-
-
CR1
-
+
-
2020 Week 25-27 (from Jun 15), 2020 Week 28-30 (from Jul 6), 2020 Week 31-33 (from Jul 27)
The execution of the rest item work handler can throw this:
Caused by: org.jbpm.bpmn2.handler.WorkItemHandlerRuntimeException: java.lang.RuntimeException: Could not execute request with preemptive authentication [GET] http://localhost:8180/kie-server/services/rest/server/ at deployment.ROOT.war//org.jbpm.process.workitem.core.AbstractLogOrThrowWorkItemHandler.handleException(AbstractLogOrThrowWorkItemHandler.java:69) at deployment.ROOT.war//org.jbpm.process.workitem.core.AbstractLogOrThrowWorkItemHandler.handleException(AbstractLogOrThrowWorkItemHandler.java:45) at deployment.ROOT.war//org.jbpm.process.workitem.rest.RESTWorkItemHandler.executeWorkItem(RESTWorkItemHandler.java:844) at deployment.ROOT.war//org.drools.persistence.jpa.processinstance.JPAWorkItemManager.internalExecuteWorkItem(JPAWorkItemManager.java:69) at deployment.ROOT.war//org.jbpm.workflow.instance.node.WorkItemNodeInstance.lambda$internalTrigger$0(WorkItemNodeInstance.java:146) at deployment.ROOT.war//org.jbpm.workflow.instance.node.WorkItemNodeInstance.processWorkItemHandler(WorkItemNodeInstance.java:160)
Look to me this one is a bit different and IMO has nothing to do with subprocess.
In this case the rest work item is throwing WorkItemHandlerRuntimeException which is a runtime exception and this is not really handled by the work item node instance error handling.
- is cloned by
-
JBPM-9184 Subprocess excepcion handling tx rollback causes main process to fail
- Resolved