The ''EditRequest'' activity asks a specified user to edit a page where a workflow is currently running. This activity consists of a form that simply provides information about editing the corresponding page and then submitting the change.
* Templates are accessed by the order of appearance on the page.
{| class="wikitable"
* Non-existing templates are counted as links, so they do not count in this list.
! colspan="2" |'''Short profile'''
* Params inside the template can be specified by their name, or the index in case of non-named params. Index for non-named params starts at 1 (not 0!), as to be consistent with how template params are accessed in the template itself.
| style="" |Name of the wiki page that includes the template(s).
|Due date for task completion
|<code>"Main_page"</code>
|date/timestamp
| style="" |string
|-
|-
|<code>user</code>
| style="width:70px;" |<code>assigned_user</code>
| -
|UIActivity
|Name of user that will be shown as revision user.
|Name of the user that should edit a page. Can be plain username (e.g. "WikiSysop") or user page ("User:WikiSysop"); Support for User-ID is not required
|<code>"WikiSysop"</code>
|string
|string
|-
|-
|<code>template-index</code>
| style="width:70px;" |<code>instructions</code>
| -
|InstructedActivity
|Index of the template on page (starting from 0).
|Text that is shown to the user, so he knows what to do; visible in the UI / form but is optional
|<code>"2"</code>
|int
|-
|<code>template-param</code>
| -
|Param to modify. Can be a string in case of named params, or a number, in case of non-named params (starting from 1, accessor for the param)
The EditRequest activity asks a specified user to edit a page where a workflow is currently running. This activity consists of a form that simply provides information about editing the corresponding page and then submitting the change.
Short profile
Name
EditRequest
Async
No
BPMN type
bpmn:userTask
BPMN Extension Element "wf:type"
edit_request
Properties
Name of property
Source
Description
Type
due_date
UIActivity
Due date for task completion
date/timestamp
assigned_user
UIActivity
Name of the user that should edit a page. Can be plain username (e.g. "WikiSysop") or user page ("User:WikiSysop"); Support for User-ID is not required
string
instructions
InstructedActivity
Text that is shown to the user, so he knows what to do; visible in the UI / form but is optional