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

(Created page with "==<span class="mw-headline">Description</span>== The ApprovePage activity will set the status of a page from ''draft'' to ''approved'' status. Flagging will be done with a special user-context to avoid permission errors. This activity can only be used for pages that have the approval feature (ContentStabilization) enabled. {| class="wikitable" |+ ! colspan="2" style="background-color:rgb(234, 236, 240);text-align:center;" class="...")
 
No edit summary
 
Line 1: Line 1:
==<span class="mw-headline">Description</span>==
==<span class="mw-headline">Description</span>==
The ApprovePage activity will set the status of a page from ''draft'' to ''approved'' status. Flagging will be done with a special user-context to avoid permission errors. This activity can only be used for pages that have the approval feature ([[Manual:Extension/ContentStabilization|ContentStabilization]]) enabled.
The UserFeedback activity sends a task to a user to provide feedback on the page where the workflow was initiated. It is possible to have multiple Feedback activities running on a page.  
{| class="wikitable"
{| class="wikitable"
|+
|+
Line 6: Line 6:
|-
|-
| style="" |Name
| style="" |Name
| style="" |ApprovePage
| style="" |UserFeedback
|-
|-
| style="" |Async
| style="" |Async
Line 12: Line 12:
|-
|-
| style="" |BPMN type
| style="" |BPMN type
| style="" |<code>bpmn:Task</code>
| style="" |<code>bpmn:userTask</code>
|-
|-
|BPMN Extension Element "wf:type"
|BPMN Extension Element "wf:type"
|<code>approve_revision</code>
|<code>user_feedback</code>
|}
|}


Line 25: Line 25:
! style="background-color:rgb(234, 236, 240);text-align:center;" class="" |'''Type'''
! style="background-color:rgb(234, 236, 240);text-align:center;" class="" |'''Type'''
|-
|-
| style="" |<code>comment</code>
| style="" |<code>assigned_user</code>
| style="" |The comment to be saved with the approval
| style="" |The comment to be saved with the approval
| style="" |string
| style="" |string
|-
|-
|<code>user</code>
|<code>instructions</code>
|User who approved the page
|User who approved the page
|int
|string
|-
|<code>comment</code>
|Comment provided to the assigned user
|string
|-
|<code>due_date</code>
|Task duration
|date
|}
|}

Latest revision as of 16:49, 19 June 2024

Description

The UserFeedback activity sends a task to a user to provide feedback on the page where the workflow was initiated. It is possible to have multiple Feedback activities running on a page.

Short profile
Name UserFeedback
Async Yes
BPMN type bpmn:userTask
BPMN Extension Element "wf:type" user_feedback

Properties

Name of property Description Type
assigned_user The comment to be saved with the approval string
instructions User who approved the page string
comment Comment provided to the assigned user string
due_date Task duration date




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

No categories assignedEdit

Discussions