Hi,
There is a requirement to receive two documents to a single process model. The reason for this is
- Document 1 with info like operation1 need to be processed in the Process
- Document 2 with a field which will connect to Document 1 but for operation 2 when published need to be received in this same process.
- The process is going to be designed in such a way to complete only when there is success processing Document 1 and Document 2.
Presently, each of these documents kick off a separate process and are independent.
The idea is to kick off a process when one of these documents is received, but keep listening to the second document with the connecting field value and then process document 2 also in this same process.
Any help would be appreciated.