Section "agents"

In this section you configure settings for communication with kenaflow agents.

agentCommandRetryCount

<entry key="agentCommandRetryCount" type="System.Int32" default="3"></entry>

Maximum retry count.

agentCommandRetryDelay

<entry key="agentCommandRetryDelay" type="System.Int32" default="1000" comment="in milliseconds"></entry>

(empty!)

agents

<entry key="agents" type="kenaflow.AgentConfig" default=""><!--
      <![CDATA[
- Name: Local
  Endpoint: kenaflowagent.example.com
  InstanceId: 00000000-0000-0000-0000-000000000000
  Secret: this-key-is-used-in-workflow-scripts
  Passphrase: this-key-is-used-to-communicate-with-the-agent
      ]]>
      --></entry>

(empty!)

Full Section Default

<section name="agents">
  <entry key="agentCommandRetryCount" type="System.Int32" default="3"></entry>
  <entry key="agentCommandRetryDelay" type="System.Int32" default="1000" comment="in milliseconds"></entry>
  <entry key="agents" type="kenaflow.AgentConfig" default="">
    <!--
      <![CDATA[
- Name: Local
  Endpoint: kenaflowagent.example.com
  InstanceId: 00000000-0000-0000-0000-000000000000
  Secret: this-key-is-used-in-workflow-scripts
  Passphrase: this-key-is-used-to-communicate-with-the-agent
      ]]>
      -->
  </entry>
</section>