Skip to main content

Generally process starts by calling K2Server.StartProcessInstance this method.

Can we start k2 process at scheduled time(once in everyday) automatically without using .net window service?


Technically speaking, it would be possible to create a parent process with a single activity that has an IPC event that calls your actual process.  You can set a specific time in a data field and then loop it back to itself.


Reply