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..
Scheduled task "trigger" flow chart for when X feed is done
Collapse
X
-
Scheduled task "trigger" flow chart for when X feed is done
Colin Puttick
Miva Web Developer @ Glendale DesignsTags: None
-
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.
-
-
When you say footer, do you just mean this should be in the last line of the file?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