Customizing the task details page

The task details page contains information about a task and its processes. However, you can customize the task details page to add or delete information.

You can add the following information to the task details page:

To customize the task details page:
  1. To show any additional information, add corresponding key-value pairs to the translation.json file at todo block > details block > app block > [required block].

    The [required block] refers to available blocks, such as the task block for task information, process block for process information, and currentpendingtask block for pending tasks information.

    For example, to add information about Route Selection Required in the task details page, you can add the following key-value pair in the task block:

    "todo" : {
        .
        .
        .
        "details" : {
            .
            .
            "task" : {
                .
                .
                "RouteSelectionRequired" : "Route Selection Required"
            }
        }
    }
    Note:

    Add corresponding key-value pairs for all the supported languages.

  2. Copy /libs/ws/js/runtime/templates/taskdetails.html to /apps/ws/js/runtime/templates/taskdetails.html.

    Add the new information to /apps/ws/js/runtime/templates/taskdetails.html. For example:

    <div class="detailsContainer">
        .
        .
        <ul>
            .
            .
            <li>
                <label for="routeSelectionRequired" title="<%= $.t('todo.details.task.RouteSelectionRequired')%>"><%= $.t('todo.details.task.RouteSelectionRequired')%></label>
                <div>
                    <span id="routeSelectionRequired"><%= isRouteSelectionRequired != null ? isRouteSelectionRequired : ''%></span>
                </div>
            </li>
            .
            .
        </ul>
    </div>
  3. Open /apps/ws/js/registry.js for editing.

    Search and replace text!/lc/libs/ws/js/runtime/templates/taskdetails.html with text!/lc/apps/ws/js/runtime/templates/taskdetails.html.

Note:

To customize the task details page with tasks created in the Start Process tab of HTML Workspace, add the new information to /apps/ws/js/runtime/templates/startprocess.html.

To add new styles for the information added in the details page, modify the CSS file by using the User interface changes section in Workspace Customization.

 Adobe

Get help faster and easier

New user?

Adobe MAX 2024

Adobe MAX
The Creativity Conference

Oct 14–16 Miami Beach and online

Adobe MAX

The Creativity Conference

Oct 14–16 Miami Beach and online

Adobe MAX 2024

Adobe MAX
The Creativity Conference

Oct 14–16 Miami Beach and online

Adobe MAX

The Creativity Conference

Oct 14–16 Miami Beach and online