Skip to main content
What is the best practice? (an outside windows service/scheduled task?)
Thanks,
Bryan
You could create a process with an activity which loops to itself, but remember to set a start rule for the 'looping activity' to prevent it from starting immediately. YOu would have to create a 'plan' form to kick off the process but once it has been started once, it will continue running.

You could also create a normal .NET application to start a process instance in code and then schedule the application using task scheduler...

Reply