Displaying the Process Description - Advanced Design and Setup - Foundation 23.2 - Foundation 23.2 - Ready - Content Composer - external

Content Composer Advanced Design and Setup

Platform
Content Composer
Product
Advanced Design and Setup
Release
Foundation 23.2
License
To configure whether the process description is displayed in the process list, complete the following steps.
  1. From the %Composerdir% directory, open Composer.Client.exe.config with a text editor that supports UTF-8.
  2. Within the <appSettings> element, insert the following line:
    <add key="shortProcDescLength" value="0" />
  3. Complete one of the following substeps.
    • To not display the process description, set the value attribute to 0.
    • To display the process description, set the value attribute to a value greater than 0. The number defines the number of characters which are displayed.

    Example

    <add key="shortProcDescLength" value="10" />
    Note: The default value is 0.
  4. Save and close the file.