The following Workflow settings are contained in the Unity Client configuration file:
Setting |
Description |
---|---|
allowMultipleWorkflowLayouts |
This setting overrides the Allow multiple instances of the Workflow layout Workflow user option. When set to true or false, this user option cannot be set by users. This setting is not present in the Unity Client configuration file by default. To use this setting, you must manually add it to the Unity Client configuration file's <appsettings> section, in the following format: <add key="allowMultipleWorkflowLayouts" value="true"/> |
alwaysOpenWorkflowInNewWindow |
This setting overrides the Always display Workflow in a new window Workflow user option. When set to true or false, this user option cannot be set by users. This setting is not present in the Unity Client configuration file by default. To use this setting, you must manually add it to the Unity Client configuration file's <appsettings> section, in the following format: <add key="alwaysOpenWorkflowInNewWindow" value="true"/> |
enableWorkflowDebugTrace |
For more information on this setting, see Debug Breakpoints. |
enableWfQueueCountService |
This setting controls whether the Unity Client respects the configured Inbox Refresh Rate for Workflow queues. When set to true, the configured Inbox Refresh Rate for all Workflow queues is used. When set to false, the refresh of queue counts will be suppressed. This setting is not present in the Unity Client configuration file by default. When this setting is not present in the Unity Client configuration file, it is treated as true. To configure this setting, you must manually add it to the Unity Client configuration file's <appsettings> section, in the following format: <add key="enableWfQueueCountService" value="true"/> Tip:
Use this setting to limit which users are using the configured Inbox Refresh Rate. |
RequestTimeoutSeconds |
This setting allows the default client execution timeout to be overridden by the specified number of seconds. This setting is not present in the Unity Client configuration file by default. When this setting is not present in the Unity Client configuration file, the timeout is 100 seconds by default. To configure this setting, you must manually add it to the Unity Client configuration file's <Hyland.Services.Client> section, in the following format: <RequestTimeoutSeconds Value="[# of seconds]" /> |
startupWorkflowLayout |
This setting controls the OnBase User Group layout that is displayed by default when a user opens the Unity Client's Workflow interface. When set to a numeric ID of a layout that was created by an administrator for a user group, the configured layout is used. Note:
This numeric ID is displayed next to the name of the layout in the Manage user group layout settings dialog box's drop-down list. This setting is not present in the Unity Client configuration file by default. To configure this setting, you must manually add it to the Unity Client configuration file's <appsettings> section, in the following format: <add key="startupWorkflowLayout" value="[layout ID]"/> In place of a specific layout ID, the following values can also be used to set the default layout:
|
For more information on the Unity Client configuration file, including location and additional settings, see the Unity Client documentation.