Scheduling processes / jobs in a non sharepoint environment

  • 26 March 2012
  • 1 reply
  • 0 views

Badge +1

Hi,


I would like to know if it is at all posible to schedule the start of workflows in an environment that does not have sharepoint. I see it is possible to set this up in sharepoint but in my secific scenario there is no sharepoint.


If this is possible please could you point me in the direction of how to do it.


Thanks,
Duncan.


1 reply

Badge +10

For this you are going to have to use the K2 API, you could pretty easily create a service or even console app and use the windows task scheduler to do this.   Check out the console app sample below for some help.


http://www.k2underground.com/groups/console_app_periodically_fire_process_instances_w/default.aspx


 

Reply