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
Post a Comment