Developer forum

Forum » Integration » Multiple scheduled tasks with additional input

Multiple scheduled tasks with additional input

Imar Spaanjaars Dynamicweb Employee
Imar Spaanjaars
Reply

Hi there,

I have a scheduled task that runs a data import using "Import data addin". I am specifying some custom parameters in "Data import settings". (We have a custom end point that can fork out to either Production or Test depending on the settings in Data Import Settings.

To work around some data issues, I need to run a task immediately after this one to clean up some data. I tried the URL builder, but that only allows you pick jobs, not other configured scheduled tasks.

Is there a way to combine these into one so a single task run executes boths jobs immediatekly after each othher?

Thanks,

Imar


Replies

 
Jonas Krarup Dam
Reply

Hi Imar,

I don't think we have a way to do this "out of the box".

I see a couple of different ways you can do this via custom code:

* Create a custom scheduled task which runs an additional task.

* Create a notification subscriber which fires after your import job is done, and runs the next one.

Either one should be fairly straight forward

Regards, Jonas

 
Imar Spaanjaars Dynamicweb Employee
Imar Spaanjaars
Reply

OK, thanks, will give that a try.

Imar

 

You must be logged in to post in the forum