Process Studio Workflows

Can we define loops in Process Studio workflows? What are the types of loops we can define?

Process Studio has the Start Loop – Continue loop steps to define loops. You can define two types of loops in the Start Loop – Continue loop steps:

  • Loop Iterator – In Loop Iterator, you just have to define an iterator and the number of times to loop. It implicitly creates a loop counter. It acts like a For loop.
  • Conditional Loop – In a Conditional Loop, you need to define a loop counter explicitly and you can specify a condition. It acts like a While loop.

For more details, refer to the video for Start Loop – Continue Loop: Start Loop - Continue Loop - YouTube