How to open and navigate between human task forms in a same page?

Hi
I use Oracle BPM 11.1.1.5
I have a question about taskflows in BPM Application.
In ADF web application, I create a sipmle task flow and insert view id and bind these to jspx pages, my pages are opend in same page when
return an outcome.
For exapmle I have three pages like A,B,C.
In task flow, insert three view ids and bind to A,B,C.
My first pages is A, and when outcome is B navigate to B, when my outcome is C then navigate to C in a same page not separate pages.
But my problem is here.. in BPM Application when create task forms, every task has a separate task flow that there exist a single view id and a wild card flow in it.
In BPM workspace when initiate human task form is closed, I should press refresh button to see next human task form in task list table.
I tried to create a simple task flow and insert human task forms in it and navigate between these.. but show human task form in wrong display and don`t show some component and human task payload.
Now, my question : How to open and navigate between human task forms in a same page like software installation?

Having a separate Data Control for each human task is normally the case. There is a way to assign multiple human tasks to a single data control (and one task flow), but I don't think that this is going to help you with what I think you're trying to do.
If your human task is called "EmployeeDetail", then you'd use the data control associated with this for the UI pages in the task flow diagram that is associated with this human task. For example, you might have a first page that has just the basic employee information - the fields (at least the ID field) would come from the EmployeeDetail data control. When the end user clicks "Next", you might have this UI page flow to a second UI page in the task flow diagram that has the employee's address information. You might place the address fields from the EmployeeDetail data control onto this second UI page.
You might be asking how the work item instance can automatically flow to the next interactive activity in the process while staying inside the first interactive activity's human task's task flow diagram. This is not how it works - the task flow diagram models the end user interaction while inside a single human task that is tied to a specific interactive activity in the process. If you want a the end user to be able to move the instance through multiple interactive activities in the process in one interaction, look at "Activity Guides". Activity Guides do a nice job of this.
Dan

Similar Messages

  • How to open and save pictures from 1 folder at the same time?

    Is there a way to open and save pictures from 1 folder at the same time?
    I'm creating a vi that resizes the picture but I want to do it with 1 folder at a time... Is this possible?
    greetings!

    Hi Kway,
    Here you are. I wrote a file a customer times ago & It did what you want!
    Just see the attachements and keep me inform.
    Regards,
    Julien Roland - District Sales Manager
    NI Belgium - Technical Support
    Don't forget to rate a good answer
    Attachments:
    Test existing Files.vi ‏23 KB
    Delete files from array of files (SubVI).vi ‏16 KB

  • How to use External Routing in Human Task

    Hi,
    Could you please help me knowing how to create External Routing in Human Task in SOA Composite.
    Thanks

    When defining the external routing class in the .task, you can define the name value pairs which you want to pass to the program. Here you can pass dynamic values to the class as well by reading the appropiate node from the payload. In your class the name, value would be available in the "Map propertyBag" parameters in Rajiv's example link.
    Document says:
    Map of properties — When an assignment service is specified, a list of properties can also be specified to correlate callbacks with backend services that determine the task assignees.Or if you are too lazy to map many parameters and values, you can always read the whole Task task and then use getDocument and some xml reading to determine the values. This Task is the whole document.
    API:
    http://docs.oracle.com/cd/E17904_01/apirefs.1111/e10660/oracle/bpel/services/workflow/task/model/TaskType.html#getDocument__Document says:
    Task document — The task document that is executed by the workflow. The task document contains the payload and other task information like current state, and so on.Also you need to make sure that you are maintaining the state of the assignment class, doc says:
    The assignment service class cannot be stateful because every time workflow services need to call the assignment service, it creates a new instance.Thus if you are doing multiple serial assignments one after the another and if your server restarts in between, then the approval would start at the first assignee again. Suppose in Rajiv's doc link e.g., if the task is assigned to 'wfaulk' and the server restarts then the task would be assigned back to 'jstein'. In order to prevent this you need to modify the java code and each time the variable changes it's value you need to place it in a dehydration store. Also on each action over the process you need to reinitialize the variable from that dehydration store.
    -Bikash

  • How do I copy purchases between 2 itunes libraries on the same computer with different log ins and separate apple user ids?

    How do I copy purchases between 2 itunes libraries on the same computer with different log ins and separate apple user ids?

    Load the library which doesn't contain the songs and drag them into the open iTunes application window. If you need to move them between different computer user accounts, put them into /Users/Shared/.
    (74502)

  • Problem passing comments between human tasks - InputText Comment Invisible

    Hi,
    I want to pass the comments between three human tasks, i discover that it to works if i check reinitiate checkbox
    and link all human tasks with the antecedent.
    But, now i have another issue: When i create in the new button in the second human task, the inputText comment is invisible, see the image bellow:
    http://shareimage.org/images/ehmo4rrj80dbswt8fpms.png
    Why inputText comment is invisible ?
    Thanks.
    Victor

    Hi,
    I resolve partially this issue.
    Was a problem in my pageDef.xml. It works and now the inputText is visible.
    The only problem now is: when i make a CLAIM in the second human task, the filed comments is cleaned and the previous comments is losted.
    Why i have to do for comments don't disappear when i make a CLAIM ?
    Thanks
    Victor Jabur

  • How to open and closed posting period??

    Dear Gurus,
    Pls help me, how to open and closed posting period.when and how we used special period.
    Regrds
    Mahesh

    HI,
    Tcode is ob52
    here we generally provide the following details
    a/c type from a/c to a/c from period year to period year from period year to period
    +                                    1            2007   12         2007      13       2007   16
    + implies it applicable to all account types
    generally we can have maximum 4 special periods and total no of periods(normal+special) should not exceed 16
    generally we use special periods for year end adjustments like tax adjustments
    if it is useful assign me points

  • How to open and close posting period for both material  , n invoicing

    HI
    how to open and close posting period for both material  , n invoicing , AM NEW TO SD , SO ALL DOUBTS I DO POST IN HERE PLEASE DONT MIND

    Hi Sunaina
    Period Open T.code: MMP1
    Period Close T-Code: MMPV
    Automate the opening of MM periods 
    How can you automate the monthly opening of MM periods (transaction MMPV - program RMMMPERI) with 
    SM36?
    RMMMPERI accepts a period/year or a date.
    If you enter a date the period is derived by it.
    1. create a variant and check the attribute 'selection variable' for the parameter date. Then click the button 'Selection variables' and set the current date. Every time this variant is used the parameter DATE is filled with the current date.
    2. create a job for RMMMPERI with the variant created in the preceding step. Set it as periodic.
    If you're not using a fiscal year variant simply schedule it as monthly (to be executed the first day of the month).
    If you are using a fiscal year variant you'd have to define a calendar with only the first day of each period defined as working 
    day and use it in the periodicity restrictions.
    Another possibility:
    Write a very simple ABAP which run daily to check if the period has changed and submit RMMMPERI.
    Reward if useful to u

  • How to open and edit a TopLink .mwp file?

    I can not open the toplink_mappings.mwp file using JDeveloper tool.
    How to open and edit a TopLink .mwp file?
    Thank you

    Hi,
    Use JDeveloper to import the mwp project .In Jdeveloper,File->Import->ToplinkWorkbench->Select the .mwp file and can work from JDeveloper in editing the tlmap.xml and session.xml.
    Regards,
    P.Vinay Kumar

  • How do I share photos and music between different user accounts on the same macbook

    How do I share photos and music between different user accounts on the same Macbook? i.e. I want all to be able to access family photos when logged into their respective accounts. Same goes for the iTunes library. Hope this is possible...
    Thanks!

    To give other users read-only access to your iTunes library, use the Sharing features of iTunes. Sharing works over the local network as well as on the same computer. See the built-in help for details.
    To give others selective access to your iPhoto library, you have the option of using iCloud Photo Sharing, if the privacy implications don't bother you. The images will be stored temporarily on Apple servers.
    If you want to give full read/write access to more than one user, see the support articles linked below.
    iTunes: How to share music between different accounts on a single computer
    iPhoto: Sharing libraries among multiple users
    There is a way to share the library without moving it to a secondary volume. If you really need to do that, ask for instructions.

  • How to provide documentation on human task form

    Hi, I am working with BPM Suite and create many Form for Human Task with the wizard.
    I would know if it is possible to supply information/documentation for the user that will use the Human Task form and in what way ?
    thanks

    End user documentation can be entered once an Interactive activity in the process is created. At runtime, once work item instances reach this activity, the documentation entered for the activity will be visible to end users as help text in the Workspace when the "i" icon on the human task's form.
    This is done by first making the Documentation tab visible by selecting "View" from the menu -> click "Documentation". You'd then select the Interactive activity in the process -> enter the help/documentation text in the Documentation tab.
    Dan

  • Human Task form deployment issue

    Dear Experts,
    How to deploy Human Task form WAR file to the BPEL OC4J container through SOA em console. I have viewed through em console but i cant see any option for (war or ear ) work flow deployment. Please suggest.
    Thanks
    Rajesh A

    That i understood, depends upon client's request we are going to deploy. But i'm concerning my case here. To run a sample application whether it is enough to deploy both bpel process & Human task work floe form from JDeveloper or I have to use SOA server suite.
    Even I'm trying to deploy the whole Bpel process (includes both process & form) from JDeveloper to BPEL PM Server. I am getting following errors.
    | Deploying bpel process VR on anne, port 9700
    [deployProcess] Deploying process E:\jdev\work\VR\output\bpel_VR_1.0.jar
    [deployProcess] Successfully deployed the process "VR" on server "anne" and port "9700"
    deployTaskForm:
    [echo]
    | Deploying workflow form for VR on anne, port 9700
    [deployTaskForm] Exception occurred during event dispatching:
    [deployTaskForm] java.lang.NullPointerException
    [deployTaskForm]      at oracle.ide.view.View.isVisible(View.java:136)
    [deployTaskForm]      at oracle.ideimpl.ActiveViewHandlerImpl.getVisibleViews(ActiveViewHandlerImpl.java:468)
    [deployTaskForm]      at oracle.ideimpl.MainWindowImpl.getVisibleViews(MainWindowImpl.java:509)
    [deployTaskForm]      at oracle.ide.IdeMainWindow$UpdateVisibleActions.fireUpdate(IdeMainWindow.java:635)
    [deployTaskForm]      at oracle.ide.IdeMainWindow$UpdateVisibleActions.actionPerformed(IdeMainWindow.java:624)
    [deployTaskForm]      at javax.swing.Timer.fireActionPerformed(Timer.java:271)
    [deployTaskForm]      at javax.swing.Timer$DoPostEvent.run(Timer.java:201)
    [deployTaskForm]      at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
    [deployTaskForm]      at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
    [deployTaskForm]      at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
    [deployTaskForm]      at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
    [deployTaskForm]      at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:153)
    [deployTaskForm]      at java.awt.Dialog$1.run(Dialog.java:515)
    [deployTaskForm]      at java.awt.Dialog.show(Dialog.java:536)
    [deployTaskForm]      at java.awt.Component.show(Component.java:1300)
    [deployTaskForm]      at java.awt.Component.setVisible(Component.java:1253)
    [deployTaskForm]      at oracle.bali.ewt.dialog.JEWTDialog.runDialog(Unknown Source)
    [deployTaskForm]      at oracle.bali.ewt.dialog.JEWTDialog.runDialog(Unknown Source)
    [deployTaskForm]      at oracle.javatools.dialogs.ExceptionDialog.reallyShowExceptionDialog(ExceptionDialog.java:306)
    [deployTaskForm]      at oracle.javatools.dialogs.ExceptionDialog.showExceptionDialog(ExceptionDialog.java:229)
    [deployTaskForm]      at oracle.javatools.dialogs.ExceptionDialog.showExceptionDialog(ExceptionDialog.java:323)
    [deployTaskForm]      at oracle.javatools.dialogs.ExceptionDialog.showExceptionDialog(ExceptionDialog.java:342)
    [deployTaskForm]      at oracle.javatools.dialogs.ExceptionDialog.showExceptionDialog(ExceptionDialog.java:355)
    [deployTaskForm]      at oracle.ide.cmd.OpenCommand.openWithNoProject(OpenCommand.java:281)
    [deployTaskForm]      at oracle.ide.cmd.OpenCommand.mav$openWithNoProject(OpenCommand.java:51)
    [deployTaskForm]      at oracle.ide.cmd.OpenCommand$1.run(OpenCommand.java:206)
    [deployTaskForm]      at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
    [deployTaskForm]      at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
    [deployTaskForm]      at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
    [deployTaskForm]      at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
    [deployTaskForm]      at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
    [deployTaskForm]      at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
    [deployTaskForm]      at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
    [deployTaskForm] Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException
    [deployTaskForm]      at oracle.ide.view.View.isVisible(View.java:136)
    [deployTaskForm]      at oracle.ideimpl.ActiveViewHandlerImpl.getVisibleViews(ActiveViewHandlerImpl.java:468)
    [deployTaskForm]      at oracle.ideimpl.MainWindowImpl.getVisibleViews(MainWindowImpl.java:509)
    [deployTaskForm]      at oracle.ide.IdeMainWindow$UpdateVisibleActions.fireUpdate(IdeMainWindow.java:635)
    [deployTaskForm]      at oracle.ide.IdeMainWindow$UpdateVisibleActions.actionPerformed(IdeMainWindow.java:624)
    [deployTaskForm]      at javax.swing.Timer.fireActionPerformed(Timer.java:271)
    [deployTaskForm]      at javax.swing.Timer$DoPostEvent.run(Timer.java:201)
    [deployTaskForm]      at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
    [deployTaskForm]      at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
    [deployTaskForm]      at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
    [deployTaskForm]      at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
    [deployTaskForm]      at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
    [deployTaskForm]      at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
    [deployTaskForm]      at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
    [deployTaskForm] Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException
    [deployTaskForm]      at oracle.ide.view.View.isVisible(View.java:136)
    [deployTaskForm]      at oracle.ideimpl.ActiveViewHandlerImpl.getVisibleViews(ActiveViewHandlerImpl.java:468)
    [deployTaskForm]      at oracle.ideimpl.MainWindowImpl.getVisibleViews(MainWindowImpl.java:509)
    [deployTaskForm]      at oracle.ide.IdeMainWindow$UpdateVisibleActions.fireUpdate(IdeMainWindow.java:635)
    [deployTaskForm]      at oracle.ide.IdeMainWindow$UpdateVisibleActions.actionPerformed(IdeMainWindow.java:624)
    [deployTaskForm]      at javax.swing.Timer.fireActionPerformed(Timer.java:271)
    [deployTaskForm]      at javax.swing.Timer$DoPostEvent.run(Timer.java:201)
    [deployTaskForm]      at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
    [deployTaskForm]      at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
    [deployTaskForm]      at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
    [deployTaskForm]      at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
    [deployTaskForm]      at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
    [deployTaskForm]      at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
    [deployTaskForm]      at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
    [deployTaskForm] Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException
    [deployTaskForm]      at oracle.ide.view.View.isVisible(View.java:136)
    [deployTaskForm]      at oracle.ideimpl.ActiveViewHandlerImpl.getVisibleViews(ActiveViewHandlerImpl.java:468)
    [deployTaskForm]      at oracle.ideimpl.MainWindowImpl.getVisibleViews(MainWindowImpl.java:509)
    [deployTaskForm]      at oracle.ide.IdeMainWindow$UpdateVisibleActions.fireUpdate(IdeMainWindow.java:635)
    [deployTaskForm]      at oracle.ide.IdeMainWindow$UpdateVisibleActions.actionPerformed(IdeMainWindow.java:624)
    [deployTaskForm]      at javax.swing.Timer.fireActionPerformed(Timer.java:271)
    [deployTaskForm]      at javax.swing.Timer$DoPostEvent.run(Timer.java:201)
    [deployTaskForm]      at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
    [deployTaskForm]      at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
    [deployTaskForm]      at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
    [deployTaskForm]      at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
    [deployTaskForm]      at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
    [deployTaskForm]      at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
    [deployTaskForm]      at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
    [deployTaskForm] Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException
    [deployTaskForm]      at oracle.ide.view.View.isVisible(View.java:136)
    [deployTaskForm]      at oracle.ideimpl.ActiveViewHandlerImpl.getVisibleViews(ActiveViewHandlerImpl.java:468)
    [deployTaskForm]      at oracle.ideimpl.MainWindowImpl.getVisibleViews(MainWindowImpl.java:509)
    [deployTaskForm]      at oracle.ide.IdeMainWindow$UpdateVisibleActions.fireUpdate(IdeMainWindow.java:635)
    [deployTaskForm]      at oracle.ide.IdeMainWindow$UpdateVisibleActions.actionPerformed(IdeMainWindow.java:624)
    [deployTaskForm]      at javax.swing.Timer.fireActionPerformed(Timer.java:271)
    [deployTaskForm]      at javax.swing.Timer$DoPostEvent.run(Timer.java:201)
    [deployTaskForm]      at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
    [deployTaskForm]      at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
    [deployTaskForm]      at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
    [deployTaskForm]      at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
    [deployTaskForm]      at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
    [deployTaskForm]      at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
    [deployTaskForm]      at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
    [deployTaskForm] Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException
    [deployTaskForm]      at oracle.ide.view.View.isVisible(View.java:136)
    [deployTaskForm]      at oracle.ideimpl.ActiveViewHandlerImpl.getVisibleViews(ActiveViewHandlerImpl.java:468)
    [deployTaskForm]      at oracle.ideimpl.MainWindowImpl.getVisibleViews(MainWindowImpl.java:509)
    [deployTaskForm]      at oracle.ide.IdeMainWindow$UpdateVisibleActions.fireUpdate(IdeMainWindow.java:635)
    [deployTaskForm]      at oracle.ide.IdeMainWindow$UpdateVisibleActions.actionPerformed(IdeMainWindow.java:624)
    [deployTaskForm]      at javax.swing.Timer.fireActionPerformed(Timer.java:271)
    [deployTaskForm]      at javax.swing.Timer$DoPostEvent.run(Timer.java:201)
    [deployTaskForm]      at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
    [deployTaskForm]      at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
    [deployTaskForm]      at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
    [deployTaskForm]      at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
    [deployTaskForm]      at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
    [deployTaskForm]      at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
    [deployTaskForm]      at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
    [deployTaskForm] Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException
    [deployTaskForm]      at oracle.ide.view.View.isVisible(View.java:136)
    [deployTaskForm]      at oracle.ideimpl.ActiveViewHandlerImpl.getVisibleViews(ActiveViewHandlerImpl.java:468)
    [deployTaskForm]      at oracle.ideimpl.MainWindowImpl.getVisibleViews(MainWindowImpl.java:509)
    [deployTaskForm]      at oracle.ide.IdeMainWindow$UpdateVisibleActions.fireUpdate(IdeMainWindow.java:635)
    [deployTaskForm]      at oracle.ide.IdeMainWindow$UpdateVisibleActions.actionPerformed(IdeMainWindow.java:624)
    [deployTaskForm]      at javax.swing.Timer.fireActionPerformed(Timer.java:271)
    [deployTaskForm]      at javax.swing.Timer$DoPostEvent.run(Timer.java:201)
    [deployTaskForm]      at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
    [deployTaskForm]      at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
    [deployTaskForm]      at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
    [deployTaskForm]      at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
    [deployTaskForm]      at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
    [deployTaskForm]      at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
    [deployTaskForm]      at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
    [deployTaskForm] Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException
    [deployTaskForm]      at oracle.ide.view.View.isVisible(View.java:136)
    [deployTaskForm]      at oracle.ideimpl.ActiveViewHandlerImpl.getVisibleViews(ActiveViewHandlerImpl.java:468)
    [deployTaskForm]      at oracle.ideimpl.MainWindowImpl.getVisibleViews(MainWindowImpl.java:509)
    [deployTaskForm]      at oracle.ide.IdeMainWindow$UpdateVisibleActions.fireUpdate(IdeMainWindow.java:635)
    [deployTaskForm]      at oracle.ide.IdeMainWindow$UpdateVisibleActions.actionPerformed(IdeMainWindow.java:624)
    [deployTaskForm]      at javax.swing.Timer.fireActionPerformed(Timer.java:271)
    [deployTaskForm]      at javax.swing.Timer$DoPostEvent.run(Timer.java:201)
    [deployTaskForm]      at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
    [deployTaskForm]      at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
    [deployTaskForm]      at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
    [deployTaskForm]      at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
    [deployTaskForm]      at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
    [deployTaskForm]      at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
    [deployTaskForm]      at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
    [deployTaskForm] Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException
    [deployTaskForm]      at oracle.ide.view.View.isVisible(View.java:136)
    [deployTaskForm]      at oracle.ideimpl.ActiveViewHandlerImpl.getVisibleViews(ActiveViewHandlerImpl.java:468)
    [deployTaskForm]      at oracle.ideimpl.MainWindowImpl.getVisibleViews(MainWindowImpl.java:509)
    [deployTaskForm]      at oracle.ide.IdeMainWindow$UpdateVisibleActions.fireUpdate(IdeMainWindow.java:635)
    [deployTaskForm]      at oracle.ide.IdeMainWindow$UpdateVisibleActions.actionPerformed(IdeMainWindow.java:624)
    [deployTaskForm]      at javax.swing.Timer.fireActionPerformed(Timer.java:271)
    [deployTaskForm]      at javax.swing.Timer$DoPostEvent.run(Timer.java:201)
    [deployTaskForm]      at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
    [deployTaskForm]      at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
    [deployTaskForm]      at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
    [deployTaskForm]      at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
    [deployTaskForm]      at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
    [deployTaskForm]      at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
    [deployTaskForm]      at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
    [deployTaskForm] java.io.FileNotFoundException: E:\jdev\work\UserTasks\bpel\bpel\bpel.xml (The system cannot find the path specified)
    [deployTaskForm]      at java.io.FileInputStream.open(Native Method)
    [deployTaskForm]      at java.io.FileInputStream.<init>(FileInputStream.java:106)
    [deployTaskForm]      at java.io.FileInputStream.<init>(FileInputStream.java:66)
    [deployTaskForm]      at sun.net.www.protocol.file.FileURLConnection.connect(FileURLConnection.java:70)
    [deployTaskForm]      at sun.net.www.protocol.file.FileURLConnection.getInputStream(FileURLConnection.java:161)
    [deployTaskForm]      at java.net.URL.openStream(URL.java:1007)
    [deployTaskForm]      at oracle.xml.parser.v2.XMLReader.openURL(XMLReader.java:2551)
    [deployTaskForm]      at oracle.xml.parser.v2.XMLReader.pushXMLReader(XMLReader.java:285)
    [deployTaskForm]      at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:260)
    [deployTaskForm]      at oracle.tip.tools.ide.pm.ide.bpel.jdeveloper.JDevBPELProject.getDeploymentFile(JDevBPELProject.java:242)
    [deployTaskForm]      at oracle.tip.tools.ide.common.ide.bpel.BPELProjectUtil.setPartnerLinkWSDLLocations(BPELProjectUtil.java:636)
    [deployTaskForm]      at oracle.tip.tools.ide.pm.ide.bpel.jdeveloper.JDevBPELProject.setPartnerLinkWSDLLocations(JDevBPELProject.java:354)
    [deployTaskForm]      at oracle.tip.tools.ide.pm.addin.PMModel.createProcessFromDocument(PMModel.java:227)
    [deployTaskForm]      at oracle.tip.tools.ide.pm.addin.JDevBPELEditor$4.run(JDevBPELEditor.java:394)
    [deployTaskForm]      at java.lang.Thread.run(Thread.java:595)

  • Not able to access human task form (11.1.1.4)

    I installed SOA Suite with BPM Suite 11.1.1.4. I ran into quite a few issues. The biggest one is I am not able to access the human task form in BPM workspace even for the new application created in 11.1.14.
    Do you have such issue? I am not sure if it is a bug or is related to my specific installation. I followed the document “Quick Start Guide for Oracle® SOA Suite 11gR1 (11.1.1.4.0) Version 1.6” for the installation. The only difference is that I installed the generic version of WebLogic and JDev and configured them to use JDK 64-bit version since my OS is windows 7 (64-bit). Before, I had installed 11.1.1.3 with 64-bit and it was working fine. The only tool installed with 32-bit is the JDev 11.1.1.3. Since JDev 11.1.1.4 is supporting 64-bit, I installed everything with 64-bit for this time.
    The details of the error are the following:
    With JDev 11.1.1.4, I created a new application which has a simple BPM process with 3 flow objects: start event-user activity-end event. The human task has the auto-generated task form. I deployed the application to the SOA server.
    When testing the application, the task was created and listed in the BPM workspace. But when I clicked the task link to open the task form, the web page was hanging. I noticed the following log was REPEATED again and again in the access.log:
    140.98.125.168 - - [20/Apr/2011:10:28:08 -0400] "GET /workflow/TestpsUI/faces/adf.task-flow?bpmWorklistTaskId=2a5b4ad1-823f-4615-8a7e-c5449a7be814&bpmWorklistContext=12aa4934-991a-487c-b7f3-5159808c399a%3B%3BtbcZXSd1E1LVZv8OIaLZGd21meLUMNkYSMsmz60kNKoEaJ1N53wy3zyRYA%2BunyKF9UNi50fPHKtaXY6IqKbh%2Fu68WebTan3zCwGsUNmNMaw8aLEygS5qb2cOGx2qGal86F%2FgiRka874PYLXhohFdDPCQyoxre2p7IgpsloLHq2rh7T3zWGnyOjLdC7Qw0Geb20Kfp8XA2UUIoxaxTHS6YFPQqqs%2FzIkyEsgMNQJMDbYYGdceRL2sT8rMkBXpmQ0r&bpmWorklistHttpURL=http%3A%2F%2Flocalhost%3A7001%2Fbpm%2Fworkspace%2Ffaces&bpmWorklistHome=home.jspx&bpmWorklistReassign=reassignTask.jspx&bpmWorklistRoute=routeTask.jspx&bpmWorklistRequestInfo=requestInfo.jspx&bpmWorklistSecurity=signTask.jspx&tz=America%2FNew_York&lg=en&cy=US&vr=&dispNameLg=en&dispNameCy=US&dispNameVr=&df=medium&dt=both&tf=short&bpmWorklistSessionTimeoutInterval=900&soaUrl=http%3A%2F%2F140.98.125.168%3A7001&bpmBrowserWindowStatus=taskFlowReturn&adf.tfDoc=%2FWEB-INF%2FHumantask_TaskFlow.xml&adf.tfId=Humantask_TaskFlow&_task-flow-return=http%3A%2F%2Flocalhost%3A7001%2Fbpm%2Fworkspace%2Ffaces%2Fadf.task-flow-return%3F_adf.ctrl-state%3De1i6yi1gq_35&_adf.winId=e1i6yi1gq_26&_afrLoop=7156779026094&_afrWindowMode=0&_afrWindowId=null HTTP/1.1" 200 5478
    Please help if you know what is going on for the issue.
    Thanks a lot,
    Helen

    Go to OEM, select the SOA Composite application you deployed.
    Under Component Metrics … click the link of the Human Workflow Component that you have the issue
    The settings of the Human Workflow Component would be displayed
    Click the Administration tab, you will get the URI setting for the human task
    update the Host name etc. as you want and click "OK" then click "Apply"
    Please note: this is just a shortcut for my own dev-env. I have not got the time to figure out why this happens. It is sure not the right solution for the production if we have the issue in the prod-env, I think.

  • ADF Human Task Form

    Hi all,
    I created a BPEL process with Human task activity and Auto generated a Human task form(ADF Form).
    after deploying the process ,in the work list console im able to see the task details and task form is also displayed.
    if isome values are upadted in ADF task form it does not get dispalyed in the form.once if i refersh manually i m able to see the changes.
    how can i make the task form refersh automatically say for example after each and every minute.
    Any suggestions?
    Thanks,
    karthik

    Hi Frank,
    i was looking into this document : http://download.oracle.com/docs/cd/E12839_01/integration.1111/e10224/bp_designtf.htm#CACFCJFE
    26.3.2 How To Create an ADF Task Flow Based on a Human Task.
    Here ADF pages are auto generated...
    Any suggestion from you where i can go and edit the auto generated task forms so that it can refersh itself automatically.
    Regards,
    karthik

  • Instructions to deploy human task forms into production environments

    What is the easiest way to deploy BPEL human task forms into a production environment? Can we use ant? Where can I find the document?

    What do you mean by "a while"? I gave it quite a bit of time, at least 10 minutes. I'm not quite sure how to reference the different views, so we are talking about the same thing. So let me try to explain what I did.
    From the Console home I click on the project I am interested in which gets me to the
    project home with components listed (BPELProcess and Humantask) and instance IDs below. I click on the instance I want to see and get the
    Flow Trace page. I then click on the BPELProcess to get the
    Instance Detail page.
    The first time I went thru this sequence BPELProcess and Humantask where both "running" on the Flow Trace page and on the Instance Detail page I get what I expect "waiting for 'onTaskCompleted'
    After responding to the task:
    I get "Completed Successfully" for the BPELProcess on the Flow Trace page. Even after several minutes and starting up the console from the start again, when I went to the Instance Detail page it still showed "waiting for 'onTaskCompleted' both on the Audit tab and the Flow-Debug tab. The Instance Detail for the Humantask showed Intitated, Outcome Updated and Completed.
    Hope this is clearer.
    Interestingly enough, I just went back to be sure I was naming everything correctly for this reply and found that the BPELProcess detail for that same instance now shows detail to completion. Now this is a few hours later and the server has gone down and restarted 2 or 3 times with errors. I'll start another thread with the errors so any response doesn't get lost within human task.

  • How do I share files between computers (mac's) on the same wireless network?

    How do I share files between computers (mac's) on the same wireless network?

    Turn on File Sharing in System Preferences - Sharing, then you should be able to see them in the other Macs' Finder sidebars (under Shared). Click on them, click Connect As, and log in with the user credentials you're sharing from.
    Matt

Maybe you are looking for