--enableworkflow
Syntax
kenaflow.exe --enableworkflow [--workflow <path>]
Description
Sometimes it is required to disable a workflow. One way to achieve this is to execute kenaflow with program switch --disableworkflow
which creates a file called .disabled
in the workflow folder.
The workflow will not run until this file is removed.
To re-enable the workflow you can use the program switch --enableworkflow
. This command must be run from within the workflow folder OR with the additional option --workflow <path>
, where <path>
is eigther the fully qualified OR relative path of the workflow folder itself or to the file _wfconfig.ps1
.