--installschedtask

Syntax

kenaflow.exe --installschedtask --account <account-name> --password <password>

Description

kenaflow itself is not a windows service. It's just a command line "tool".

We suggest to register it as "Windows Scheduled Task". - Run taskschd.msc to open the task scheduler.

To register kenaflow as such "Windows scheduled task" simply run:

kenaflow.exe --installschedtask --account "MYDOMAIN\svc.kenaflow" --password "kr@ftwerk"

The account is used to execute kenaflow. The password is required to register the task to run in the background without manual logon.

By default this account will also be used to access SharePoint if a SharePoint related workflow has no own configuration for credentials!