Manual:Extension/Workflows/Activity/GroupFeedback: Difference between revisions

No edit summary
No edit summary
 
(No difference)

Latest revision as of 17:04, 19 June 2024

Description

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.

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

Properties

Name of property Description Type
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>




To submit feedback about this documentation, visit our community forum.

No categories assignedEdit

Discussions