Application Integration with BPM Suite doesn't have Two phase commit transaction
Issue
Our application is integrated with BPM Sutie. We create a process instance in BPMS through our application. In our code, we are creating process instance in BPMS through Rest API's(Post Method). If Rest API call returns a successful response, then we do further processing in our code and in case any exception comes in our code, we don't have any mechanism to rollback transaction in BPMS. We need Two phase commit so that we can maintain these two separate transaction as a single transaction.
We have some more scenario in our application same as above where we are making Post Rest API call.
Environment
- Red Hat JBoss BPM Suite
- 6.0.1
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase of over 48,000 articles and solutions.
Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.
