Hi Experts,
We can run a perform_batch to have multiple actions executed as a batch. The question I have is, are there actions executed synchronously or asynchronously?
Cheers,
Miraj
Hi Experts,
We can run a perform_batch to have multiple actions executed as a batch. The question I have is, are there actions executed synchronously or asynchronously?
Cheers,
Miraj
The default is sequential_independent. A maximum of 64 messages can be executed using a concurrent_independent batch XML message.
<perform_batch>
<{sequential | concurrent}_{dependent | independent}/>
<{XML_Message}/>
<{XML_Message}/>
<{XML_Message}/>
…
</perform_batch>
Alternate form with the concurrency node encapsulating the XML messages:
<perform_batch>
<{sequential | concurrent}_{dependent | independent}>
<{XML_Message}/>
<{XML_Message}/>
<{XML_Message}/>
…
</{sequential | concurrent}_{dependent | independent}>
</perform_batch>
Thanks for that detailed answer
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.