Workflow run independently on demand

I need run a particular workflow regularly every day on 2 AM only. Is there any way, how to schedule it by this way? E.g. is it possible to call workflow from Windows Scheduler?

I think the easiest way is to expose it to API workflow page and then call the API from windows scheduler.

You can also model scheduled tasks within Origam, but then you have to run Origam Scheduler application (as a windows service).

So if you don’t expect to have more tasks and/or frequent task reconfiguration, than the solution with windows scheduler is a simplier solition. Otherwise I would go for Origam scheduler - you have to setup and maintain another Origam application, but the reconfiguration to tasks are easier (just model changes).

1 Like