Open LIXNA opened 3 months ago
Jumping to the next node also jumps to the line, not to the shutdown event
Environment: Java17, flowable 7.0.1
I encountered a similar issue with my Flowable configuration using a synchronous executor. In the normal workflow, I can successfully retrieve the execution listener for the end event when it is reached. However, when I trigger a boundary timer from a user task and then reach the end event, an exception is thrown because the original end event's listener cannot be retrieved.
I encountered a similar issue with my Flowable configuration using a synchronous executor. In the normal workflow, I can successfully retrieve the execution listener for the end event when it is reached. However, when I trigger a boundary timer from a user task and then reach the end event, an exception is thrown because the original end event's listener cannot be retrieved.
Non interruptive Can be executed,But sometimes the job listener cannot detect success or failure
Describe the bug A clear and concise description of what the bug is.
Expected behavior A clear and concise description of what you expected to happen.
Code If applicable, add the code that you are using when having the issue.
Additional context Add the version of Flowable that you are using, the database vendor and if you are using Flowable within Spring Boot, the Flowable Task application etc. If at the end, the end event cannot be triggered