java - ADF Call a bounded taskflow from managed bean -


i need invoke bounded task flow managed bean. able call managed bean method event listener in application.

how launch bounded task flow method?

please help.

thanks,
sash

if tabcontext available. else pass tab context parameter

try {     tabcontext.getcurrentinstance().settabsrendered(true);     tabcontext.getcurrentinstance().addorselecttab("your tab name",                                                        "/web-inf/task-flow-definition.xml#task-flow-definition"); } catch (tabcontext.taboverflowexception e) {     e.printstacktrace(); } 

refer: taskflow


Comments

Popular posts from this blog

wordpress - (T_ENDFOREACH) php error -

Export Excel workseet into txt file using vba - (text and numbers with formulas) -

Using django-mptt to get only the categories that have items -