I would've said how to Trigger a task - but that would've suggested just triggers ... so how to start a task ...
Background:
a standalone app on tablet devices is sending customer orders to the cloud - a task on a local machine is bringing those orders down as CSV files - it runs this every 15 minutes (should be fine - they're not time critical). The sales rep taking the order has authority to overwrite pricing.
I have a SQL script (just a script atm) to convert that CSV file into an order file our ERP system can recognise - it then renames the CSV file so it doesn't convert again.
Our ERP system has a scheduled task to look for order files every 5 minutes. It imports orders - products and qty - but not prices.
I then need to run a script to check the price data in the ERP order against the original order (no problem as I have access...