Oracle Work flow/e-Biz Events

Hi All,
Need some info regarding Oracle Workflow and E-Business Suite R12 events.
We have defined a business event in a E-Biz R12 and its subscription is of type ‘Launch Work Flow’ to launch a node(activity) of the work-flow. This activity is not the start node(activity) of the wf. Name of the activity is ‘Receive data’
‘Receive data’ is defined as an ‘receive-event’ type of activity. We’ll invoke the workflow from back-end, it will halt at the ‘Receive data’. When e-Biz event is raised, workflow will be resumed.
We’ll be running different instances of work-flow. So, how do I inform e-Biz event to resume a particular instance of work flow?
My assumption is:
Work-flow (wf) instances are distinguish based on item-key while e-Biz event takes event-key as an input parameter when it is raised. E-Biz event will match the event-key with item-key of workflow and resume the correct instance of wf. Is it correct?
All pointers are appreciated.
Thanks,
MK
Edited by: MK on Apr 12, 2012 11:18 PM

So to do this:
1. Create an activity in the WF process so that it is a event-receiving activity and specify the event name that will make it resume
2. Define the event and subscription in BES Studio. Create a subscription for the event so that it resumes/starts a workflow process
3. Raise the business event by specifying its EVENT_KEY as the WF process item type
When the BES gets the event it will identify the item type from the event subscription and will look for an activity waiting for an event and will resume that activity if the process item key corresponds to the event EVENT_KEY.
Regards

Similar Messages

  • Issue regarding [Work Flow] Business Object Event Raise in ABAP Program

    Hi All,
    I have one issue regarding [Work Flow] Business Object Event Raise in ABAP Program.
    Actual TDS is as below:
    If E message type written, raise Business object BUS2005 (Production order) Event PickShortage for production order passing warehouse, transfer request
    (BUS2065 Object key) in event container. Also include table of text version of error
    messages for this set of Transfer
    Request.
    Can anybody tell me how can i write it technically in ABAP Code.
    Can anybody solve this issue!
    Thanks in advance.
    Thanks,
    Deep.

    Hi,
    Can anybody solve above posted issue!
    Thanks,
    Deep.

  • Work flow in Traing & Event Mgt

    I need to create a work flow in Traing & Event Mgt, ESS
    Is there any standard way to creat work flow in T & E Mgt?
    pls mail

    Hi,
      Wrokflows in HR :Training and Event Management
    Regards
    Bala

  • Regarding [Work Flow] Business Object Event  Raise in ABAP Program

    Hi All,
    I have one issue regarding [Work Flow] Business Object Event Raise in ABAP Program.
    Actual TDS is as below:
    If E message type written, raise Business object BUS2005 (Production order) Event PickShortage for production order passing warehouse, transfer request
    (BUS2065 Object key) in event container.  Also include table of text version of error
    messages for this set of Transfer
    Request.
    Can anybody tell me how can i write it technically in ABAP Code.
    Can anybody solve this issue!
    Thanks in advance.
    Thanks,
    Deep.

    Hi,
    Can anybody solve above posted issue!
    Thanks,
    Deep.

  • Toad Error after installed Oracle Work Flow Builder

    Hi,
    I have using Toad 9.6.1 version. I installed newliy Oracle Work Flow Bulider 10g. After installed when i trying to open Toad it is giving Access Vioalation Error.
    Please advice what may be the reason and how to correct it.
    Thanks

    Hi,
    Did you use exsisiting oracle_home while installing workflow builder? if yes then may be reinstallation of toad is the soluiton.
    Is toad throwing error at startup or when you fire any query? and what is complete error message...
    Thanks,
    JD

  • Oracle Work Flow Mailer configuration to use O365 mailbox

    Our mailboxes are now in O365 and we would now like to configure our Oracle 11g to use work flow mailer with Office 365 mailbox configuration. There has to be someone that has done this successfully that can share your configuration. Have not had too much
    luck with support calls on both ends. I only found one other post in the Office 365 community and it did not give me enough info. to move forward.
    We use the SMTP of the oracle server but the IMAP configuration using outlook.office365.com for incoming on port 993 has not been successful.  Anyone have any ideas or has done this successfully that can share?  Do we need SSL certificate configuration
    on the Oracle side?

    Hi,
    Since this issue is more related to Office 365, I'd recommend you post your question in the Office 365 Community forum:
    http://community.office365.com/en-us/default.aspx
    The reason why we recommend posting appropriately is you will get the most
    qualifiedpool of respondents,
    and other partners who read the forums regularly can either share their knowledge or learn from your interaction with us. Thank you for your understanding.
    Steve Fan
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.

  • CreateListItem Action at work flow not trigger Event reciever

     
      Hello ,
    I have two Lists (List1 , List2).
    I have attached Workflow by SharePoint designer to List 1 .
    I have attached event receiver (Item was added) to list 2 .
    In the workflow . I use "CreateListItem"  to create new item in list 2.
    I have test the work flow . The item is added in List 2 , but the Event receiver not triggered .
    if I Create new item in List2 from browser , the event receiver is triggered.
         so  why  "CreateListItem" action not triggered event receiver ?
        Thanks
    ASk

    Hi himo,
    I made a test in my environment and when I start workflow in List1, then the event receiver in List2 is Triggered.
    Here are my test steps:
    1. Create a workflow for List1 in SharePoint Designer using CreateListItem action set the Title field to "Test" which is in List2.
    2. Create an event receiver for List2 with the below code
    public override void ItemAdded(SPItemEventProperties properties)
    string siteUrl = "http://sp2013sps/sites/testdevsite";
    ClientContext clientContext = new ClientContext(siteUrl);
    List oList = clientContext.Web.Lists.GetByTitle("List2");
    ListItem oListItem = oList.GetItemById(1);
    oListItem["Title"] = "My Updated Title.";
    oListItem.Update();
    clientContext.ExecuteQuery();
    base.ItemAdded(properties);
    3. Deploy the event receiver.
    4. When I execute the workflow in List1, then the title field in List2 will be updated to "My Updated Title". The event receiver has been triggered.
    I suggest you recreate a new List and follow the steps to above to check whether it works.
    Best Regards
    Zhengyu Guo
    TechNet Community Support

  • Oracle Work Flows

    Hi,
    Did anybody try Oracle Workflows ?
    Thanks
    Raj

    Without understanding your requirements, it is impossible to say what the "best tool" would be. Oracle Workflow, however, comes to mind as a possibility.
    Justin
    Distributed Database Consulting, Inc.
    http://www.ddbcinc.com/askDDBC

  • Oracle work flow

    Hi all,
    I have a question about workflow, will therte be any settings in workflow which sends emails. Earlier in our application, when ever a request is made ,implemented or revoked we used to get emails in 5 - 10 mins.Now it's taking couple of hours.
    What couild be the reason for delay.
    As I could not find any forum for workflow, i am posting it in this forum.
    Thanks
    Raghu

    As I could not find any forum for workflow, i am posting it in this forum.
    Workflow

  • Oracle-By-Example for Work Flow

    Hello Friends,
    Is there any OBE series for Oracle Work Flow?
    Any help would be welcome, as I am totally new to the Workflow, and I could not find any material in the form of a tutorial to get started with the Oracle Workflow.
    Thanks.
    Saabir Saifee.

    Hello Friends,
    Is there any OBE series for Oracle Work Flow?
    Any help would be welcome, as I am totally new to the Workflow, and I could not find any material in the form of a tutorial to get started with the Oracle Workflow.
    Thanks.
    Saabir Saifee.

  • New to work flow

    Hi all,
    I am new to oracle work flow, please give me links to articles which describe how to use the oracle workflow engine.
    TIA
    Shivaraj

    Hello,
    This should jump start you..
    http://otn.oracle.com/docs/products/oracle9i/doc_library/release2/workflow.920/a95265/toc.htm
    Cheers

  • Configuring forms with work flow

    Hi,
    I want to install Forms6i and configure it to work with Oracle work flow and my environment details are as follows:
    Platform: Solaris Operating System (SPARC) (64-bit) - Operating System Version: 5.7
    Product: Portal - Product Version: 3.0.9.8.1
    Database Version: 8.1.7.2(32-bit)
    I would appreciate if some one could tell me what are all the steps involved to install/configure Forms, as we already installed oracle 9iAS and 8i database and how to re-link the libraries?
    Thanks,
    Karthik

    Karthik,
    As your questions are about installing and configuring forms, please address
    them to the 'Products > Developer Suite > Forms' forum as they will be able to assist you with this.

  • I've subscription "oracle.apps.wf.notification.close" event ,but not work!

    Hi,
    I've subscription "oracle.apps.wf.notification.close" event,but when notification close my codes don't still work and have no exception come out !
    I've try my codes by subscription "oracle.apps.wf.notification.send" event , and when notification send it can work ! I'm sure that there have no different between the subscription "oracle.apps.wf.notification.close" and the subscription "oracle.apps.wf.notification.close" in the subscription step .
    Doesn't when notification closing raise the "oracle.apps.wf.notification.close" event?
    I need your help!
    Best regard!
    Your friend, yao!

    Please do not create duplicate posts across the forums -- What event is fired when notification close ?

  • Error Un wanted work flow event triggering

    Hi Folks,
       I am facing a high priority issue in work flow in PRD, User has created certain PR's for which system has raised required events to tirgger the workflow items and the whole approval job is completely done. Accidentally, the same work flow events are re-triggerd to raise the work item the very next day, when it is observerd for the trace no clues where thrown to explain the situation to client.
    Can any one suggest me with this type of rescheduling / retriggering of events, why they have retriggerd ?. The situation created problem by getting the work item's triggered un-wantingly.
    Please Help me ASAP I am left with no clue from Last 2 days.
    Thanks and Regards,
    Krishna Mukthineni

    Hi Krishna,
    may i know which BO and which event you are using? are you using the event RELEASESTEPCREATED? in the log did you check the workflow is triggered by which user?
    In case to avoid this, you can use start conditions in your workflow. This will avoid unwanted triggering of the workflow.
    Regards,
    Raj

  • NO Event created for Customer Billing Document (VF01) in Work Flow

    Hi expert ,
    I would like to trigger a work flow from the customer invoice created event.
    Bus Object should be "VBRK" or "BUS2037" ( Customer billing document )
    But ,I cannot get any event after the billing transaction in VF01.
    I use the "SWEL" transaction to monitor all events triggered, but I don't see any event related with billing ( I only see events for sales order creation ).
    Also in "SWO1" BUS2037 has only one event  : "ItCustBillingDoc.assigned"; but It doesn't make any sense to me .Why isn't there a created event for invoice ?
    Has any of you been thru that problem ?
    Thanks for advising .
    Sincerely
    Yvon.

    Hi thanks for your answer.
    SWELS is activated.
    PB still remains :
    In  SWEL i see no event triggered after the creation of a billing invoice .
    I can only see an event related to BUS2032 which is the sales order creation .
    But nothing related to the billing document although the doument is created in SD ( I have the record in VBRK ).
    Any idea Why ?
    Thanks again

Maybe you are looking for

  • Lock ups and general lag

    Hi guys, Has anyone had any issue with the phone locking up/freezing on them? Its happened to me the last couple of nights now... I've been browsing the menus and it just slows down and becomes unresponsive and laggy. Barely usable! I have to shut do

  • Retrieving Strings from Database query ??

    Hi, The problem i'm having at the moment is, with the following code: connect = DriverManager.getConnection("jdbc:mysql://ash.bc.ic.ac.uk/KEGG_devel?user=null&password=guest"); Statement stmnt1 = connect.createStatement(); ResultSet rs1 = stmnt1.exec

  • SD card reader driver

    Hello i have a k220 and it came with vista but i didnt like that so i installed xp on it. Does anyone know where I can get the SD card reader driver for windows xp??

  • Added can be viewed in SQL Workshop but can't when want to create form

    Hi Friends We are using APEX 3.1 and Oracle 10.2.0 at back end. I can assign other schemas to a work space successfully. The Problem is that Added schemas can be viewed in SQL Workshop (SQL commands) But can not view the added schemas in the list whe

  • Total number of records in a file

    hello experts, I am getting a file to upload the data.... This file is containing one header record one trailor record and remaining data records... how to read all the data into one internal table along with header and tralor record. Because i have