ParallelRepeat

The ParallelRepeat block is used to run a sequence of blocks for a set number of times in multiple parallel threads. You can nest other blocks inside this block to create the block sequence that you want to repeat.

Procedure

  1. Drag and drop the ParallelRepeat block onto your chosen location in the workflow.
  2. Between the ParallelRepeat block and the End ParallelRepeat line, insert the sequence of blocks that you want to repeat.
  3. In the times field, enter the number of times that you want to repeat the sequence, for example, 3.
  4. In the concurrency field, enter the number of parallel threads that you want to create, for example, 4.
  5. Click Run to apply the changes. The block sequence that you configured is run in parallel threads.

Disabling the block

To disable the block without deleting it, turn off the switch in the block header.