| Version | Date | Notes | By |
|---|---|---|---|
| 1.0 | 2025-05-07 | Initial release | ROB |
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:
Generates a task instance per count until maximum count is reached.
Generates a task instance per responsible (as set in the standard responsibles modal).
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.