Manage tasks

When a Forms workflow triggers and you are an assignee or part of the assignee group, a task appears in your Inbox. You can view task details and perform available actions on the task from within Inbox.

Claim or delegate tasks

Tasks that are assigned to a group appear in the Inbox of all group members. Any group member can claim that task or delegate it to another group member. To do so:

  1. Select to select the thumbnail of the task. Options to open or delegate the task appear at the top.

    select-task

  2. Do one of the following:

    • To delegate the task, select Delegate. The Delegate Item dialog Opens. Select a user, optionally add a comment, and select OK.

    delegate

    • To claim the task, select Open. The Assign to Self dialog opens. Select Proceed to claim the task. The claimed task appears with you as the assignee in your Inbox.

    claim

View details and perform actions on tasks

When you open a task, you can view task details and perform available actions. The actions available for a task are defined in the Assign task step of the associated Forms workflow.

  1. Select to select the thumbnail of the task. Options to open or delegate the selected task appear at the top.

  2. Select Open to view task details. The detailed task view opens. In this view, you can view task details and work on the task.

    NOTE
    If a task is assigned to a group, you must claim it to be able to open it in detailed view.

task-details

The detailed task view comprises the following sections:

  • Task details
  • Form
  • Workflow details
  • Actions toolbar

Task details

The Task Details section displays information about the task. The information displayed depends on the configuration settings of the Assign task step in the workflow. The above example displays the description, status, start date, and workflow used for the task. It also allows attaching a file to the task.

Form

The Form tab in the main content area displays the submitted form and field-level attachments, if any.

Workflow details

The Workflow Details tab at the top shows the progress of the task through various stages in the workflow. It shows completed, current, and pending stages for the task. The stages for a workflow are defined in the Assign task step of the associated workflow.

In addition, the tab displays task history for each completed stage in the workflow. You can select View Details for a completed stage to know details about that stage. It displays comments, form and task attachments, status, start and end dates, and so on, about the task.

workflow-details

Actions toolbar

The Actions toolbar shows all available options for the task. While Save, Reset, and Delegate are default actions, other available actions are configured in Assign task step. In the example above, Approve and Reject are configured in the workflow.

As you work on the task, it proceeds further in the workflow.

View completed tasks

AEM Inbox displays only active tasks. Completed tasks do not appear in the list. However, you can use Inbox filters to filter tasks based on several parameters, such as task type, status, and start and end dates. To view completed tasks:

  1. In AEM Inbox, select toggle-side-panel1 to open the filter selector.

  2. Select Task Status accordion and select Complete. All your completed tasks appear.

    filter

  3. Select to select a task and click Open.

The task opens to display the document or the adaptive form associated with the task. For adaptive form, the task displays the read-only adaptive form or its PDF document of record as configured in the Form/Document tab of the Assign Task workflow step.

The task details section displays information such as action taken, task status, start date, and end date.

completed-task

The Workflow Details tab shows each step of the workflow. Select View details for a step for detailed information.

completed-task-workflow

Troubleshooting

Unable to view items related to AEM Workflow in AEM inbox

A workflow model owner is unable to view items related to AEM Workflow in AEM inbox. To resolve the issue, add the below listed indices to your AEM repository and rebuild the index.

  1. Use one of the following methods to add indices:

    • Create the following nodes at in CRX DE at /oak:index/workflowDataLucene/indexRules/granite:InboxItem/properties with respective properties as specified in the following table:

      NodePropertyType
      sharedWithsharedWithSTRING
      lockedlockedBOOLEAN
      returnedreturnedBOOLEAN
      allowInboxSharingallowInboxSharingBOOLEAN
      allowExplicitSharingallowExplicitSharingBOOLEAN
    • Deploy the indices by way of an AEM package. You can use an AEM Archetype project to create a deployable AEM package. Use the following sample code to add indices to an AEM Archetype project:

       .property("sharedWith", "sharedWith").type(TYPENAME_STRING).propertyIndex()
       .property("locked", "locked").type(TYPENAME_BOOLEAN).propertyIndex()
       .property("returned", "returned").type(TYPENAME_BOOLEAN).propertyIndex()
       .property("allowInboxSharing", "allowInboxSharing").type(TYPENAME_BOOLEAN).propertyIndex()
       .property("allowExplicitSharing", "allowExplicitSharing").type(TYPENAME_BOOLEAN).propertyIndex()
    
  2. Create a Property Index and set it to true.

  3. After configuring indices in CRX DE or deploying via a package, re-index the repository.

https://experienceleague.adobe.com/docs/experience-manager-65/deploying/deploying/queries-and-indexing.html

Experience Manager


Espressos & Experience Manager: AEM Forms

Espressos & Experience Manager

Thursday, Mar 6, 7:00 PM UTC

Join Adobe's AEM product team as they highlight AEM Forms' latest innovations, including: the new Gen AI Assistant, Unified Composition with AEM Sites, and new ways to deploy forms through conversations.

Register

Connect with Experience League at Summit!

Get front-row access to top sessions, hands-on activities, and networking—wherever you are!

Learn more