Hello,
Ok, I've been googling a lot, and tried to find the answer for this. I've come across alot of articles and posts, however none which met my needs completely.
I've read the "Launching a task-flow" and also these forum posts:
The thing I'm trying to do is quite straight-forward.
I've defined a few jspx-pages in my custom adf-library, lets call them:
-page1.jspx
-page2.jspx
page2 is dependant on page1, and the flow goes from page1 to page2.
I would like to add a link in the same section as the default actions, like
Administration
> User
> Roles
> etc..
With my own, like this:
Some heading
> My cool link
WHen clicking my cool link, the page "page1" should open in a new tab in OIM.
So, anyone got a super-simple example on how to initiate my taskflow/show my jspx-pages?
Regards,
Vegard
PS: Sorry if this question is "Cpt. obvious", its not obvious to me :-)
PPS: Yeah, Im new to ADF, OIM etc - but I've worked with spring etc a long time, so this is just "startup issues".