How start Train (as Initiator) from BPM

Hello everyone,
I'm a newbe and I'm in trouble with my first ADF train initiator from BPM 11.1.1.7.
This is the story:
created a train using an ADF Unbound Task Flow following this tutorial:
Oracle JDeveloper 11g Release 2 Tutorials - Creating a Train Using an ADF Bounded Task Flow
wired my HumanTask with the ADF train.
The ADF Train project has one unbound task flow and one boundend task flow.
Added a empty jspx page to my unbounded task flow and consume the bounded task flow as a region on that page.
Deployed on WLS and when started from bpm workspace I get this error:
'oracle.adf.controller.ControllerException: ADFC-14004: The ADF Controller cannot execute task flow '/WEB-INF/Start_TaskFlow.xml#Start_TaskFlow' that uses page fragments in the root view port.'
I think that my BPM process still calling the unbound task flow instead of the outbound.
How can I set my unbound TF to start when BPM passes control to the Human Task?
Any suggestions?
Thank you so much for any suggestions and help.
Fairlie

Hi Dan,
I've created another bounded task flow with a jspx page and consume my train(with fragments) as region into its.
Replaced the reference <taskFlowFileLocation> into the Human Task with the new task flow(the one with the jspx page the old one was the train) , but I still have the same error.
"oracle.adf.controller.ControllerException: ADFC-14004: The ADF Controller cannot execute task flow that uses page fragments in the root view port."
Do I have to clean the cache? Maybe WLS keeps in memory old reference to train task flow?
Thanks a lot for your help!
fairlie

Similar Messages

  • How to create XML string from BPM Business Object?

    Hello,
    I have a business object in my BPM project and I need to transform it in a XML string:
    From:
    Business Object: Customer
    Properties:          Name, Age
    To:
    "<Customer><Name>Robert</Name><Age>17</Age></Customer>"
    How can I do this?
    Thanks.

    Hello,
    I have a business object in my BPM project and I need to transform it in a XML string:
    From:
    Business Object: Customer
    Properties:          Name, Age
    To:
    "<Customer><Name>Robert</Name><Age>17</Age></Customer>"
    How can I do this?
    Thanks.

  • How to get pulse readout from BPM analysis in biomed startup kit

    Hello,
    We are trying to obtain an instantaneous pulse reading from a Vernier Go EKG sensor.  We tried writing our data to an array in a for loop, then exporting the array to the "array in" node on the BPM analysis tool.  We would like a chart displaying the EKG (which we have) and the instantaneous pulse readout (which we get a readout that says not a number).  HELP!
    Attachments:
    EKG.vi ‏18 KB

    Hi TFleck!
    I want to premise my response by saying Steve.J had a great suggestion, there might be users in the Biomedical User Group who can help you with this hardware or maybe you could contact Vernier as the Vernier Go EKG sensor and the VI in your attached file uses SubVIs supported by Vernier. In addition, it looks like Vernier provides some tutorials.
    Given that suggestion and that I do not have this hardware to test with, there are a couple of things in the VI that look like they could be related to your issue. First, the parameters cluster line from the Read VI output is not connected through to the BPM VI. You might have to wire the parameters so the BPM VI gets the correct configuration data. Second, the BPM VI has an input called Analysis method and the default for that terminal is point-by-point analysis. It looks like the VI you wrote is using data array analysis, so I would recommend creating a constant on that terminal and trying Analyze Data Array.
    Hopefully that helps, but if not, maybe someone in the Biomedical User Group knows more about the device or you can contact Vernier and they can support you with some examples.
    Milan

  • ** Is it possible to call a Proxy from BPM ?

    Hi friends,
    Our requirment is to take the thru JDBC (data required to create Sales Order) and call the Standarad BAPI 'BAPI_SALESORDER_CREATEFROMDAT2'. Since BAPI is not able to handle multiple sales order, we want to use this BAPI in inbound proxy and want to call from BPM.
    Since we want to call continuous BAPIs one by one, (Sales Order, Delivery, Invoice) we want to design this scenario using BPM.
    I understand that we are not able to create proxy for Abstract Interfaces. BPM only understands abstract interface. In this case, how do we call proxy from BPM? Is there any other possibility?
    Kindly reply friends.
    Kind Regards,
    Jegatheeswaran P.

    hey,
    yeah its possible..
    Check this.
    /people/vanita.thareja2/blog/2006/05/23/bpm-sending-message-asynchronously-and-getting-the-response-from-synchronous-system-using-abap-proxies
    These replies too..
    Proxy in BPM
    BPM file to ABAP proxy
    Thanks,
    Vijaya.
    Edited by: Vijaya Lakshmi Palla on Jun 4, 2008 5:32 AM

  • Call BPEL from BPM 11g

    How to call BPEL process from BPM process in 11g? Please help!!!

    Hi,
    This is quite an old thread but does anyone knows about a way to do that without having to define a Webservice reference in the middle. it seems to be a pitty to add this overhead just to be able to call processes that are in other project and finally live on the same SOA server.
    I have the feeling that inter process call / signal management is well supported when you have everything in the same JDEV project but as far as I have seen it does not seem to be really the best in terms of composite life-cycle management (that should be able to evolve independently). Does anyone has some explanation about this design ?

  • Sending Email from BPM

    Can anybody explain the process to send an email from BPM: (I must use BPM)
    Scenarion in BPM:
    1) RECEIVE step receives File
    2) SEND step sends the file
    3)* Need send to send an email based on the flag in the file recived in step 1.
    <b>My difficulty:</b>
    1) <b>How to receive the email content into BPM?</b>
    2) When I try to receive the email content usng RECEIVE step in SWITH, it is asking for <b>CORRELATION</b>
    3) I Defined a correlation in the first RECV STEP on the SUBJECT of the email
    4) I am getting an error in SWITCH statment saying the condition I am using is invalid (flag in the file)
    <b>My Design:</b>
    RECV>SEND>SWITCH(File flag: 0 OR 1)
    I am totally confused as to how to send an email from BPM.
    Using SWITCH
    Any help is greately appreciated..

    Hi Venu,
    What i understand is that you are receiving one file and then sending the file as well as sending mail.
    So here you can avoid using BPM.
    But still if you want to use..
    Corelation is also not required in this case since you will be receiving files only once in your BPM.
    You dont need switch.
    We use switch when we have a situation where messages are coming from different systems and any message can trigger the BPM.
    Are you receiving the email content in the first receive?
    Regards,
    Sumit
    Message was edited by: Sumit Khetawat

  • ** How to deliver multiple files using BPM (From RFC output)

    Hi Friends,
    I am doing File-RFC-File scenario using BPM. I am using BAPI_SFLIGHT_GETLIST as my RFC (Standard RFC). If we execute this RFC, it will return the results in tables form. Assume that, the inputs to RFC is like below.
    FromCountryKey : US
    FromCity: NEW YORK
    ToCountryKey: DE
    ToCity: FRANKFURT.
    The outputs from the RFC is like below.
    26 Entries
    CAR
    CONN
    FLDATE
    AIR
    AIR
    DEPTIME
    SEATSMAX
    SEATSOCC
    |
    DL
    0106
    19.05.2008
    JFK
    FRA
    19:35:00
    280
    266
    UA
    3516
    20.05.2008
    JFK
    FRA
    16:20:00
    380
    364
    LH
    0401
    23.05.2008
    JFK
    FRA
    18:30:00
    220
    209
    LH
    0401
    28.05.2008
    JFK
    FRA
    18:30:00
    220
    208
    UA
    3516
    28.05.2008
    JFK
    FRA
    16:20:00
    380
    367
    DL
    0106
    16.06.2008
    JFK
    FRA
    19:35:00
    280
    261
    UA
    3516
    17.06.2008
    JFK
    FRA
    16:20:00
    380
    357
    LH
    0401
    20.06.2008
    JFK
    FRA
    18:30:00
    220
    213
    DL
    0106
    14.07.2008
    JFK
    FRA
    19:35:00
    280
    1
    UA
    3516
    15.07.2008
    JFK
    FRA
    16:20:00
    380
    86
    LH
    0401
    18.07.2008
    JFK
    FRA
    18:30:00
    220
    123
    DL
    0106
    11.08.2008
    JFK
    FRA
    19:35:00
    280
    56
    UA
    3516
    12.08.2008
    JFK
    FRA
    16:20:00
    380
    67
    LH
    0401
    15.08.2008
    JFK
    FRA
    18:30:00
    220
    114
    DL
    0106
    08.09.2008
    JFK
    FRA
    19:35:00
    280
    0
    UA
    3516
    09.09.2008
    JFK
    FRA
    16:20:00
    380
    164
    LH
    0401
    12.09.2008
    JFK
    FRA
    18:30:00
    220
    64
    DL
    0106
    06.10.2008
    JFK
    FRA
    19:35:00
    280
    80
    UA
    3516
    07.10.2008
    JFK
    FRA
    16:20:00
    380
    8
    LH
    0401
    10.10.2008
    JFK
    FRA
    18:30:00
    220
    16
    DL
    0106
    03.11.2008
    JFK
    FRA
    19:35:00
    280
    11
    UA
    3516
    04.11.2008
    JFK
    FRA
    16:20:00
    380
    33
    LH
    0401
    07.11.2008
    JFK
    FRA
    18:30:00
    220
    53
    DL
    0106
    01.12.2008
    JFK
    FRA
    19:35:00
    280
    0
    UA
    3516
    02.12.2008
    JFK
    FRA
    16:20:00
    380
    45
    LH
    0401
    05.12.2008
    JFK
    FRA
    18:30:00
    220
    25
    |
    We need to create output file for each record. In this case, the system should generate 26 output files.
    I imported the RFC and created the required interfaces and designed BPM also.
    Start --> Receive step --> Synchronous Send --> Asynchronous Send
    But, I stuck in how to deliver each record to the output file from BPM.
    Any idea, friends. (like using BPM Multi-line option. or 'Receiver From' property in the Send Step)
    Kindly help me friends to solve this issue.
    Thanking you.
    Kind Regards,
    Jeg P.

    Hi
    You can do it by creating one another message interface having structure same as your table.
    What you have to do is create a mapping in such a way that for each record in table one message(newly created) must be created.
    Use that mapping in an interface mapping, remember occurence of target message should be 0..Unbounded both in message mapping and interface mapping.
    Now create one single line message and one multiline message in BPM for newly created message.Use transformation step with new interface mapping, mention source(RFC response) and target message(use multiline element of new message) for the transformation step.
    Use send step inside a block,set block mode to "forEach", and attach new message to that send step.
    Use multiline and single element of new message in the property window of block.
    Now your BPM will look like
    Start ---> Receiver ---> Synchronous send ---> Transformation ---> Block ---> Async Send(within block)
    I think in this way you can implement what you want.
    Regards
    Sami
    Reward points if helpful.

  • ** Start a workflow from BPM

    How do we start a workflow from BPM ? (For example, to send messages to that workfolw and receive messages like these purposes)
    Kind Regards,
    Jeg P.

    hi jeg.
    here some blogs and pdfs about BPM to understand how to use it
    /people/shabarish.vijayakumar/blog/2005/08/03/xpath-to-show-the-path-multiple-receivers
    http://help.sap.com/saphelp_nw04/helpdata/en/3c/831620a4f1044dba38b370f77835cc/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/62/dcef46dae42142911c8f14ca7a7c39/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/de/766840bf0cbf49e10000000a1550b0/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/cb/15163ff8519a06e10000000a114084/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/08/16163ff8519a06e10000000a114084/content.htm
    Many other examples can be found under the following link at help.sap.com
    http://help.sap.com/saphelp_nw04/helpdata/en/14/80243b4a66ae0ce10000000a11402f/frameset.htm
    And some weblogs
    https://weblogs.sdn.sap.com/pub/wlg/1403 [original link is broken] [original link is broken] [original link is broken]
    /people/siva.maranani/blog/2005/05/22/schedule-your-bpm *****
    /people/krishna.moorthyp/blog/2005/06/09/walkthrough-with-bpm
    /people/michal.krawczyk2/blog/2005/06/11/xi-how-to-retrieve-messageid-from-a-bpm
    /people/arpit.seth/blog/2005/06/27/rfc-scenario-using-bpm--starter-kit
    /people/sravya.talanki2/blog/2005/08/24/do-you-like-to-understand-147correlation148-in-xi
    /people/michal.krawczyk2/blog/2005/09/04/xi-do-you-realy-enjoy-clicking-and-waiting-while-tracing-bpm-steps *****
    Hope helps
    Rodrigo

  • How can i disable imessage from automatically starting up when i turn on macbook air?

    how can i disable imessage from automatically starting up when i turn on macbook air? i dont know my imessages to pop up on my laptop when it turns on. But i dont want to disable imessage totally on my macbook.

    Welcome to the Apple Support Communities
    First of all, check that Messages is closed when you turn off your MacBook. This is so important because, by default, OS X will reopen all opened apps the next time you start your Mac.
    Apart from that, when you go to  > Shut Down, or  > Restart, in the window you see to restart or turn off your MacBook, unmark "Reopen windows when logging back in". This will avoid that your Mac opens all opened apps the next time you start the MacBook, so Messages won't start automatically at startup

  • Where can I find the Start up disk and how can I delete file from it.

    where can I find the Start up disk on theMac Book Air?
    How can I delete files from it?

    The startup disk is the internal SSD in your MBA.  You may delete files by draging the file  to Trash (or clicking on them and then execute COMMAND+Delete).  Then empty Trash.
    Ciao.

  • How do I stop iTunes from starting up in the other active Windows sessions?

    I have multiple (3) user accounts on a windows (Vista) computer. When I start iTunes from one account iTunes wants to also start up on each of the active windows accounts and continues to attempt to start iTunes after some time period (90 seconds?).
    I get a error screen on the attempts for the User that should not be starting iTunes that reads:
    You cannot open the application "iTunes" because another user has it open.
    Ask the other user to quit the application, then try again.
    I want iTunes to run within only one account. How do I stop iTunes from starting up in the other active accounts?

    Connect iPhone - iTunes will launch
    select iPhone in iTunes' left column
    in iTunes' main window untick "Automatically sync ..."

  • How do I stop Itunes from automatically starting?

    Itunes automatically turns on when the computer is powered up, but Itunes is not in the startup folder.
    How do I stop Itunes from auto starting?

    10 minutes later: iTunes will not startup if the iPod is not plugged in upon boot up. If the system sees the iPod plugged in upon boot, then system will start. This seems to be done with the help of iTuneshelper.exe and /or iPodService.exe. if you don’t want iTunes to start automatically when the system boots do not have your iPod plugged in. if you want to be able to keep the iPod plugged in then you are going to have to msconfig at the start run command and stop the iTuneshelper.exe in the startup service area. This should stop the iTunes from starting up when the unit is plugged in and you are booting up. Sorry for the long sentences but thats a possiable fix, enjoy.

  • How do I stop Safari from automatically opening when I start iTunes?

    A couple months ago, something very strange started happening.
    Every time I open iTunes, Safari starts up opened to this page:
    file:///Applications/OmniGraffle.app/Contents/Resources/ja.lproj/OmniGraffle%20H elp/index_Customizing.html
    It is an HTML page for "OmniGraffle Help," even though I have never installed OmniGraffle.
    Anyone know how this came to be and how I can prevent this from happening anymore? Thanks for any help.

    Hi
    This may have something to do with the "Automatically retrieve invitations from Mail" option being enabled? Click on the iCal Menu > Preferences > Advanced. It may also be the Alarms setting? This is for 10.6 iCal so it may be in a different place for 10.5?
    Tony

  • How do you remove items from the start up disc

    How do you remove items from the start up disc?

    Freeing Up Space on The Hard Drive
    You can remove data from your Home folder except for the /Home/Library/ folder.
    Visit The XLab FAQs and read the FAQ on freeing up space on your hard drive.
    Also see Freeing space on your Mac OS X startup disk.

  • How do i copy files from my macbook pro to my hard drive? These files were previously started on my old dell.

    how do i copy files from my macbook pro to my hard drive? These files were previously started on my old dell.

    More then likely that external drive is formatted the Windows NTFS format which Mac OS X can Read but it can not Write to that format. So you would need to copy all the data off that drive, to either a Windows PC or to your Mac, thenn use the Mac to format it for the Mac OS. Which would be Mac Extended (Journaled) with a Partition Table of GUID.
    If you want to use that drive on both Mac and PC then you would need to format it either FAT32 or exFAT.

Maybe you are looking for

  • How do i delete all my old music from my old ipod that my exwife go me ? with deleting the itunes i bought?

    how do i delete all my old music that i try transfering from my old ipod to my new itunes account? without deleting my new i tunes i bought?

  • IPad apps won't even launch which tapped

    Hi,      On and iPad 2 - with the latest iOS, - I am unable to open any apps on my iPad.  Short of completly wiping it and starting over - I'd really like to have some other options.     I've done a hardware reset (power +home).     I've deleted an i

  • Overriding methods and attributes

    can a subclass override a method in its superclass even if it changes the method`s access modifier? can attributes be "overriden" as well?for instance: //superclass class A implements Serializable{ public int attr; public void run () { //subclass cla

  • How to restore firefox button? (tried all suggested options)

    Hello Could anyone suggest how to restore the FIrefox button? I have successfully done it many times before but this time nothing seems to work. I have done all F10, F11, Alt VTM (or whatever they were), tried customize, went through all programms/ m

  • ORACLE FINANCILAL SPECIALIST WANTED

    Oracle Financial Specialist Job Code: SG-EF-OFS Job Title: Oracle Financial Specialist Location: Sterling, VA Sponsoring: Yes Company Profile: Our client is a privately held company based in Dulles, Virginia. They are a leading B2B online marketplace