...
Logic Nature:
model_parallel_calculation
Logic Type: Calculation/Pricing
Execution Types (Calculation Contexts):
Init – Prepares the list of items to be calculated in parallel. Only logic elements with element context “Init” in element group “calculation-init” will be executed during this time.
Item – Executed for each item prepared in the previous execution. Only logic elements with element context “Item” in element group “calculation-item” will be executed during this time.
Summary – Post-processes the calculated items. Only logic elements with element context “Item” in element group “calculation-summary” will be executed during this time.
...