Wait for a message to proceed to the next activity in BPM Process??

Hi,
1. After a BPM process is initiated, is it possible to have a "Wait step" in the process ?...That is, I would like to continue to the next activity in the BPM process ONLY after I have received a certain message...
We do have a "Wait" step in ccBPM(PI) wherein , we could wait until a certain message is received(based on correlation) and then proceed to the next step....
Is this possible in BPM ???
There was a query similar to this in the forum :
Inter-Process Asynchronous Event
(or search for "Inter-Process Asynchronous Event "  - Ingo Taraske)
and a suggestion was provided by David Conil which I didn't quite get...
Would be great if some one could throw more light on if this is possible in EhP1...Thanks.
Best Regards
Arun

Hi Arun,
In a nutshell, wait steps are not supported in EhP1. The workaround consists of splitting the process in two processes. In BPMN 1.1, wait steps are modeled using "Intermediate Message Events". The idea is to consider the intermediate message event as start event of the second process. The asynchronous aspect would be covered using PI.
Best regards,
David

Similar Messages

  • Wait for unread message on broadcast channel during import

    Hi All,
    I am trying to import a dump file on Oracle DB, Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - 64bi.
    My import hangs, below is the log.
    Import: Release 10.2.0.3.0 - 64bit Production on Tuesday, 03 April, 2012 21:09:20
    Copyright (c) 2003, 2005, Oracle. All rights reserved.
    Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - 64bit Production
    With the Partitioning and Data Mining options
    Master table "CIP_USER_PED1"."SYS_IMPORT_FULL_01" successfully loaded/unloaded
    Starting "CIP_USER_PED1"."SYS_IMPORT_FULL_01": ****@** remap_schema=**** EXCLUDE=STATISTICS
    Processing object type SCHEMA_EXPORT/PRE_SCHEMA/PROCACT_SCHEMA
    Processing object type SCHEMA_EXPORT/TABLE/TABLE
    Processing object type SCHEMA_EXPORT/VIEW/VIEW
    It doesn't proceed further.
    I am not seeing and sessions blocked or locked but I see session waits.
    SESSION_TYPE     STATUS     SECONDS_IN_WAIT     WAIT_CLASS     EVENT
    MASTER     ACTIVE     468     Idle     wait for unread message on broadcast channel
    WORKER     ACTIVE     467     User I/O     direct path read
    select d.session_type, status, seconds_in_wait, wait_class , event from v$session s ,DBA_DATAPUMP_SESSIONS d where username ='CIP_USER_PED1'
    and program like 'orac%'
    and s.saddr = D.SADDR;
    Below is the only message I see in alert log.
    Tue Apr 3 19:15:52 2012
    The value (30) of MAXTRANS parameter ignored.
    kupprdp: master process DM00 started with pid=22, OS id=23456
    to execute - SYS.KUPM$MCP.MAIN('SYS_IMPORT_FULL_01', 'CIP_USER_PED1', 'KUPC$C_1_20120403191552', 'KUPC$S_1_20120403191552', 0);
    kupprdp: worker process DW01 started with worker id=1, pid=23, OS id=23458
    to execute - SYS.KUPW$WORKER.MAIN('SYS_IMPORT_FULL_01', 'CIP_USER_PED1');
    I have googled but haven't been able to resolve the issue.
    Can anyone help me with this ?
    Many Thanks
    Kalai

    km1612 wrote:
    Hi All,
    I am trying to import a dump file on Oracle DB, Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - 64bi.
    My import hangs, below is the log.
    Import: Release 10.2.0.3.0 - 64bit Production on Tuesday, 03 April, 2012 21:09:20
    Copyright (c) 2003, 2005, Oracle. All rights reserved.
    Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - 64bit Production
    With the Partitioning and Data Mining options
    Master table "CIP_USER_PED1"."SYS_IMPORT_FULL_01" successfully loaded/unloaded
    Starting "CIP_USER_PED1"."SYS_IMPORT_FULL_01": ****@** remap_schema=**** EXCLUDE=STATISTICS
    Processing object type SCHEMA_EXPORT/PRE_SCHEMA/PROCACT_SCHEMA
    Processing object type SCHEMA_EXPORT/TABLE/TABLE
    Processing object type SCHEMA_EXPORT/VIEW/VIEW
    It doesn't proceed further.
    I am not seeing and sessions blocked or locked but I see session waits.
    SESSION_TYPE     STATUS     SECONDS_IN_WAIT     WAIT_CLASS     EVENT
    MASTER     ACTIVE     468     Idle     wait for unread message on broadcast channel
    WORKER     ACTIVE     467     User I/O     direct path read
    select d.session_type, status, seconds_in_wait, wait_class , event from v$session s ,DBA_DATAPUMP_SESSIONS d where username ='CIP_USER_PED1'
    and program like 'orac%'
    and s.saddr = D.SADDR;
    Below is the only message I see in alert log.
    Tue Apr 3 19:15:52 2012
    The value (30) of MAXTRANS parameter ignored.
    kupprdp: master process DM00 started with pid=22, OS id=23456
    to execute - SYS.KUPM$MCP.MAIN('SYS_IMPORT_FULL_01', 'CIP_USER_PED1', 'KUPC$C_1_20120403191552', 'KUPC$S_1_20120403191552', 0);
    kupprdp: worker process DW01 started with worker id=1, pid=23, OS id=23458
    to execute - SYS.KUPW$WORKER.MAIN('SYS_IMPORT_FULL_01', 'CIP_USER_PED1');
    I have googled but haven't been able to resolve the issue.
    Can anyone help me with this ?
    Many Thanks
    Kalaiproper invocation of procedure below will allow you to monitor progress
    by observing contents of resultant trace file
    DBMS_MONITOR.SESSION_TRACE_ENABLE(
        session_id   IN  BINARY_INTEGER DEFAULT NULL,
        serial_num   IN  BINARY_INTEGER DEFAULT NULL,
        waits        IN  BOOLEAN DEFAULT TRUE,
        binds        IN  BOOLEAN DEFAULT FALSE,
        plan_stat    IN  VARCHAR2 DEFAULT NULL);

  • STREAMS apply coord waiting for slave message?

    1- Oracle version 9.2.0.1
    2-I have 3 database (bd1,bd2 in th same machine, bd3 in an other machine)
    3- I have configured streams in order to have bd1--->bd2 and bd1--->bd3 streams replication
    4- The streams between bd1--->bd2 is ok.
    5-The propagation between bd1--->bbd3 doesn't work.
    6- i have asked yhe view v$session_wait in :
    into bd1 :
    SID SEQ# EVENT
    15 1359 STREAMS apply coord waiting for slave message
    20 622 STREAMS apply slave waiting for coord message
    into bd3 :
    SID SEQ# EVENT
    17 11399 STREAMS apply coord waiting for slave message
    19 5698 STREAMS apply slave waiting for coord message
    What have i to do to fix it and my propagation will work.
    Thank you a lot dear memebers

    The events: STREAMS apply coord waiting for slave message" and "STREAMS apply slave waiting for coord message" are IDLE events - they indicate that the apply process is waiting for work.

  • UWL - Waiting for update message

    Hi,
    Can someone explain me what's the reason that UWL shows a 'Waiting for update' info message on top when opening UWL ? Until we press refresh-button the uwl seems to reload every 15 seconds. If we press Refresh button the 'waiting for update' message disappears ...
    What does the message mean ? For which update is the system waiting ? Why does it show up every time the UWL is called ?
    Regards,
    Igor

    When the UWL first appears it shows any entries in the UWL cache.  The waiting for update appears whilst it is trying to connect and retrieve items from the backend systems.
    As default it should then reload every 5 minutes.. unless someone has changed the configuration on your system.
    Paul

  • Err Session is waiting for a message

    Dear Experts,
    We have got the following error in our System Log.
    ERR: 37225: SAP-Basis System: Session is waiting for a message
    I have checked other logs and could not find the cause for the above error. If you know, please let me know.
    Thanks & Best Regards
    L Raghunahth

    Can you please explain how did you solve this? Im having the same problem

  • Getting "waiting for connection" message in Lightroom 5.5 sync to mobile

    I have tried turning off and on the lightroom mobile sync and signing out and back in. Neither started the sync. What else can I try ?

    mdjcrook,
    I think your sync being stuck and the 'waiting for connection' message were two different issues and would advise you - if you get stuck again - or anyone else reading this thread that is stuck syncing and with the 'waiting for connection' to NOT use 'Delete All Data'
    If you are seeing the 'waiting for connection' message and sync is working, ignore it as that bug just prevents properly showing the sync status but not the actual sync activity.  We are working on trying to figure out why this gets stuck in this state - it appears to be network related - but we haven't found anything definitive yet.
    If you are seeing the 'waiting for connection' message and you sync is stuck then please generate a diagnostic log (Preferences -> Lightroom Mobile -> (Hold Alt/Option key) and click 'Generate Diagnostic Log' and then private message that file to me and we can hopefully determine the real cause of the stuck sync and a workaround that will prevent you having to use the 'Delete All Data' hammer.
    Matt

  • Still waiting for a response from Adobe regarding the post "Printing a pdf from a marked-up pdf".

    Still waiting for a response from Adobe regarding the post "Printing a pdf from a marked-up pdf" dated 15 Dec 2012 9:20 AM.

    Look everyone that comes here with a support problems has gone through all the normal channels, around and  round in circles with no one seeming to be interested. They've called every phone number, every email address they can find. They have been put on hold and bounced fifty times to another operator only to be hung up on. If Adobe would bring back support to main land and have people that know what's going on instead of having people that people can barely understand read from scripts. Scripted information only applies about 10 % of the time. I'm just giving people an alternative. after they have torn their hair out going the normal route.  If they had been able to get a solution they wouldn't be coming here for help.
    There should be a forum set up just for people to air these issues and Adobe employees forced to man it. Then we wouldn't have to have such a Bad attitude. Right now Adobe's Support reputation is worse than Intuit's which did have the absolutely worse on the Planet. Now they are number 2.
    You know it yourself that Adobe's support is absolutely worse than terible. However to prevent me from being banned from the forums I will simply will provide the adobecare email address from now on
    So let's sweep it under the rug.

  • Proceeding to the next slide

    Hello All!
    I'm developing a training module, where I want a user to be
    able to proceed to the next slide only after s/he completed a set
    of operations on the current slide. For example, I have 4 rollover
    images that a user needs to see. Can I somehow disable the slide to
    jump to the next slide based on timing and say that a user can jump
    only if s/he viewed all the pictures? If that's not possible, is it
    possible to have a picture-button (not a text one!!!!!!) that will
    look like an arrow, so that when a user clicks on it the tutorial
    will continue, but not before that? Right now what's happening is
    that when the slide time is over, the slide changes no matter what
    happened on the slide itself.
    Thank you all for your help!
    Mariana

    Hi Mariana
    You are correct in thinking you should use something to pause
    a slide. Can you use a picture arrow? Absolutely! You would either
    insert as an image, then superimpose a Click Box object over the
    image, or you could use an image button. (When you insert a Button
    object, choose the Image button type and select the image you wish
    to use.)
    You would probably also wish to time the slide so the user
    has ample time to do things before the button appears.
    Cheers... Rick

  • Please i have ordered for Bottom Case of white macbook for over 2 months now and the repair status is still processing. is dat normal

    please i have ordered for Bottom Case of white macbook (late 2009)for over 2 months now and the repair status is still processing. is dat normal? i really need the bottom case asap, how can i get it

    Call Apple.  Contact Apple for support and service
    This is a user to user forum, we don't work for Apple.

  • TS1424 I downloaded a album and one of the songs plays for 10 seconds then skips to the next song

    I downloaded a album and one of the songs plays for 10 seconds then skips to the next song

    Music purchased and downloaded from iTunes will not play in the Windows Media Player.
    Try re downloading the album > 
    Downloading past purchases from the App Store, iBookstore, and iTunes Store

  • So i got a beats pill and ive been using it for like a month now and the next day i go to turn it on and it wont turn on. so i left it to charge for like 12 hours and still nothing help please:(

    So i got a beats pill and ive been using it for like a month now and the next day i go to turn it on and it wont turn on. so i left it to charge for like 12 hours and still nothing help

    Ask the manufacturer... That's not an Apple product.

  • Error in GP: The next activity is not yet available: try again later...

    I am receiving the following error in Guided Procedures:  The next activity is not yet available: try again later using the "Refresh" button.
    Here is my scenario:
    I have a Guided Procedure where all of the activities are executed by the process initiator.
    In the first step of the Guided Procedure, I run an Action called 'Read Document'.
    The Action is set up as follows:
      Callable Object for Execution:  Read Document
      Callable Object for Display:  Read Document
    Since this action doesn't do anything except display a document, I have defined the same callable object for both execution and display.  
    After the user clicks the Complete button, the Guided Procedure moves to the next step as expected.  However, if the user returns to the activity that they just completed (because maybe they want to read the document again), I receive the following error message: The next activity is not yet available: try again later using the "Refresh" button.
    What is causing this message and how can I get rid of it?
    Thanks.

    please help me!!!!!!!!!!!

  • The next activity is not yet available: try again later using the "Refresh"

    Hi .
    I am working on a resignation application which is having 2 level GP approval . After creating a resignation request by
    an Employee when reporting manager is going to approve the request  at that time I am getting this message
    The next activity is not yet available: try again later using the "Refresh" button
    Can you please suggess me why I am getting this message,and how I can resilved this problem.
    Thanks for your valuable time.
    Regards.
    Abhishekh singh
    Enteg Infotech Pvt Ltd.

    Hi Tushar.
    Thanks to help me .
    Actually my problem is the refersh message is coming after action complete in GP.
    Even after action complete the process moving correctly to the next level.
    But I am getting the Refersh Button.
    This is started after patch apply on Portal.
    currently I can see patch 17 on portal.
    Kindly help me in this regard how I can resolve this issue.
    Thanks & Regards.
    Abhishekh Singh
    Enteg Infotech Pvt Ltd.

  • How to check the progress of a BPM process I started ?

    Hi,
    I used to build workflow with Guided Procedure, and there is a GP Runtime Workcenter where a user can find the processes he/she started, or being as an admin/overseer/owner. For GP, it is much more powerful than UWL.
    Now I'm testing BPM with the following secnario, but I don't know how the user starting a process to monitor the progress with UWL ? (I do not think NWA is a good tool for BPM user, correct me if I'm wrong )
    My scenario is : User fill in a leave-request data form built with Web Dynpro iView (not part of BPM task), and click submit, the iView start a BPM process. This process will go through the approvers. The user need to check the progress.....how can he/she find the process in UWL ? (He/She has no working items)
    I really want to know the best practice to present the process prgress to a user who is relative to the process instances (as initiator, admin, or participant)
    Thanks

    Hi,
    You can do it several ways.
    1> a) After starting the process, go to NWA [http://<hostname>:<port>/nwa]
         b) Go to 'Operations' -> Processes and Tasks' -> 'Manage Process'.
         c) Choose the Process instance you started and click on the 'Process flow'.
    This will show you a page with the process digram with a grenn 'token' beside the active step.
    2> The other way ( dificult to achieve, easier to use)
         a> During  process design, for every human activity UI, write down the process steps on task UI.
         b> Highlight the step  for every human task.
         c> When the user opens the tak UI from UWL, then can see the process step at which they are stuck.
      This method wont work if the process is stuck at any 'automated activity' or sub-process.
    Hope these help.
    Edited by: Subhra Jyoti Saha on Jul 6, 2010 7:04 AM

  • When connecting my iphone to the computer all goaes well on the sync (ing) is that when its finished I have a message that itunes is waiting for changes to be applied and the programme will not finish the complete sync!! any answers please.

    When connecting my iphone to the computer, all goes well with the sync until the last step. Step 6. It says "waiting for changes to be applied" and won't complete the sync!! anyone know how to rectify.

    I'm having the exact same problem.  Using iTunes 1.1.5, iPhone 5 which is updated. 
    Computer is running OS X version 10.9.2

Maybe you are looking for