You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: