A microflow calls a long-running process using a two-way request/response synchronous
operation. What can be a consequence of using this pattern?
A.
Compensation logic will need to be implemented in the long-running process to ensure
the delivery of the reply to the microflow.
B.
It will be easier to implement Exception Handling in the microflow.
C.
When the long-running process completes, the microflow transaction will be committed.
D.
The transaction and threads used by the microflow will be tied up until the long-running
process finishes.
Explanation: