Skip to content

Handlesubstitutionacceptance step

kkolodziej edited this page Jan 8, 2013 · 1 revision

This step implementation is part of User substitution plugin (Since 2.0). By invoking it Substitution request is handled.

Its is important that: request substitution widget was invoked before handler. Otherwise handler will not have necessary data.

Parameters

This step don't have any parameters or permissions to configure.

Example

This examples shows how to handle substitution request.

<java auto-wire="true" cache="false" class="pl.net.bluesoft.rnd.pt.ext.jbpm.JbpmStepAction" g="130,25,100,80" method="invoke" name="This_is_Sample_Aperte_Workflow_Demo" var="RESULT">
<field name="stepName">
<string value="HandleSubstitutionAcceptanceStep"/>
</field>
<field name="params">
<map>
</map>
</field>
<transition g="" name="ok" to="This_is_Sample_Aperte_Workflow_Demo_2">
</transition>
</java>
Clone this wiki locally