-
Notifications
You must be signed in to change notification settings - Fork 191
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into update-rest-doc
- Loading branch information
Showing
32 changed files
with
227 additions
and
147 deletions.
There are no files selected for viewing
Binary file modified
BIN
+7.4 KB
(100%)
...-development/01-task-applications/img/tasklist-page-specifications-detailed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+10.8 KB
(110%)
docs/components/tasklist/img/tasklist-page-specifications.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-12.4 KB
(83%)
docs/components/tasklist/img/tasklist-start-screen_light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
55 changes: 55 additions & 0 deletions
55
docs/components/tasklist/userguide/defining-task-priorities.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
--- | ||
id: defining-task-priorities | ||
title: Defining task priorities | ||
description: "Organize and order your tasks with clear prioritization." | ||
--- | ||
|
||
import styles from "./styles.module.css"; | ||
|
||
You can add prioritization to [User Task elements](/components/modeler/bpmn/user-tasks/user-tasks.md) by specifying a priority value for a user task. This determines the task's importance in relation to other tasks within processes. | ||
|
||
- The task priority is an **integer** value ranging from 0 to 100, with a default value of 50. | ||
- A higher priority value indicates higher importance. | ||
|
||
When displayed in Tasklist, priority values are mapped to the following default labels: | ||
|
||
| Priority value | Default label | | ||
| :------------- | :------------ | | ||
| 0-25 | Low | | ||
| 26-50 | Medium | | ||
| 51-75 | High | | ||
| 76-100 | Critical | | ||
|
||
These labels give Tasklist users a clear view of task priority, making it easier to assess a task's urgency. This also makes sorting and filtering simple, helping users prioritize the most important tasks. | ||
|
||
## Step-by-step guide | ||
|
||
This step-by-step guide shows you how to define task priorities for Tasklist users. | ||
|
||
### 1. Model a BPMN Process | ||
|
||
Start by modeling your [BPMN process in Modeler](/guides/automating-a-process-using-bpmn.md), ensuring that the required user tasks are defined within the process. | ||
|
||
### 2. Set a Priority for User Tasks | ||
|
||
During user task configuration you can specify a priority value. You can also define the value using an [expression](/components/concepts/expressions.md). | ||
|
||
The priority value determines the task's importance relative to other tasks. | ||
|
||
![set-user-task-priority-in-modeler](img/modeler-user-task-priority.jpg) | ||
|
||
### 3. Deploy and Start the Process | ||
|
||
After the process is fully defined and all configurations are complete, the process can be deployed and started. The priority values are now associated with each user task within the process. | ||
|
||
### 4. Task Priority in Tasklist | ||
|
||
Tasklist users can view the tasks assigned to them within their task list. Each task card displays the assigned priority label, ensuring users have a clear understanding of the task's importance and priority. | ||
|
||
![set-user-task-priority-in-modeler](img/tasklist–tasks-with-priority.jpg) | ||
|
||
### 5. Sort Tasks by Priority | ||
|
||
Task users can sort tasks by priority. This helps users organize their workload by focusing on urgent items first. | ||
|
||
![set-user-task-priority-in-modeler](img/tasklist-tasks-with-priority-sorting.jpg) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed
BIN
-199 KB
docs/components/tasklist/userguide/img/task-filters/tasklist-default-filters.jpg
Binary file not shown.
Binary file added
BIN
+94 KB
docs/components/tasklist/userguide/img/task-filters/tasklist-default-filters.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-232 Bytes
(100%)
docs/components/tasklist/userguide/img/tasklist-claim_light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-1.14 KB
(99%)
docs/components/tasklist/userguide/img/tasklist-claimed-by-me-list_light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed
BIN
-88.1 KB
docs/components/tasklist/userguide/img/tasklist-complete-task_light.png
Binary file not shown.
Binary file modified
BIN
+86.4 KB
(200%)
docs/components/tasklist/userguide/img/tasklist-completing-task_light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+2.58 KB
(100%)
docs/components/tasklist/userguide/img/tasklist-notifications.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+21.2 KB
(130%)
docs/components/tasklist/userguide/img/tasklist-task-completed_light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+3.62 KB
(100%)
docs/components/tasklist/userguide/img/tasklist-task-details-form.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+4.85 KB
(110%)
docs/components/tasklist/userguide/img/tasklist-task-details-process-diagram.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-25.2 KB
(77%)
docs/components/tasklist/userguide/img/tasklist-task-ordering.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+230 KB
docs/components/tasklist/userguide/img/tasklist-tasks-with-priority-sorting.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+578 Bytes
(100%)
...mponents/tasklist/userguide/img/tasklist-with-variables-claimed-by-me_light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+221 KB
docs/components/tasklist/userguide/img/tasklist–tasks-with-priority.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.