Skip to main content
Nintex Community Menu Bar

how to start workflow automatically daily at a perticular time

  • September 15, 2014
  • 4 replies
  • 17 views

Forum|alt.badge.img

Hi,

 

I want to start workflow automatically daily at a perticular time.

 

Please suggest, how to do this?

4 replies

Forum|alt.badge.img+8

Use the K2 API and create a console app to start the desired process.  Then schedule the console app to run using Windows Task Scheduler.

 

Example here.


Forum|alt.badge.img+10
  • Nintex Partner
  • September 15, 2014

You may want to try this if you're using SharePoint 2010 or if using 2013 but have installed the K2 for SharePoint 2010 components:

 

http://help.k2.com/helppages/k2blackpearlUserGuide4.6.4/Process_Portal_-_Process_Management_-_Scheduler.html

 


Forum|alt.badge.img+4
  • October 29, 2017

Forum|alt.badge.img+10
  • October 30, 2017

I think an API will be great.

 

However I post a while back a Post that explain how to use the Windows Scheduler and securely schedule Loops and Workflows in BlackPearl for reminders and notifications.

 

http://community.k2.com/t5/K2-blackpearl/Ability-to-schedule-Loops-and-Workflows-in-BlackPearl/m-p/86451#M26656

 

Hope this helps =)