Help needed in migrating process from BP to UiPath.

Hi,

We have project in BP that migrating into UiPath. In BP we are using tags in queue is there anything available something like BP tags in UiPath.
In BP our project is splits into 4 sub processes and they run independently for same queue.Our process is designed something like below.

first process will fetch the data from sql and add the data to queue and setting the tag as OCR.

Second process will pick the OCR tagged items extracts the ocr data then it will appends the extracted data to queue then change the tag from OCR to WIP.

Third process will pick the WIP tagged items and process the data then it will change the tag as WSC if process is completed or else WSE.

Fourth process will pick WSC and WSE tagged items and update the status back to sql then it will mark item as completed if the tag is WSC or else marked as exception.

Note: all queue items in pending state only until third process.

Hi @Naveen_Surya,

No, I’ve never seen such a feature similar to BP. In that case, I would create different queues for each process starting from the second one, as the first process is just the dispatcher and should be a linear process instead of transactional.

But with UiPath you identify the the queue items by reference and status.

Juan P.