Version vom 21. Mai 2025, 12:43 Uhr von Laetitia Huyghe (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „== Navigiert zu dieser Überschrift<span class="mw-headline">Beschreibung</span> == This activity allows users from the group specified in the <code>assigned_group</code> (or <code>assigned_users</code>) property to provide feedback on the workflow. The feedback can be a comment, a rating, or both. The activity can be configured to require a minimum number of users to provide feedback before the workflow can continue. The actual number of required users i…“)
(Unterschied) ← Nächstältere Version | Aktuelle Version (Unterschied) | Nächstjüngere Version → (Unterschied)

Navigiert zu dieser ÜberschriftBeschreibung

This activity allows users from the group specified in the assigned_group (or assigned_users) property to provide feedback on the workflow. The feedback can be a comment, a rating, or both. The activity can be configured to require a minimum number of users to provide feedback before the workflow can continue. The actual number of required users is controlled by threshold properties.

Kurzprofil
Name GroupFeedback
Async
BPMN type bpmn:task
BPMN Extension Element "wf:type" group_feedback

Properties

Name des Extension Elements Beschreibung Typ
assigned_group Name of a wiki group string
assigned_users Individual user string
instructions Instructions provided to the assigned users string
comment Comment saved with this task string
due_date Task duration date
threshold_unit Number of users or percentage of assigned users string
threshold_value absolute number or percentage integer

Example

<bpmn:task id="GroupFeedback" name="Group feedback">
	<bpmn:extensionElements>
		<wf:type>group_feedback</wf:type>
	</bpmn:extensionElements>
		<!-- Can be substituted for `assigned_users` to defined a fixed set of assigned users, instead of a group -->
		<bpmn:property name="assigned_group">sysop</bpmn:property>

		<bpmn:property name="instructions"></bpmn:property>
		<bpmn:property name="comment"/>
		<bpmn:property name="users_feedbacks"/>
		<bpmn:property name="due_date">20221201101010</bpmn:property>
		<bpmn:property name="threshold_unit">user</bpmn:property>
		<bpmn:property name="threshold_value">2</bpmn:property>
  ...

</bpmn:task>



PDF-Ausschluss - Start

Feedback zur Dokumentation ist im Community-Forum möglich.

PDF-Ausschluss - Ende