How to return external application form to a page with workflows

I use Jdeveloper with ADF technology 11.1.2.3.

I have Unbounded in the workflow that contains the login.jspx and payTaskFlow page which is defined workflow.

After login.jspx should go to payTaskFlow. PayTaskFlow I mainPay.jspx this page will be called flows of external application.

It is: after the execution of external application flow how are we going to a page with in payTaskFlow. Using a configuration file that I can specify the URL of the page and the page is coming without any problem in that the page does not come with workflows. I mean it's isolated I can't navigate form this page to other pages with workflows.

Yes, the external application how do refers to the page with streams of tasks not directly using URL.




Problem solved.

My goal was to access a bounded task flows using URL. This can be done by typing the URL in a spatial way to mention the flow of tasks and its xml file id. It's average is discussed in this thread: https://community.oracle.com/message/4354496#4354496

As Timo said the stubborn workflow always begin activity by default. So, if we want to go to a specific page with streams of work then we should add a router and set it as the default activity; According to some setting the router will decide if we go the normal flow or to the specific page you want in the stubborn workflow.

Tags: Java

Similar Questions

Maybe you are looking for