Currently have a process that uses ReFramework, queue management and action center. If during the process bot meets a certain business rule where it needs to create a task in action center, is there a way to put that transaction item on hold or postpone it so that it can start on the next transaction item? Then after user has completed whatever task is in action center, bot is able to pick up that same transaction item and complete the process. What we don’t want to happen is that bot will remain paused while waiting for user to perform the necessary task before it can continue running again.
To visualize the flow
Bot processes transaction 1
Bot encounters business rule
Bot creates task in action center
Bot postpones transaction 1
Bot processes transaction 2
User completes task in action center for transaction 1
These option will enable the Automation to run Simultaneously for every new transaction item,
for example:
If Transaction 1 has business rule and the Action is created the bot will be in Suspended state until the user manually completes the action but the bot will be free , once the user completes the action, the bot resumes the suspended bot.
Where as Transaction 2 will be running parallel without any dependency.
please try this and let me know this works for you,
Ok so this process interacts with SAP and if transaction 1 is suspended while transaction 2 starts, it will kill the SAP process that transaction 1 was at. In this case we just need to design a flow where after transaction 1 task is completed by user, it can navigate to where it should have been left off?