You can execute an Engine engine from within the model calculation logic. The binding variable model
provides access to the ModelFormulaCalculationContext API which allows you to call the engine – i.e. start a Job Trigger Calculation.
...
A model Step executing the calculation , that starts a new Job Trigger Calculation , will be considered as finished only when calculations, formula and Job Trigger are all finished. In terms of execution order, this follows the same rules as sequence calculations.
...