Hi,
I looking to determine if I need correlation for the scenario I'm trying to implement:
In a BPM, from a File, I do a transnformation step to do a 1:N mapping. A ForEach block does a RFC sync call to a ECC system, with information it gets back, post an asynchronous File request in a certain DataType, the remote system elaborates a response which gets back in th same DataType format, only the content changes.
My trouble is do I need to activate correlation for this second receiving step, knowing that I finally need to send out a mail message with the results of the whole actions in the block.
Thanks in advance for your suggestions.