Hi All
We want to be able to reassign workflow in a manual input node like it's possible OOB in a task node, as shown in the images below.


We've accomplished to modify the LIBRARY.XML and add the button "Reassign" in the Manual Input dialog with the mxevent="directorinput" and value="reassign", like presented below, but when selecting the reassign button, the reassign dialog does not show up and closes the current dialog.
<dialog beanclass="psdi.webclient.system.beans.WorkflowBean" id="inputwf" label="Entrada Manual">
<section id="inputwf_sec1">
<radiobuttongroup dataattribute="ACTIONID" descattribute="instruction" id="inputwf_t2" valueattribute="actionid"/>
</section>
<section id="inputwf_sec2">
<textbox dataattribute="MEMO" id="inputwf_t3"/>
</section>
<buttongroup id="inputwf_bg1">
<pushbutton default="true" id="inputwf_b_1" label="OK" mxevent="dialogok"/>
<pushbutton id="inputwf_b_3" label="Reassignar" mxevent="directorinput" value="reassign"/>
<pushbutton id="inputwf_b_2" label="Cancelar" mxevent="dialogcancel"/>
</buttongroup>
</dialog>

Does anyone knows if this is possible to archive this requirement?
Thanks in advance
------------------------------
André Ramirez Cordeiro
------------------------------