Changing the Text for the Worklist Application in Task Notifications

By default, the text in a task notification refers to "Worklist Application," but you can change that text. To change it, you create a custom resource bundle and modify the appropriate strings.

To change the text in a task notification:

  1. Open the WorkflowLabels.properties resource bundle in the sample workflow-110-workflowCustomizations.
  2. In the WorkflowLabels.properties file, modify the following strings:
    TASK_NOTIF_MSG.WORKLIST_APPLICATION=Worklist Application
    TASK_NOTIF_MSG.WORKSPACE_APPLICATION=Workspace Application
    

    For more details on how to modify the resource bundle string, see the workflow-110-workflowCustomizations sample.

  3. Update the Workflow Custom Classpath URL configuration parameter on your instance.

    You do not have to deploy the WorkflowLabels.properties file as an application for it to work. Instead, you can do either of the following:

    • Host it on the file system, using a URL beginning with file:/// to point to the appropriate location.

    • Host the file in MDS, using a URL beginning with oramds:///....