Disabling the Process Flow Pane - Workflow - English - Foundation 22.1 - OnBase - Premier - external - Standard - Premier - Standard - OnBase/Workflow/English/Foundation-22.1/Workflow/Unity-Workflow/Viewing-Life-Cycles-and-Queues/Disabling-the-Process-Flow-Pane - 2023-09-25

Workflow

Platform
OnBase
Product
Workflow
Release
Foundation 22.1
License
Premier
Standard

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.