One other advantage of using the C1 Workflow is that it remembers its state between restarts.
Imagine you have a task that runs every 3200 seconds (once an hour). If you don't use state persisting you can risk that this task will never run if the site keeps restarting every 50 minutes, since the Task Scheduler would then keep counting down from 3200 again. Instead C1 Workflows knows where to start counting after a restart.
Imagine you have a task that runs every 3200 seconds (once an hour). If you don't use state persisting you can risk that this task will never run if the site keeps restarting every 50 minutes, since the Task Scheduler would then keep counting down from 3200 again. Instead C1 Workflows knows where to start counting after a restart.