We need something like this at the beginning of proactive-helper.py:

# mapping = variables.get("execution_engine_mapping")

and then, at the beginning of save_dataset, we need something like:

    # long_id = mapping.get(key)

