When implementing a notification subscriber for Integration.JobFinished we could in DW8 get some information about mappings in the job being executed.
Dynamicweb.Notifications.Integration.JobFinishedIntegrationArgs integrationArgs = args as Dynamicweb.Notifications.Integration.JobFinishedIntegrationArgs;
"integrationArgs.Job.Mappings" gave us the active mappings in the job.
In DW9 this is no longer possible. integrationArgs only contains DestinationTables, JobFailed and LogFile.
Best regards
Niels Foldager