Skip to main content
Task Manager

Activities

Within the Task Manager section, particularly under All Tasks, you’ll find the Activities tab, featuring:
  • Title: The task’s title.
  • Stage: The specific stages during process execution.
  • Assignee: The person responsible for the process.
  • Status: The current process status (details in Process status updates).
  • Priority: Allows task prioritization.
  • Last Updated: Timestamp for the latest updates.
  • Search: A search function to find process keys stored in the process.

Task Details

The Task Details tab within Task Manager provides key process information, including:
  • Priority: Enables task prioritization.
  • Status: The current process status.
  • Stage: Specific stages during process execution.
  • Comments: User comments.
  • History: Information such as task creation, creator, and status changes.
Task details
Please note that specific roles must be defined in a process to utilize all task management features. For configuration details, see Configuring Access Roles for Task Management.

Process status updates

Task Manager displays various statuses based on process state:

Swimlanes and Stages Updates

Task Manager also tracks swimlane and stage changes:

Swimlanes Updates

Stages Updates

Using the plugin

The Task Manager plugin offers a range of features tailored to different roles, including:
You can configure Task Manager to send information about your process by enabling the Use process in task management button at the node level. This allows the Task Manager plugin to send updates about the process.
To set up Task Management to send updates on your process, follow these steps:
  1. In FlowX Designer, open the desired process definition.
  2. Select the Settings tab from the left sidebar menu.
  3. Enable the Use process in task management toggle butto
Update task management
Some actions may be restricted based on user roles and access rights.
To set up Task Management to send extra updates on your process using only some specific areas of your process:
  1. In FlowX Designer, open your process definition.
  2. Click the Edit button.
  3. Select a node for Task Manager to trigger updates upon reaching.
  4. Enable the Update task management? switch.
You can configure this action for multiple nodes.
Update task management For detailed configuration steps, refer to the next section: Task Management plugin setup

Task Assignment and Reassignment

Consider this scenario: you’re the HR manager overseeing the onboarding process for new employees. In order to streamline this operation, you’ve opted to leverage a task manager plugin. This process consists of two key phases: the Initiation Stage and the Account Setup Stage, each requiring a designated team member. The Initiation Stage has successfully concluded, marking the transition to the Account Setup Stage. At this juncture, it’s essential to reassign the task, originally assigned to John Doe, to Jane Doe, a valuable member of the backoffice team.

Managing On-Hold Projects

As a project manager overseeing various ongoing projects, you may need to temporarily pause one due to unforeseen circumstances. To manage this, you use the “On Hold” status.

Adding Comments

When handling on-hold projects, document the reasons, inform the team, and plan for resumption. This pause helps address issues and ensures a smoother project flow upon resuming. Never forget to add comments:

Viewing the Application

In the task management tab, paste the application URL where the process is loaded, following this format:
Example:
You can also use a defined generic parameter as a URL: ${genericParameter}.

Bulk updates

Send bulk update requests via Kafka (using Process Engine) to perform multiple operations at once. Use the Kafka topic:
  • KAFKA_TOPIC_PROCESS_OPERATIONS_BULK_IN (defined in Process Engine) to send operations from “KAFKA_TOPIC_PROCESS_OPERATIONS_IN” as an array, allowing multiple operations at once. More details here.
Example of a bulk request:
For more information on bulk updates configuration, see Process Engine Setup: Process Engine Setup
Last modified on July 7, 2026