SUNILathulya opened a new issue, #2363:
URL: https://github.com/apache/incubator-kie-issues/issues/2363

   ## Summary
   Migrate test methods in `EscalationEventTest.java` from the v7 runtime-based 
API 
   (`createKogitoProcessRuntime`) to the v9 code generation-based API 
   (`ProcessTestHelper` + generated process classes).
   
   ## File
   Those tests can be identified by referring to:
   
https://github.com/apache/incubator-kie-kogito-runtimes/blob/main/jbpm/jbpm-tests/src/test/java/org/jbpm/bpmn2/EscalationEventTest.java
   
   An example of migration is:
   
https://github.com/apache/incubator-kie-kogito-runtimes/blob/main/jbpm/jbpm-tests/src/test/java/org/jbpm/bpmn2/ResourceTest.java#L37
   
   ## Tests to Migrate
   - `testEscalationBoundaryEventInterrupting`
   - `testInterruptingEscalationBoundaryEventOnTask`
   
   ## Tests Not in Scope
   The following tests are already `@Disabled` and are not part of this 
migration:
   - `testEscalationBoundaryEventInterruptsTask` — disabled: "Escalation does 
not cancel work items yet"
   - `testNonInterruptingEscalationBoundaryEventOnTask` — disabled: "Non 
interrupting escalation has not yet been implemented"


-- 
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