5051525354555657585960
/* * Remove input data */ public void resetInputData() { WorkflowBean wfBean = getCurrentWorkflowBean(); wfBean.resetInputData(); } /* * Inject services */