Section "AfterSetup"
The section AfterSetup
contains the properties that must be set by the administrator after installation.
adminMails
<entry key="adminMails" type="System.String" comment="split by ;"></entry>
Zero, one or more semicolon separated administrator e-mail addresses.
This will be used to inform administrators about errors in the workflow engine.
WorkflowRoot
<entry key="WorkflowRoot" type="System.String" default=""></entry>
Workflow root directory.
Full path to an existing directory. The actual workflows are located in its subdirectories.
encryptionPassphrase
<entry key="encryptionPassphrase" type="System.String" comment="do not change after first usage." default="kenafl0W!"></entry>
Encryption Passphrase. It will be used to encrypt:
- Remote Events
- Data protected with
[Protect-KFData]
and[Unprotect-KFData]
- Serialized Workflow Configuration files.
This is not allowed to be changed after the first run! You need to configure it with a strong password after the setup!
activeDirectoryDomain
<entry key="activeDirectoryDomain" type="System.String" comment="please specify your domain as FQDN" default="."></entry>
The Windows Active Directory domain the engine is running in.
instanceName
<entry key="instanceName" type="System.String" comment="if not specified its the instance id" default="">kenaflow-debug-instance</entry>
With this option it is possible to specify a name for the instance of kenaflow.
This can be used in scripts with predefined variable $KFInstanceName
.
Full Section Default
<section name="aftersetup">
<entry key="adminMails" type="System.String" comment="split by ;"></entry>
<entry key="WorkflowRoot" type="System.String" default=""></entry>
<entry key="encryptionPassphrase" type="System.String" comment="do not change after first usage." default="kenafl0W!"></entry>
<entry key="activeDirectoryDomain" type="System.String" comment="please specify your domain as FQDN" default="."></entry>
<entry key="instanceName" type="System.String" comment="if not specified its the instance id" default=""></entry>
</section>