Identify and describe the differences between a transaction process and a repetitive process

Hi,
I don’t think I clearly understand this topic. Although I know about transactional process, that’s in in flowchart etc, but how about repetitive process. Can someone share some info about the difference? What are the main feature of repetitive process (isn’t every UiPath process a repetitive one:)?
Thanks in advance:)

There can be two type of Process i.e. Sequential and Repetitive.

Sequential Process (In one flow)
Example: Bot is getting mails and storing the attachment in one file, ends the process.

Repetitive (Using flowchart and looping the workflows)
Example: Bot is getting mails and has to run until it finds one particular attachment from the mail.
Best approach for Repetitive is Reframework

Thanks
@MiYanh

3 Likes

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.