-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[JBPM-10208] Avoid signalling the same engine more than once #2358
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…bprocess is not getting marked as executed (kiegroup#2273)
…#2285) * [JBPM-10172] Same id used for timers when using per request * [JBPM-10172] Fix test without timer name * [KOGITO-10172] Kris proposal * [JBPM-10172] Avoiding null pointer if manager is null * [JBPM-10172] Sonar warnings * [JBPM-10172] Fixing tests --------- Co-authored-by: Gonzalo Muñoz <[email protected]>
* [JBPM-10174] Do not call readValue in VariableScope * [JBPM-10174] Sonar warnings * [JBPM-10174] Supporting date conversion * [JBPM-10174] Increasing coverage
Co-authored-by: Alberto Fanjul <[email protected]>
* [JBPM-10185] Handling sla timer for processes * [JBPM-10185] Add test and fix persistence of SlaDueDate --------- Co-authored-by: Gonzalo Muñoz <[email protected]>
* Bump h2 from 1.4.197 to 2.2.220 - remove MVCC * [bump to h2-220]: add param NON_KEYWORDS=VALUE * [bump h2 220] Fix container tests * [bump h2-220] Parameterize drop script for other dbs * [bump h2-220] Changes after review --------- Co-authored-by: Gonzalo Muñoz <[email protected]>
kiegroup#2292) * [kie-roadmap-119] Scheduled jobs do not keep configured execution time * [kie-roadmap-119] Make sure job gets rescheduled even if execution time exceeds nextRun value
…iegroup#2301) * [kie-issues-386] Test case to verify dynamic task description during process migration * [kie-issues-386] Test case to verify dynamic task description during process migration / fix --------- Co-authored-by: Martin Weiler <[email protected]>
Original expression needs to be added as it is to external event listeners. This way it can be converted when persisted.
…iegroup#2323) * [kie-issues-509] Handle SLA timers during process instance migration * [kie-issues-509] Add tests for process SLA and usertask SLA migration * [kie-issue-509] fix tests and add SLA process migration --------- Co-authored-by: Martin Weiler <[email protected]>
…DDL (kiegroup#2332) Scripts for Oracle and PostgreSQL
…up#2342) * [JBPM-10203] Fixing null pointer exception for cancelActivity * Update jbpm-bpmn2/src/main/java/org/jbpm/bpmn2/xml/BoundaryEventHandler.java Co-authored-by: Gonzalo Muñoz <[email protected]> --------- Co-authored-by: Gonzalo Muñoz <[email protected]>
…ate with AsyncMode env setting (kiegroup#2352)
fjtirado
force-pushed
the
JBPM-10208
branch
3 times, most recently
from
November 7, 2023 16:28
668d5a4
to
1ae53d7
Compare
In the same signalEvent call
Kudos, SonarCloud Quality Gate passed! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
In the same signalEvent call