Skip to content

Commit a1575ab

Browse files
authored
Clarify that assigned users count as participants
1 parent 6e56e90 commit a1575ab

File tree

1 file changed

+5
-5
lines changed
  • content/en/docs/refguide/modeling/application-logic/workflows/workflow-elements

1 file changed

+5
-5
lines changed

content/en/docs/refguide/modeling/application-logic/workflows/workflow-elements/multi-user-task.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -78,18 +78,18 @@ Specifies the microflow used to assign the multi-user task. This option is displ
7878

7979
#### Participant Input {#participant-input}
8080

81-
This property determines the maximum number of targeted users that are required to select an outcome to complete the multi-user task. The targeted users that are required to select an outcome for the multi-user task are participants of the multi-user task.
81+
This property determines the maximum number of participants that are required to select an outcome to complete the multi-user task. The participants are the targeted users of the user task and the assigned users of the user task.
8282

8383
Possible options of participant input are described in the table below:
8484

8585
| Participant Input | Description |
8686
| --- | --- |
87-
| All target users | All targeted users should select an outcome to complete the multi-user task. |
88-
| Absolute number | The specified amount of targeted users who should select an outcome to complete the multi-user task.<br><br>**Amount**: The property that defines the absolute number. |
89-
| Percentage | The specified percentage of targeted users who should select an outcome to complete the multi-user task. The result of applying the percentage will be rounded upwards to the nearest mathematical integer value.<br><br>For example, when there are 19 targeted users and the **Percentage** is set to `50%`, then 10 targeted users need to select an outcome to complete the multi-user task. |
87+
| All target users | All participants should select an outcome to complete the multi-user task. |
88+
| Absolute number | The specified amount of participants who should select an outcome to complete the multi-user task.<br><br>**Amount**: The property that defines the absolute number. |
89+
| Percentage | The specified percentage of participants who should select an outcome to complete the multi-user task. The result of applying the percentage will be rounded upwards to the nearest mathematical integer value.<br><br>For example, when there are 19 participants and the **Percentage** is set to `50%`, then 10 participants need to select an outcome to complete the multi-user task. |
9090

9191
{{% alert color="warning" %}}
92-
If the number of [targeted users](#users) is less than the absolute number specified in the [Participant input](#participant-input) section, it is impossible to complete the multi-user task and the workflow will fail.
92+
If the number of [particpants](#users) is less than the absolute number specified in the [Participant input](#participant-input) section, it is impossible to complete the multi-user task and the workflow will fail.
9393
{{% /alert %}}
9494

9595
#### Decision Method {#decision-method}

0 commit comments

Comments
 (0)