Usersubstitutionrequest widget - bluesoft-rnd/aperte-workflow-core GitHub Wiki

This widget is part of User substitution plugin (Since 2.0).

It allows to set a request for substitution, if Handle Substitution Acceptance Step is reached in this process, then request is handled and user is substituted.

Attributes

Attribute name Type Required Default value Description
requestMode Boolean False False If "requestMode" date "from" cannot be before current date.

Permissions

Permission name Description
EDIT Required to edit any form element inside this widget. Otherwise the form element is read only.

Examples

This example demonstrates usage of User Substitution Request Widget. Please do note, that the screenshot below shows this widget nested inside parent VerticalLayout widget.

<config.ProcessStateWidget className="UserSubstitutionRequest" priority="3">
<permissions>
<config.ProcessStateWidgetPermission privilegeName="EDIT" roleName=".*"/><config.ProcessStateWidgetPermission privilegeName="VIEW" roleName=".*"/></permissions>
<attributes>
<config.ProcessStateWidgetAttribute name="requestMode" value="true"/></attributes>
</config.ProcessStateWidget>

⚠️ **GitHub.com Fallback** ⚠️