Multi Bots- Email Notification

@gaurav_rpa

Use kind of a locking system

Create an Asset with initial value as NA

  1. In Initialize state set the asset to NA
  2. In End process get the queue items in in progress or new if count greater than 1 then ignore
  3. Else first get the asset created and check if it is NA, if not leave if NA then use set asset and set the asset value as ENvironment.Username
  4. And then get the asset again and check if the value is equal to Environment.Username
  5. If equals then send email else ignore

Always only one bot will go ahead and other bots will leave out through else condition

cheers