Attaching Extra Information for on Hold process and starting the process

Hi,
We are developing BPM process using Oracle BPM 10.3.
Our want the process to be on hold to get extra information from some other system. The extra information will be recieved sepeartely oust side the BPM process. We want to add the extra information to the on hold process and continue the process. Please let me know how to develop the BPM process to cater this requirement.
Thanks

The right pattern would be to create a process that has something like the following flow pattern:
Begin -> ... (Some Activities) -> Wait
The Wait Activity can be defined to have arguments that the external application can use to send the additional information to aggregate with the existing instance data.
The way for an external application to connect to the instance waiting in the WAIT activity is to use the processId that is returned when you programmatically create the instance through any of the available APIs: PAPI (Java), PAPI-WS (Soap) or the process exposed as a web service. It is also possible to use correlations but this can be considered a more advanced topic.
In the same lines there are methods in PAPI and PAPI-WS or a process exposed as a Web Service to create an instance, there are methods to send a notification to a given instance in a given activity of the process. Using this API Calls, you can signal the instance in wait state and send some additional information so that when the Wait activity is executed, the instance is moved forward.
HTH,
eduardoc.

Similar Messages

  • Why do i need to enter the credit card information for downloading free apps and redeem the codes?

    getting a message says apple id has not yet been used with the itunes store while trying to download apps
    why do i need to enter the credit card information for downloading free apps and redeem the codes?

    As a security precaution, Apple verifies your billing credentials with every transaction whether paid or free apps or using the balance of a redeemed code.

  • HT203177 I had to get a new hard drive in my 27 in IMac. I used time machine to get everything back on my computer. I just turn on time machine and its says it's preparing over 800,000 items to back-up, it never back-up, it stop and starts the process ove

    I had to get a new hard drive in my 27 in IMac. I used time machine to get everything back on my computer. I just turn on time machine and its says it's preparing over 800,000 items to back-up, it never back-up, it stop and starts the process over again.

    Could be many things, we should start with this...
    "Try Disk Utility
    1. Insert the Mac OS X Install disc, then restart the computer while holding the C key.
    2. When your computer finishes starting up from the disc, choose Disk Utility from the Installer menu at top of the screen. (In Mac OS X 10.4 or later, you must select your language first.)
    *Important: Do not click Continue in the first screen of the Installer. If you do, you must restart from the disc again to access Disk Utility.*
    3. Click the First Aid tab.
    4. Select your Mac OS X volume.
    5. Click Repair Disk, (not Repair Permissions). Disk Utility checks and repairs the disk."
    http://docs.info.apple.com/article.html?artnum=106214
    Then repair the backup/TM drive.

  • Are we to go ahead and sign into our accounts or just go on the website and start the process?

    In the email that i just recieved from verizon it showed the countdown til the server is open for pre-ordering.....so are we suppose to be already signed into our online verizon accounts before 3am or can we just go straight from the main page to the pre-ordering process???? cause i want to get it as soon as possible at 3am!!!!!!!!

    jordiegirl wrote:
    yeah well i tried to order just a smartphone just to see where it would take me and it wanted me to sign in so i guess either way youll have to sign in at one point.....i just wanna get a head start at 3am but just dont want to mess it up lol
    verizonwireless.com/iphoneorder

  • HT201210 my iphone has been downloading IOS7 all night and it looks like its only halfway done. The bar on the phone is not moving. Should i do a hard shutdown and start the process again?

    My Iphone 4 has been downloading IOS7 all night. Bar on the phone is only halfway. Should i give a hard shutdown on my phone and restart process again?

    Is your iPhone jailbroken? If so see: http://support.apple.com/kb/HT3743

  • How can I reset facial recognition so as to start the process over clean?

    I have the most current version of iPhoto and am wanting to trash what has already been done via facial recognition and start the process over.  Is there anyway to do this?

    Back up first, as I'm not certain about this, but it should work:
    Go to the Faces heading on the left hand pane.
    Trash all the Faces there - just highlight them and delete.
    Then: Select the Library or an Event and go
    Photos -> Detect Missing Faces

  • Page having PL/SQL process and Automatic Row Process for 2 different tables

    Hi,
    I have a page containing 2 regions A & B.
    Region-A content would be updated to table T1(PK : Ticket#).
    Region-B content would be inserted into table T2(PK: Attachment# ; FK: Ticket#).
    Region-B is used for uploading a file content into T2.
    Since I cannot use 2 DML processes on the page for 2 different tables with a common column, so I have a PL/SQL process to update the record into T1 and an Automatic Row Process(DML) for inserting into T2.
    Now the issue is in Region-B when I select a file using 'Browse' button and click on Upload button to fire the Automatic Row Process, the success message is displayed but the file is not uploaded into the table. But when I moved the entire Region-B and the Automatic Row Process to a different page and clicking Upload is working fine and inserting the record into the table along with the file content.
    An item P10_TICKET_NUMBER with source type as Database column with source value as TICKET_NUMBER is used in Region-A.
    I have gone through the forums and found some of the threads below
    Re: 2 Automated Row Processes for one page?
    Re: Error when trying to create 2 Forms on same page on 2 tables with ID as
    where people facing similar issues but here I have followed the solution provided(with one PL/SQL process and other Automatic process) in the threads but still issue persists.
    Can anyone throw some light on this please.
    Thanks,
    Raj.

    Hi Teku,
    You just have a look at this thread, where u can find a solution for your problem.
    INSERTING Records into Second table based on First table Primary Key
    hope this helps.
    Bye,
    Srikavi

  • I had started the process of removing my husband as the primary on my ipad2 device before the Holiday and never got back to it.  I keep getting a message on the ipad  for New icloud Terms and Conditions but I can't seem to log on.  when i go to it's locke

    I had contacted apple support before the Holiday and we had started the process of removing/replacing my husband as the primary on my ipad2.  However, I keep getting messages now 'New iCloud Terms and Conditions'  in a window that constantly pops up.  When I go to settings to log into icloud, it is locked with a grey screen.  What can I do?  Also, I had gone throught he process of syncing all 3 of my devices Ipad2, mini and my iphone5 to have the same passwords, etc. for ease of use.  Now that seems to be all wrong as well.  HELP!  I need these devices for my work and I'm short on time to go to the store, but will if I have to.
    Thank you!
    Julie

    If the setting is greyed out perhaps you have restrictions enabled that would prevent someone from changing accounts. Settings>General>Restrictions>Allow Changes>Accounts.

  • We are trying to implement a process so that any document that needs to be printed through our Java application will be printed as PDF using Adobe Reader. For which, We created and execute the below command line to call Adobe Reader and print the PDF on a

    We are trying to implement a process so that any document that needs to be printed through our Java application will be printed as PDF using Adobe Reader. For which, We created and execute the below command line to call Adobe Reader and print the PDF on a printer."C:\Program Files (x86)\Adobe\Reader 11.0\Reader\AcroRd32.exe" /T "\\<Application Server>\Report\<TEST.PDF>" "<Printer Name>". Current Situation: The above command line parameter when executed is working as expected in a User's Workspace. When executed in a command line on the Application Server is working as expected. But, the same is not working while executing it from Deployed environment.Software being used: 1. Adobe 11.0 enterprise version. 2. Webshpere Application Server 8.5.5.2. Please let us know if there is a way to enable trace logs in Adobe Reader to further diagnose this issue.

    This is the Acrobat.com forum.  Your question will have a much better chance being addressed in the Acrobat SDK forum.

  • Whenever I shut down iTunes on my computer, it keeps reopening and I have to go into Task Manager and end the process in order for it to stop doing this. I am running it on a Windows 7 Home Premium 64 bit machine.

    Whenever I shutdown iTunes on my computer, it keeps re-opening and I have to go to Task Manager and end the process in order for it to shutdown.

    Do you have Logitech gaming software installed on the PC? If so, perhaps try the suggestion from the following post:
    Re: Everytime I close Itunes it loads back up

  • Inconsistencies in your sync information for contacts where detected and...

    Inconsistencies in your sync information for contacts where detected and have been repaired
    i got this massage all time when try syncing i made reset sync data and didnt work i tried to fix this with unregistered my mac and register it again also not working, can any one help please?
    i got a website synced and iphone + macbook pro also synced

    You appear to be referring to *MobileMe Sync* and not iSync (which is only for syncing to non-Apple mobile phones).
    The *MobileMe Sync* forum is here:
    http://discussions.apple.com/forum.jspa?forumID=1264

  • I had some problems with my pc, since then when I close Firefox it won't reopen unless i go to Task manager and end the process for FF.

    I had some problems with my pc, since then when I close Firefox it won't reopen unless i go to Task manager and end the process for FF. I have uninstalled FF and re-installed it and no change.
    Walt

    See "Hang at exit":
    * http://kb.mozillazine.org/Firefox_hangs
    * [[Firefox hangs]]

  • Sir i was get only one mail at my permanent email id at rediffmail and i m not get other mail where the apple server to i login and finish the process whats going on there i suffering from last one week for this one id is it apple or what ?

    sir
    i was not get any mail at my permanent mail addres [email protected] and this mail id also same at apple so where the apple server for login and finish the process tell me is this way to apple to customer support and this is last mail for this  other wise i will go through the public protest comision and i will make
    statement for this type of fake process
    reply soon

    You are not addressing Apple here.
    This is a user to user forum, this is spelled out in the terms of service you agreed to when you joined.
    There is no Apple server for your email.
    servers are set up, used and maintained by whatever email service you use-such as rediffmail.
    Go threaten them.

  • HT4009 I purchased extra lifepoints for my Sims FreePlay and they never got added to the game.  EA Games seem uncontactable about this issue, they say it's an iTunes problem.

    I purchased extra lifepoints for my Sims FreePlay and they never got added to the game.  EA Games seem uncontactable about this issue, they say it's an iTunes problem.

    And. . . your question is?

  • Using CREATE PROCESS and START PROCESS in a JSP

    Hi,
    I have built a simple JSP page. I want to call my workflow program from this page.
    How should I use the CREATE PROCESS() AND START PROCESS() inside the JSP page?
    Also I want to get the value entered in the text field (which will be a hidden field) to be passed to the ITEM_ATTRIBUTE, which I have defined in my program. How can this be achieved?
    Please give me the syntax for this.
    Please find below the JSP page
    =========================================================
    <%@page import= "java.util.Date" %>
    <script language="javascript" src="ibeCButton.js"> </script>
    <html>
    <head>
    <title>First Page</title>
    </head>
    <body>
    <H3>Today is:
    <%= new java.util.Date() %>
    <INPUT TYPE="text" NAME="CART_ID">
    <INPUT TYPE="submit" onclick = >
    </H3>
    </body>
    </html>
    ==========================================================
    To use LAUNCHPROCESS in JSP, the following is the syntax.
    public static boolean launchProcess
    (WFContext wCtx,
    String itemType,
    String itemKey,
    String process,
    String userKey,
    String owner)
    Should WFContext have the connection information of the DB.
    If I pass only the WFContext and itemType attributes are they enough? Please let me know.
    Thanks

    There are two options.
    1. Good one.
    Include wf*.jar files in your system CLASSPATH. Use oracle.apps.fnd.wf.engine.WFEngineAPI class to access engine APIs. You would need to pass WFContext for which you need WFDB.
    You basically created WFDB with username, password and connect string. Pass it to WFContext and use it for all Workflow Engine APIs.
    2. OK one.
    You can get JDBC connection using the default mechanism that your custom Java and JSP code could be using. Call the PLSQL procedures WF_ENGINE.CreateProcess and WF_ENGINE.LaunchProcess over JDBC.
    Anyways option 1 makes life easier.

Maybe you are looking for