Disabling the Process Flow Pane - Disabling the Process Flow Pane - OnBase - Workflow - OnBase/Workflow/English/Foundation-22.1/Workflow/Unity-Workflow/Viewing-Life-Cycles-and-Queues/Disabling-the-Process-Flow-Pane - English - Foundation 22.1

Workflow

Platform
OnBase
Product
Workflow
Release
Foundation 22.1
License
Premier
Standard
ft:lastPublication
2025-08-05T12:10:55.397000
ft:locale
en-US

The Process Flow pane can be disabled by modifying the obunity.exe.config file. To disable the Process Flow pane:

  1. In the <appSettings> node of the obunity.exe.config file, add the following line:
    <add key="enableWfProcessFlowPane" value="false" />
  2. Save and close the file.

If you want to enable to the Process Flow pane again, change the value of the enableWfProcessFlowPane element to true.