Batch {batch_name} of {number_of_jobs} jobs has been submitted.

The batch was submitted to a queue with name {batch_queue_name} by {created_by}. The code below can be used to load the batch into python.

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