1. Copy the INPUTWF dialogue from the LIBRARY.xml to your app XML.
2. Create a Condition with:
( :ACTIONID in (select distinct ACTIONID from WFACTION where PROCESSNAME = [YOUR PROCESS] and PROCESSREV= (select processrev from wfprocess where active = 1 and processname = [YOUR PROCESS]) ))
* You may need to change the query if your INPUT is in a Sub-process.
3. Create Global Data Restriction - Attribute Restriction
Object: WFINPUT
Attribute: MEMO
Application: YOUR APPLICATION
Type: REQUIRED
Reevaluate: Y
Condition: YOUR CONDITION
------------------------------
Maycon Belfort
BPD Zenith
------------------------------