I have an attended automation that is currently triggered manually by a user on Assistant.
I want to change it so that it can be triggered both by SharePoint and manually through Assistant. How can I modify this automation to support both triggers? Should I create a new Unattended Automation for this or can I just change the automation I already have?
To be abled to trigger the bot by a SharePoint event, no changes as such required but this can be run only on unattended machine. Just create a connection on Integration Services, Go to Trigger, Select the event on which you need to trigger this bot, select the runtime machine and configurations, save. Thats it.
Nope! I don’t think so. The package or bot would be running in attended or unattended will be decided on the basis of the bot license on which the bot going to run.
We can run the bot on unattended and attended simultaneously. Just remember to add logic to avoid the situation when both will be working on the same transaction or file or resource. This will result in conflict.
I see now. I would need two machines to run it in both ways. So, the unattended machine would run the automation as Unattended, even though it’s technically an Attended automation, right?