Abhitocode opened a new pull request, #3653:
URL: https://github.com/apache/incubator-kie-kogito-runtimes/pull/3653

   Below are the tests with issues, commented the same for each test.
   
   1. IntermediateEventTest
   
   - For tests,
    testIntermediateCatchEventCondition, 
testIntermediateCatchEventConditionFilterByProcessInstance, 
testConditionalBoundaryEventOnTaskComplete, 
testConditionalBoundaryEventInterrupting
    
    for the tests with getKieSession,
    How to add the person variable to the session? The model doesnot have the 
person field. Even after the person variable is added in the bpmn file, the 
test fails with a NPE,
   
   When i try to complete workItem Im getting below error:
   
   Caused by: java.lang.NullPointerException: Cannot invoke
   
"org.jbpm.process.instance.impl.AssignmentAction.execute(java.util.function.Function,
 java.util.function.Function, 
org.jbpm.process.instance.impl.AssignmentProducer)" because "action" is null  
at 
org.jbpm.workflow.core.impl.NodeIoHelper.handleAssignment(NodeIoHelper.java:113)
   exception is this, org.jbpm.workflow.instance.WorkflowRuntimeException: 
[DataOutputAssociations:fa7cbf6e-fe07-408b-abcd-92ea30bed450 - Task:[uuid=_2]] 
-- java.lang.RuntimeException: Unable to execute Assignment
   
   2. StartEventTest
    
   - For *MultileStartEvent tests
   
   we get below error:
   org.kie.kogito.process.validation.ValidationException: A process cannot have 
more than one start node!
   
   BPMN process definition includes multiple start events, but I if im not 
wrong Kogito seems to only support a single start node per process. Could you 
please clarify if there's a way to handle multiple start events within a single 
Kogito process definition or suggest an alternative approach ?
   
   guidance on above would be helpful.
   
   Closes https://github.com/apache/incubator-kie-issues/issues/1131.
   
   Note: This pr contains tests with error, only for review purpose.
   
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to