--showdatalist

Syntax

kenaflow.exe --showdatalist [--workflow <path-or-folder>] [--currentdirectory <folder>] [--web <web-url>]

Description

With this switch you can make the data list visible - as long as the workflow has configured a data list by name in the _wfconfig.ps1 file.

If you run kenaflow.exe --showdatalist from within a workflow folder you do not need to specify --workflow <path-or-folder>. From any other working directory you need to specify --workflow <path-or-folder> with eigther a path to a _wfconfig.ps1 file or a folder to a workflow folder (that contains a _wfconfig.ps1 file).

With --currentdirectory the working directory of the process can be set.

In case of SharePoint workflows that are connected to multiple webs you can specify --web <web-url> to specify the web that only should be processed. Otherwise all connected webs are processed!

This switch can be combined in a single execution of kenaflow.exe all switches in section "Related Switches" below.