Description

The SetReminder activity sets a reminder for a specific user and page. The date for the reminder should be in format Y-m-d.

Short profile
Name SetReminder
BPMN type bpmn:Task
BPMN Extension Element "wf:type" set_reminder

Properties

Name of property Description
page The page for which to set the reminder
username User who approved the page
date Date for the reminder
comment Comment for the reminder
reminderID Reminder ID

Elements

# SetReminder Activity

Key: `set_reminder`
Type: automatic, no user interaction required

Example - set reminder for user WikiSysop on Main_Page for June 1st, 2022:

	<bpmn:task id="Activity_18egh9o" name="Add a reminder">
    	<bpmn:extensionElements>
			<wf:type>set_reminder</wf:type>
		</bpmn:extensionElements>
		<bpmn:property name="page" default="Main_Page"/>
		<bpmn:property name="username" default="WikiSysop"/>
		<bpmn:property name="date" default="2022-06-01"/>
		<bpmn:property name="comment" default="Just a reminder"/>
		<bpmn:property name="reminderId"/>
      <bpmn:incoming>Flow_1qh6vpl</bpmn:incoming>
      <bpmn:outgoing>Flow_0if1kyp</bpmn:outgoing>

    </bpmn:task>


## Description
This activity sets a reminder for a specific user and page.
Date for the reminder should be in format Y-m-d



PDF exclude - start

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

PDF exclude - end