...
- TerminateHangingWorkflows setting - if set to "true" it will terminate the execution of started workflows in the case of an Execution Agent service failure (e.g. the service stopped, the server was restarted). The Execution Status of the workflows will be updated to Terminated when the Execution Agent service is available again. We recommend to not change the default value.
- Assembly dependencies - there can be multiple version of the same library. There can be seen in the configuration file as well. We recommend to not change the default value.
- RunningWorkflowsLimit setting - this option limits the number of workflow executions that can be performed in parallel. By default it is set to 10, but is configurable per execution agent (only workflows with Execution Status Started/Running are included in the count). If the execution agent will be heavily loaded with parallel workflow executions, we recommend to lower this value to a value that allows the system to execute workflows with high performance.
...