Question
Infosys Limited
IN
Last activity: 15 Oct 2019 9:22 EDT
How to make the Bot process tasks one after another?
Hi all,
I have developed a bot which extracts few data from PDF file and sends it to Pega.
This task will be triggered by two events:
1. Pega Work item
2. on receiving New e-mail
The challenge here is, after deploying the solution in the Test Machine, The Bot starts processing when new work item appears in Work Queue, meanwhile, if a new mail is received, the Bot start processing the Document from the mail before the Work item from Pega Work queue is processed. This is creating conflicts in the output values.
Kindly, let me understand how to configure the Solution to process one event at a time.
Best Regards