pefernan commented on issue #678: URL: https://github.com/apache/incubator-kie-issues/issues/678#issuecomment-1976244984
@martinweiler I think the issues spotted here are still present, at least the main one. To reproduce it just do the following: 1. Start a new Process Instance 2. Open Management Console and verify that the started process should start the **HR Interview** task and a new **job** to skip it after 3 min 3. Open Task Console and abort the **HR Interview** task 4. Go back to Management Console and verify that the Job is still there 5. After the 3 mins, the job will be executed and you'll see this kind of errors in logs: `Caused by: org.jbpm.workflow.instance.WorkflowRuntimeException: [hiring:9d0a2160-ddca-4c8a-82f1-f29aa8c1b438 - BoundaryEvent:15] -- Cannot transition from abort to abort` I'll verify the other issues mentioned there and provide more info. -- 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]
