{batch_name} has completed {number_of_jobs} jobs.

The code below can be used to load the batch into python to inspect the jobs and results.

>>> from qalx_orcaflex.core import QalxOrcaFlex
>>> qfx = QalxOrcaFlex()
>>> batch = qfx.group.get('{batch_guid}')