-
Notifications
You must be signed in to change notification settings - Fork 213
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
add correlation persistence support for mssql #3480
Comments
fjtirado
added a commit
to fjtirado/kogito-runtimes
that referenced
this issue
Apr 23, 2024
fjtirado
added a commit
to fjtirado/kogito-runtimes
that referenced
this issue
Apr 23, 2024
fjtirado
added a commit
to fjtirado/kogito-runtimes
that referenced
this issue
Apr 24, 2024
github-project-automation
bot
moved this from 📋 Backlog
to 🎯 Done
in 🦉 KIE Podling Board
Apr 26, 2024
rgdoliveira
pushed a commit
to rgdoliveira/kogito-runtimes
that referenced
this issue
May 7, 2024
* [Fix apache#3469 Fix apache#3480] Changing jsonb to varchar * [Fix apache#3480] Change blob to varbinary for ansi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
save the correlation ids from cloudevent in db and use them to lookup existing process instance to resume execution
Implementation ideas
add an implementation for mssql similar to PostgreSQLCorrelationService
The text was updated successfully, but these errors were encountered: