-
Bug
-
Resolution: Duplicate
-
Critical
-
None
-
7.5.1.GA
-
local development env BC and kieserver in EAP
I designed a simple case using a the new designer.
Completing the first task, I got the following error:
11:00:09,702 ERROR [org.jbpm.runtime.manager.impl.error.ExecutionErrorHandlerImpl] (default task-3) Unexpected error during processing : java.lang.NullPointerException at java.util.regex.Matcher.getTextLength(Matcher.java:1283) at java.util.regex.Matcher.reset(Matcher.java:309) at java.util.regex.Matcher.<init>(Matcher.java:229) at java.util.regex.Pattern.matcher(Pattern.java:1093) at org.jbpm.workflow.instance.impl.WorkflowProcessInstanceImpl.resolveVariable(WorkflowProcessInstanceImpl.java:712) at org.jbpm.workflow.instance.impl.WorkflowProcessInstanceImpl.lambda$getResolver$0(WorkflowProcessInstanceImpl.java:677) at org.jbpm.workflow.core.node.DynamicNode.acceptsEvent(DynamicNode.java:43) at org.jbpm.workflow.instance.impl.WorkflowProcessInstanceImpl.signalEvent(WorkflowProcessInstanceImpl.java:616) at org.drools.persistence.jpa.processinstance.JPAWorkItemManager.completeWorkItem(JPAWorkItemManager.java:167) at org.drools.core.command.runtime.process.CompleteWorkItemCommand.execute(CompleteWorkItemCommand.java:75)
From my understanding this is caused evaluating a dynamic task that is not present in the equivalent BPMN coming from legacy designer.
I'm not sure if the new designer introduce a faulty element or if the runtime is not able to handle a correct definition.
- duplicates
-
RHPAM-2422 case management - task boundary timers error at runtime
- Closed