Hi,
I really like the way of working described here, it opens up a lot of flexibility. https://doc.dynamicweb.com/community/devblog/blog/alternatives-to-applying-code-in-you-integration-flow?PID=8967
After working on a couple of use cases, I think this way of working could be even better supported if we have the ability to add more than 1 action in a scheduled task, supporting the following scenario:
- Setting up some staging tables in a SQL script
- Running 1 or more endpoint tasks, getting data into the staging tables
- Running some SQL script to manipulate the data, and move it to the actual tables.
Altough I can already do this, I requires me to make 3 scheduled tasks in specific order using the "Run if previous task executed successfully" checkbox (which has dissapeared or is renamed in DW10?)
For 1 task this is doable, but I f I have more, it quickly builds up into a messy and error prone list.
It would be awesome if a scheduled task can contain more than 1 step, executing each sequentially allowing the steps above to be part of 1 scheduled task..
Cheers,
Justin