I have a bunch of maintenance jobs that run several transformations in parallel.
These transformations end at different times and sometimes they fail.
I would like to re-use the same success and error email for all of them, but would like the subject line to actually list the previous step's name in the subject.
How do I retrieve that information in the MAIL component, or how do I pass that to it?

Thanks