apache / incubator-kie-kogito-runtimes

Kogito Runtimes - Kogito is a cloud-native business automation technology for building cloud-ready business applications.
http://kogito.kie.org
Apache License 2.0
491 stars 192 forks source link

add correlation persistence support for mssql #3480

Closed deepakkapoor23 closed 2 months ago

deepakkapoor23 commented 2 months ago

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