Version Date Notes By
1.0 2025-05-07 Initial release ROB

Introduction

The loop characteristics is a subsystem of the process engine system that handles the itterate in place functionality.

This system has never been used by any client and is a good candidate for deprecation / removal. This system contains only one class that contains the queries / functions to retrieve eligible conditional events.

This system is integrated with the process engine / BaseObjectProcessing to help generate the parallel / sequential tasks.

This subsystem contains 3 classes:

ParallelPerCountCommand

Generates a task instance per count until maximum count is reached.

ParallelPerResponsibleCommand

Generates a task instance per responsible (as set in the standard responsibles modal).

SequentialPerResponsibleCommand

Generates a task instance for the first responsible and once that responsible has submited the task instance, the next responsible gets a new task instance generated. This process continues (sequentially) untill all responsibles have submited their task instance.