Developer forum

Forum » Integration » Run extensibility code from integration job

Run extensibility code from integration job

Imar Spaanjaars Dynamicweb Employee
Imar Spaanjaars
Reply

Hi there,

Are there notification subscribers or other extensibility points that I can run before and after an integration job runs?

A subscriber would be a good start; the ability to pick a class and method to run before and after would be even better.

Thanks,

Imar


Replies

 
Dmitriy Benyuk
Reply
This post has been marked as an answer

Hi Imar,

there is a notification subscriber after the the job is finished: Occurs when the data integration job is being finished
See more details about it here: http://developer.dynamicweb.com/documentation/for-developers/data-integration/notifications.aspx

In the notifiaction args(JobFinishedIntegrationArgs) you can find the job execution result, log file and a reference to the Job class using which you can find almost all information about the executed job: Source and Destination providers and table with column mappings.

Regards, Dmitrij

Votes for this answer: 1
 
Imar Spaanjaars Dynamicweb Employee
Imar Spaanjaars
Reply

Perfect, just what I needed.

Thanks,

Imar

 

You must be logged in to post in the forum