Notification Wait with Interruption

Hi All,
I have two process one is Process A and another is Process B. In Process A I have an interactive activity and after that I have unconditional transition to an automatic activity. Again From Interactive activity I have one conditional transition to the Notification Wait activity which will be false always. Again from Notification Wait activity I have an unconditional transition to Interactive activity.
Now In process B I want to notify the Process A, I need to mention here I do not have any instance pending in Notification Wait activity of process A.
In simple language I want to shift my control from process B's automatic activity to Process A Notification wait taciturnity. If I can notify the activity I can traverse to Interactive activity in Process A as I have unconditional transition to Interactive activity.
Can this be possible if so how and Can I make use of Notification Wait activity with Allow Interruption property.
Any help will be appreciated.
Bibhu
Edited by: Bibhuti Bhusan on Oct 14, 2010 11:56 PM

Sorry - probably just me but I'm completely lost.
Sometimes it's helpful to describe your use case before drilling into your solution. A lot of times we can recommend a better way to do things if we understand the underlying need you have.
Here's where I'm lost. I think you're trying to send a notification to an instance in another process. I have undoubtedly misunderstood you but I think that there are two things missing in your process that is being notified:
1. the work item instance in the process being notified is not and will never be in a Message Wait activity and
2. the process being notified does not have a Message Wait activity that has its "Interupt" property set.
If I understand you correctly and if both of these two things are true, it will be impossible for you to send a notification into this process.
Dan

Similar Messages

  • Notification Wait with interrupt issue from screen flow

    I have a process with notification wait with interrupt activity. I am sending notification wait from a screen flow to abort another instance. The instance to be notified has returned to an interactive activity after an exception. For some reason, the notification wait does not happen immediately. It takes about 5 minutes for it to take effect. Any thoughts.

    There is a setting in the wait activity that will process the notification immediate, not queue up the notification. 5 minutes seems a long time, even for it being queued up. Normally this setting defaults so it doesn't queue up the notifications. Perhaps this was turned off in your case.
    Right-click on the notification wait, clink on properties->runtime. This settings is located there.
    We have seen issues with different implementations of the queue and topic JMS devices, especially using Webshpere. Unless you're doing something special, the default JMS devices in WebLogic works fine. If your using some other app server or JMS device, then that may be the problem.
    HTH,
    Mark

  • How to notify a Notification Wait activity using PAPI

    I am trying to use Papi code to release an instance waiting in the notification wait activity of a process deployed in the enterprise server .... for this I am running the papi code from main method of a java class running in eclipse using the notify.send(........) method ........but when the code hits the notify.send(.......) method it is giving the following error :
    Exception in thread "main" java.lang.IllegalStateException: The component must be invoked on a server-side method.
         at fuego.components.ProcessInstance.getCurrent(ProcessInstance.java:590)
         at fuego.components.Notification.send(Notification.java:229)
         at PapiCode.main(PapiCode.java:61
    Can someone point out the error and how to resolve it ??

    Hi,
    I am a little confused with the package name of the classes and components you are invoking. If you are using the Client API PAPI, then the package name should be fuego.papi.*.
    I think you are using the internal components that should be used within a process implementation that assume running in the context of the Engine instead of a pure client application.
    Unless I am interpreting this incorrectly, you should use a client Java Application using PAPI to connect to a deployed process into an OBPM Engine.
    I would recommend you take a look at the very good introduction document that talks about PAPI, explains how to compile a program and also talks about how to write your first PAPI program client. It will also outline all the needed jar files need to include from a client application perspective. The link is: http://download.oracle.com/docs/cd/E13154_01/bpm/docs65/papi/index.html.
    You may alternatively like to check the main Oracle BPM 10gR3 Documentation page through this link: http://download.oracle.com/docs/cd/E13154_01/bpm/docs65/index.html
    HTH,
    eduardoc.

  • Process Notification and Notification Wait activity - External Relationship

    Hi,
    I have a query relating to the Process Notification and Notification Wait activity.
    In my Process Creation after finishing 2 interactive avtivities I need to send notification or inform the instance
    waiting in a Notification Wait activity.
    For this Im using ALBPM Predefined Process Notification activity to send Notification.
    Im defining instance variable and mapping it as argument to Notification Wait activity.
    I have set the type of event to wait for as External relationship.And defined a correlarion
    at Notification Wait activity by setting initiate property as Yes and defined association with
    argument mapping.And selected the same correlation from the Process Notification activity.
    When im trying to execute the same always im getting the exceeption as Instance was not found for notification.
    Please help me to resolve this issue.
    Thank You,
    ~Kavitha

    Hi Matthias,
    What you have experienced is exactly how it works, the notification is processed after the screenflow is finished.
    I tested a lot some time ago and also really happy that worked well.
    Regards

  • NI-VISA Driver with Interrupt detection

    Hello everyone,
    I am new to PCI and PCI driver, encounter an problem when use the NI-VISA to program a PCI driver with the interrupt detection.
    Here is the situation:
    This PCI card is made of two chips : the PCI9030 pci bridge chip and ET1100 chip (the local chip that connected to PCI9030). The memory of ET1100 is mapped 1:1 to the PCI9030 memory starting at BAR2. Now I want the PCI card generates an interruption when the content of register at offset 0x221 changes.  
    I add the interrupt detection (see the figure above or the attachment), interruption removal and disarm following the guide "Using the NI-VISA Driver Wizard and NI-VISA to Develop a PXI(e)/PCI(e) Driver in Windows". However, when I completed and installed this driver in the LabVIEW RT OS, the system can recognize the card, but cannot generate the interruption when the register at offset 0x221 changes, therefore does anyone tell me the reason ? Or tell me how to program this driver using NI-VISA?
    Any suggestions is welcome.
    And Thank you in advance!

    Duplicate post here: http://forums.ni.com/t5/PXI/NI-VISA-PCI-driver-with-interrupt-detection/m-p/2618341
    Bobby Breyer
    Applications Engineer
    National Instruments

  • Replace the wait with java embedding thread.sleep() function

    Hi,
    How to replace the wait with java embedding thread.sleep() function. Can anyone help.
    Thanks.

    drag and drop the java embedding component
    include the following code in it.
    try{ 
    Thread.sleep(60000);
    }catch(Exception e)
    --Prasanna                                                                                                                                                                                                                                                                                                                           

  • Message Wait Activity Or Notification Wait Activity for Web Service Wait

    Hi,
    I have a Message Wait Activity Or Notification Wait Activity which waits for a message from my Web-Service. But this Activity keeps on waitinf for the message even if the web-service is down. How do I make it invoke a System Exception if the web-service is down or the web-service cannot be connected?

    Hi,
    I suspect you've put a lot of thought into this and decided to take this approach, but could you describe why you're thinking your web service might be down frequently enough to do this?
    Here's one approach to having the Message Wait activity discover when something outside its control occurs. Put the Message Wait activity inside of one of two transitions going through a Split/Join. For the other transition going through the Split/Join, add a Timer activity (if you are using Oracle BPM 10g). Set the Timer activity to some period that you want to use to periodically hit the web service to ensure it is up (e.g. '5m' to test to see if the web service is up every 5 minutes). Don't have this occur every few seconds or your Engine's performance will be degraded.
    From the Timer activity there would be one transition. This transition leaving the Timer activity would be an unconditional transition going to an Automatic activity. This Automatic activity would have an unconditional transition going back to the Timer activity, and a conditional transition going to the Join activity. The logic in the conditional transition leaving the Automatic activity could be just a single boolean instance variable (e.g. "wsDown"). When the Automatic activity discovers that the web service is down, this copy of the work item instance will flow to the Join activity.
    The logic in the Automatic activity will invoke a dummy web service running on the same machine you're worried about. If an exception is thrown and caught inside the Automatic activity indicating the web service is down, you'd set a boolean flag "wsDown = true".
    The Join activity would have the logic:
    this = copy
    action = RELEASE If the "wsDown" instance variable is set to true when it leaves the Join activity, then the web service was down and the Message Wait activity was never notified from the outside web service.
    Hope this helps,
    Dan

  • Hi im staying in UAE, why doesnt my interactive notification work with other apps like facebook?

    why doesnt my interactive notification work with other apps like facebook?
    its only working with the message app notifications.

    Sounds like the iPhone is carrier locked with Vodafone and if so, it can't be used with another carrier's SIM card.
    If so, only Vodafone can officially unlock the iPhone or send the unlock request to Apple.

  • Can't see the bottom of my notification center with IOS7 on iPhone 5

    Can't see the bottom of my notification center with IOS7 on iPhone 5.

    hello ovidelu2006, other users with this problem all had an embedded intel hd3000 graphics card with an old driver present. in case this also applies to you, here would be a link to update the driver, which in turn should also address the black firefox problem: https://downloadcenter.intel.com/Detail_Desc.aspx?DwnldID=23764 (for win7 64 bit)
    in case this doesn't solve the issue or does not apply to your system, start firefox into safemode '''by pressing the shift key while the application is launching''' & disable hardware acceleration in the firefox ''menu ≡ > options > advanced > general'' (that setting will take a restart of the browser to take effect).
    [[Troubleshoot extensions, themes and hardware acceleration issues to solve common Firefox problems]]

  • Instances and Notification Wait

    Hi,
    I have 2 instances waiting for information/response from a web-service. Instance 1 comes in first on activity A and waits for the information. Instance 2 is also waiting in the queue for information from the web-service. Now my question is :-
    Is it that instance 2 has to wait by default for instance 1 to complete its processing on activity A and getting information from the web-service or can we have both instances processing on Activity A at the same time?
    Do we need to use Notification Wait for this purpose?
    Is it that Instance 2 can be completed before Instance 1 and get all information from the web-service before instance 1 does and proceed before instance 1?

    OK.
    If you are consuming an external Ws, maybe the automatic activity really do the job. (just the respose and few and simple steps)
    But, if your process is complex (and really need some other operations to process apart from the ws) the you can use the "Notification wait - notification response combo" in order to solve. (more complex, not-so-straight logic, the ws-response and "much more" answer)
    Hope this guides you a little more, but i'd like to use ws via automatic activity, and use the "nw-nr combo" only when producing or exposing services

  • Why don't my all day events show up in the notification screen with ios7?

    Why don't my all day events show up in the notification screen with ios7?

    First I would try to update Reader to 11.0.09.  And yes, try installing the Extended Language Pack.
    If that does not help, can you share such a PDF with us: https://forums.adobe.com/thread/1408375

  • Getting old push notifications along with new push notifications..

    I was Getting old push notifications along with new push notifications for the app.
    from server side we made sure we are not sednig again the old notifications.
    Any help on this ?
    Thanks inadvance...

    Having the same problem and wide scale here.

  • Working with INTERRUPTS with SERIAL com port ?

    Hello all.
    I need to monitor a com port ( to use with a gsm modem siemens m20) while
    doing something else
    or to be interrupted when something is available on the com port.
    I want to do it with interrupts in NT operating system. I could do a device
    drivers to do that, but, is possible to do it in a simple way?
    Thanks.

    Ive been trying to do something similar
    so far I launch a new thread, which sets up a comcallback to trigger on
    0x05 comming through the serial port (ENQ)
    unfortunately, this seems to ltake like 100% CPU
    Grahh!
    im doing this in cvi...but i should think you can do the same in labview
    andy
    jerry wrote in message
    news:7sqnad$45u$[email protected]..
    > hi guys !
    >
    > here is the deal :
    >
    > my app needs to
    > monitor a com port while doing something else
    > or to be interrupted when something is available on the com port.
    >
    >

  • Using Notification service with ActiveX

    Hi all,
    Can you use the Notification service with ActiveX clients??
    Any small exaples would be great.
    John Graville

    Hi John,
    You should be able to do this as callbacks are supported by the ActiveX
    support.
    Look at the Visual Basic chatroom client for an example of how to use
    callbacks in ActiveX.
    Regards,
    Todd Little
    "John Graville" <[email protected]> wrote in message
    news:39981697$[email protected]..
    Hi all,
    Can you use the Notification service with ActiveX clients??
    Any small exaples would be great.
    John Graville

  • My BDOCs(transaction smw01) are all waiting with yellow status

    I don't know why my BDOCs(transaction smw01) are all waiting with yellow status. Shouldn't they be automatically transfering data to my data source. If i manually process the BDOC then data goes to the datasource which can be seen via transaction RSA3. Help?

    Hi Kaushal,
    I am also facing the similar problem as Prakash, I don't know why my Bdocs are all waiting with yellow status in smw01.I followed your steps but in SMOHQUEUE the status of the queue demon is Hold because of this the status of Bdocs are yellow.If yes would you pls tell me the steps to turn it to green.If i manually do(Reprocess or register that queue in smqr) everything is working fine but is there any way we can turn Bdocs from yellow to green automatically.I appreciate it in advance. If you find any doc. pls fwd it to [email protected]
    Thanks a lot
    With Regards
    Nagamani.

Maybe you are looking for