Could something like this happen? Scheduled task "trigger" flow chart for when X feed is done? I need a way of connecting scheduled tasks to run after feeds are done, mainly these feeds create product update csv files etc..
Announcement
Collapse
No announcement yet.
Scheduled task "trigger" flow chart for when X feed is done
Collapse
X
-
I haven't tested this but there is a function to trigger a scheduled task. Try putting this in the footer of the feed:
<mvt:do name="l.result" file="g.Module_Feature_SCH_UT" value="ScheduledTask_Trigger( 'precalcprices' )" />
Then just make sure your scheduled task you want to run has the same trigger.
-
Originally posted by Brennan View PostI haven't tested this but there is a function to trigger a scheduled task. Try putting this in the footer of the feed:
<mvt:do name="l.result" file="g.Module_Feature_SCH_UT" value="ScheduledTask_Trigger( 'precalcprices' )" />
Then just make sure your scheduled task you want to run has the same trigger.Paul
Comment
Comment