SC workflow WS10000129 query

Hi All,
We are on SRM 7.0 and using application controlled workflow.
We are using the 1 step SC approval workflow WS10000129 (One-step approval of shopping cart). I will be using the task TS10008126 - Approval of shopping cart - Manager role or general task for this. All requests over $100 are to be routed to the manager in the org structure.
I have activated the start conditions in SWB_COND but I dont see any entries in SWi1 after ordering the SC.
Also in BBP_PD I see the following
HEADER I1015 Awaiting Approval
HEADER I1021 Created
HEADER I1038 Complete
HEADER I1106 Shopping cart ordered
Pl let me know if I have missed something.
Regards

Hi,
   You can find the PCW help in the below link http://help.sap.com/saphelp_srm70/helpdata/en/74/c0256bebb54f1c8dfb519d2908152b/frameset.htm..
Can you please share your start condition ?
Saravanan

Similar Messages

  • The approval of the single step SRM workflow : WS10000129 ????

    Hi,
           I am using single step SRM approval workflow :WS10000129 for shopping cart creation, After creation , the work flow is getting triggered and The Problem is becuase of Agent (in workflow log, it is saying that , Agent determination for step '000000023' failed ).
    I activiated all the subworkflows also.Customization ie..General Task is maintained also.
    I feel,  it is failing to reach a agent ..plz Help me regarding the Issue to go to an agent .
    How do we customize the agent for Particular task.
    plz Help me..
    Balaji.

    Hi Balaji,
    In addition to disha's remarks also look at the following poibnts which may help you in resolving the issue.
    Check in SWDD txn. (Work Flow builder) check whether the agent assignment is proper or not for one step approval work flow.You can manually assign the agent there if required.
    Also check whether the person approving the shopping cart has been made as the Head of the department or not  in the Org. Structure using PPOMA_BBP txn.Please make the person approving the cart as Head of the department.
    Please verify the above points and run a cycle and let us know about the outcome.
    Hope this helps in resolving your issue.
    Award points for helpful answers.
    Rgds,
    Teja

  • HR Workflow Attachment Query

    Hi,
    I have the following query to retrieve attachment data for complete HR workflows:
    select distinct paa.assignment_number
    ,       pap2.full_name selected_person
    ,       pap.full_name created_by
    ,       fad_l.creation_date attachment_creation_date
    ,       wav.display_name
    ,       fl_l.file_name
    ,       fdt_l.description
    --,       fl_l.file_data
    ,       fl_l.file_id      media_id
    ,       pssh.activity_id
    ,       wpa.activity_name
    ,       pssh.pk1
    ,       pssh.transaction_history_id
    from   fnd_attached_documents fad_l
    ,      fnd_documents fd_l
    ,      fnd_documents_tl fdt_l
    ,      fnd_document_categories_tl fdct_l
    ,      fnd_lobs fl_l
    ,      pqh_ss_transaction_history psth
    ,      pqh_ss_step_history pssh
    ,      per_all_assignments_f paa
    ,      per_all_people_f pap
    ,      per_all_people_f pap2
    ,      wf_process_activities wpa
    ,      wf_activities_vl wav
    where  1 = 1
    and    fad_l.document_id = fd_l.document_id
    and    fad_l.document_id = fdt_l.document_id
    and    fdct_l.category_id = fd_l.category_id
    and    fd_l.media_id = fl_l.file_id /* Release 12 */
    and    fad_l.pk1_value = psth.transaction_history_id
    and    psth.assignment_id = paa.assignment_id
    and    psth.creation_date between paa.effective_start_date and paa.effective_end_date
    and    psth.creator_person_id = pap.person_id
    and    psth.creation_date between pap.effective_start_date and pap.effective_end_date
    and    psth.selected_person_id = pap2.person_id
    and    psth.creation_date between pap2.effective_start_date and pap2.effective_end_date
    and    psth.transaction_history_id = pssh.transaction_history_id
    and    pssh.activity_id = wpa.instance_id
    and    wpa.process_name = wav.name
    and    sysdate between wav.begin_date and nvl(wav.end_date,sysdate + 1)
    and    fad_l.entity_name = 'PQH_SS_ATTACHMENT'
    and    fad_l.creation_date  > '28-AUG-2012'
    and    pssh.approval_history_id = 1
    order by attachment_creation_date desc;However, for certain types of workflows, e.g. absence, the pqh_ss_step_history.activity_id value is null, meaning that I can't link to wf_process_activities to get the workflow type.
    Instead there is a numeric value in pqh_ss_step_history.pk1, but I cannot find where this links to.
    Does anyone have any ideas?
    Many thanks,
    Hazel

    In case anyone finds this thread in the future, I found the answer to my question here: what is the  PK1_VALUE in FND_ATTACHED_DOCUMENTS for HR SIT Transactions
    So for absence related attachments pqh_ss_step_history.pk1 = per_absence_attendances.absence_attendance_id.

  • Workflow archiving query.

    Hi guys,
    We have workflow archiving configured through transaction SARA on standard object WORKITEM but I'm not able to see the jobs that take care of archiving. Any idea where this configuration is?
    For IDocs, I could find daily jobs but none for workflow.
    Thanks in advance for your inputs.
    Ravin.

    Hi,
    Report which will do archiving is WORKITEM_WRI.
    Give this ABAP program name in SM37 selection screen and check.
    But you should do the archiving before checking the job:-)
    Check the below link which will be useful to you.
    Link:[http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/70bf0274-6d56-2c10-5f84-e2daf5be4b01?QuickLink=index&overridelayout=true]
    Cheers,
    Raja.D

  • Workflow Listner Query !

    Hi there,
    I have come from an MQ backgorund so the concepts of MQ are not that strange to me. However, I do have one overiding thought regarding the listner in the Oracle Workflow.
    My app is not in production yet so I have not really had the chance to flesh this out.
    It is important that my application can respond to messages being placed into the queue real time ie very very very fast. If I need sub second responses how can the workflow listner facilitate this ? The lowest denomination seems to be seconds which is a very long time for the type of work I am engaged in.
    Perhaps someone could advise.
    Regards

    What listener are you referring to? There is plenty of queue monitoring going on in Oracle Workflow with regard to the database side of things with the inbound and outbound queues as well as on the java side with the listeners over there. So what do you mean?
    And just to take a stab at it...if you make any listeners you can have them continuously call dequeue on a queue, which will make them wait on it. So the instant (or as fast as Oracle can get to it) a message comes ready in a queue, your process will pick up on it. Thats as quick as I think you are going to get.

  • Information required related to tasks of workflow

    Hi All,
    We are using OIM 11g and have implemented SOA based workflows. It has 2 level of approvals. I have a scenario where in for one approver, I want to no. of taks assigned to him for approval. The task can be for First level approval or second level approval. I want total number of task assigned to the user and its information. Where can we get this in OIM DB.
    Please suggest.
    Thanks,
    Vinay

    you have to look into SOAINFRA user's table as gyan mentioned above
    for detail find the below links:
    Where the task payload is stored in the dehydration store
    http://obiee-oracledb.blogspot.in/2011/10/bpel-human-workflows.html
    Query a HumanTask payload using TaskQueryService  SOA 11.1.1.3.0

  • List Component - Query

    Hi all,
    I have a list component and I have set up initial query in advance search, which generates the listing of the articles.
    Now I am planning to add a search box and upon providing the new search text I would like to search again and utilizing same list component I would like to display new result list.
    I looked a the init.jsp and found the place where I think it executes the initial query?
    I tried to override source and query string but it is not taking an effect.  Also I am not able to find the jar for "com.day.cq.wcm.foundation.List", I wanted to decompile and wanted to see how querys are executed.
    List list = new List(slingRequest, new PageFilter());
    list.setQuery("Test");
    list.setSource("search");
    Any pointers would be helpful!
    Thanks in advance.

    I am workiing on a similiar workflow for an upcoming artilce that dicusses how to query the AEM CQ JCR: http://scottsdigitalcommunity.blogspot.ca/2013/02/querying-adobe-experience-manager-data.h tml .
    This sample app queries the JCR for customer data, supports filtering, and displays the result set in a grid contol located in the client:
    Although this article will not be posted until Feb 23 --I can provide a few pointers. Like most workflows in computer science -- you can  perform a task in more than 1 way. I find that you get more power when you wrap the JCR Query Manager API within an OSGi component and develop the service to expose an operation that queries the JCR and returns the result set.
    You can return the result set to the client and display the data in a web page - similiar to the pic above. Of course -- you can do the same workflow using sling -- its a matter of preferece IMHO. I prefer to develop OSGi services to do the heavy lifting and let the client call the service and display the data.
    For example - to call the OSGI service from a client:
    com.adobe.aem.CustomerService cs = sling.getService(com.adobe.aem.CustomerService .class);
    String XML = cs.getCustomerData(filter) ;
    In this workflow -- the query results are stored in an XML DOM and returned to the client -- where the data is parsed and displayed. The complete artilce will be posted next Fri.
    Here is a snippet of the backend Java logic that is wrapped in the OSGi and queries the JCR that is called from the client:
    public Document getCustomerData(String filter) {
                        Customer cust = null;
                         List<Customer> custList = new ArrayList<Customer>();
                        try {
                           Session session = this.repository.loginAdministrative(null);
                           // Obtain the query manager for the session ...
                     javax.jcr.query.QueryManager queryManager = session.getWorkspace().getQueryManager();
                     //Setup the query based on user input -- 3 options are   All Customers,
                     //Active Customer or Past Customer
                     String sqlStatement="";
                               //Setup the query to get all corresponding customer nodes -- which are of node type nt:unstructured
                     if (filter.equals("All Customers"))
                               sqlStatement = "SELECT * FROM [nt:unstructured] WHERE CONTAINS(desc, 'Customer')";
                     else if(filter.equals("Active Customer"))
                                         sqlStatement = "SELECT * FROM [nt:unstructured] WHERE CONTAINS(desc, 'Active')";
                     else if(filter.equals("Past Customer"))
                                        sqlStatement = "SELECT * FROM [nt:unstructured] WHERE CONTAINS(desc, 'Past')";
             //Execute the query and get the results ...
                     javax.jcr.query.Query query = queryManager.createQuery(sqlStatement,"JCR-SQL2");
                     javax.jcr.query.QueryResult result = query.execute();
                     //Iterate over the nodes in the results ...
                     javax.jcr.NodeIterator nodeIter = result.getNodes();
                     while ( nodeIter.hasNext() ) {
                                              //For each node-- create a customer instance
                                              cust = new Customer();
                                              javax.jcr.Node node = nodeIter.nextNode();
                                              //Set all Customer object fields
                                              cust.setCustFirst(node.getProperty("firstName").getString());
                                              cust.setCustLast(node.getProperty("lastName").getString());
                                              cust.setCustAddress(node.getProperty("address").getString());
                                              cust.setCustDescription(node.getProperty("desc").getString());
                                              //Push Customer to the list
                                              custList.add(cust);
                     // Save the session changes and log out
                           session.save();
                           session.logout();
         //Return the customer data within an XML DOM
                           return toXml(custList);
                  catch(Exception e)
                             e.printStackTrace();
                  return null;
    Hope this helps..

  • Interactive Forms objects in workflow

    Hi everbody,
    I'm currently trying to configure a workflow scenario with Interactive Forms by Adobe.
    My problem is to initiate a workflow object with interactive forms. From my understanding the object type "dynp_form" in workflow builder doesn't have to do with interactive forms. Which object type do I have to use?
    My next question is: can I use the predefined forms from SAP Forms Builder (SFP) in the workflow?
    I thought about ISR-Wizard to define a form in the QISRCONF. But this doesn't seem to work either.
    I have already configured the Adobe Document Services. The test program FP_PDF_TEST_00 works.
    I'm working on SAP NW '04s ECC6.
    Thanks for your replies,
    Olaf

    Hi,
    Welcome to Adobe Interactive Forms Development.
    Well to start with, you got two options to go ahead...
    Option-1 :
    Using ISR Based Adobe Interactive Forms Development, where we develop forms using SFP transaction and attach them to a scenario which is defined in QISRSCENARIO txn. To get a better understanding about this ISR/PCR's, check this one.
    http://help.sap.com/saphelp_erp2005vp/helpdata/en/54/957e40ec66ce62e10000000a155106/frameset.htm
    Option-2 :
    Using Web Dynpro based Adobe Interavtive Forms Development, where we design our Web Dynpro Application which has the Adobe Form. To have a better understanding of this development scenario, check this site.
    http://help.sap.com/saphelp_erp2005vp/helpdata/en/42/c1151c55b33119e10000000a1553f7/frameset.htm
    Well coming to your Workflow related query, My suggestion is to refer the Standard PCR based Workflows WS50000031 & WS50000041.
    Yes, you can very much use the Standard forms in your custom workflows, for this you require to attach your workflow template number to the ISR Scenario.
    My replies are well understood only after refering to the above mentioned links.
    Hope this helps.
    Regards
    <i><b>Raja Sekhar</b></i>

  • G/L account in start conditions of a workflow

    Hi SRM gurus,
    is is possible to check the G/L account in a start condition of a workflow? Can not find it.
    Example: Company 1234 and TotalValue >= 1000 and G/L account=777777 --> Then WS10000129 "One Step approval of shopping cart" should be initiated?
    Would be great if that works!
    Thanks and best regards,
    Henning

    Hi
    As per standard one step WF..GL account is not built as criteria. You have have your own custom code for this. Thanks
    Piece of logic from standard WF task
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    Workflow WS10000129    No default currency
      Event Shopping cart created
       (  " Einkaufen von Employee
         &EC Requirement Coverage Request.TotalValue& < 100,000.00
         and    &EC Requirement Coverage Request.RFQ Follow-On Doc.& u2260 X
         and    &EC Requirement Coverage Request.TotalValue& u2265 1,000.00
         and    &EC Requirement Coverage Request.Requester User.Activity Group& NE SAP_BBP_STAL_MANAGER 
         and    &EC Requirement Coverage Request.Unlimited& u2260 X
         and    &EC Requirement Coverage Request.Spending Limit& NX 
         and    &EC Requirement Coverage Request.UserBudgetDefined& NX 
         and    &EC Requirement Coverage Request.Exists w.out Price& u2260 X
      ) " Einkaufen von Employee
      or    (  " Einkaufen von Manager
         &EC Requirement Coverage Request.Requester User.Activity Group& CE SAP_BBP_STAL_MANAGER
         and    &EC Requirement Coverage Request.RFQ Follow-On Doc.& u2260 X
         and    &EC Requirement Coverage Request.TotalValue& u2265 500,000.00
         and    &EC Requirement Coverage Request.Unlimited& u2260 X
         and    &EC Requirement Coverage Request.Spending Limit& NX 
         and    &EC Requirement Coverage Request.UserBudgetDefined& NX 
         and    &EC Requirement Coverage Request.Exists w.out Price& u2260 X
      ) " Einkaufen von Manager
      or    &EC Requirement Coverage Request.RFQ Follow-On Doc.& u2260 X
      and    &EC Requirement Coverage Request.Unlimited& = X
      or    (  " Einkaufsbudget Scenario
         &EC Requirement Coverage Request.UserBudgetDefined& EX 
         and    &EC Requirement Coverage Request.RFQ Follow-On Doc.& u2260 X
         and    &EC Requirement Coverage Request.UserBudgetSpent& > &EC Requirement Coverage Request. UserBudgetDefined&
         and    &EC Requirement Coverage Request.Unlimited& u2260 X
         and    &EC Requirement Coverage Request.Exists w.out Price& u2260 X
      ) " Einkaufsbudget Scenario
    True 
       Start workflow:  One Step approval of shopping cart
    False 
       No action
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    Rgds
    Kiran

  • Need to Perform Check again and again in Oracle Workflow

    Hi All,
    I have one requirement in Oracle Workflow where if there is any hold applied on any Invoice and if the hold is released then workflow should get cancel immediately.
    I have one workflow activity which can check the current status on workflow by querying AP_HOLDS_ALL table.
    How I can perform the same check again and again to check the current status so that I can immediately cancel the workflow?? Please suggest if anybody has any idea like do-while Loop etc to achieve the requirement.
    Thanks.
    Viswas

    WF Definition loops are expensive for the background process and take good amount of data in wf_item_activity_statuses and wf_item_activity_statuses_h. I would recommend defining a business event to be raised from the form/module where the base table is updated. Then you create a subscription to that event and the function associated to that subscription can abort the workflow process.
    So there would not be a need to constantly check for a condition.
    Regards,
    Alejandro

  • Powershell workflow generating false e-mail alerts

    Hi,
    I have a powershell script that gathers all of the trusted domains in our environment and then sends each domain name to another script to time the amount of time it takes to receive a response to an unqualified (isolated) name query in AD.
    Script 1 code:
    #Load the Active Directory Module
    Import-module activedirectory
    #Search the local schema for all trusted domain objects
    $ADDomainTrust = Get-ADObject -Filter {ObjectClass -eq "trustedDomain"} -Properties * | Sort-Object cn
    #Define workflow to pass domain names to trustsearch script
    workflow Get-domains
      param( $trusteddomainlist)
      foreach -parallel ($trusteddomain in $trusteddomainlist)
        $trust = $trusteddomain.name
          InlineScript {C:\trustsearch.ps1 $using:trust}
    Get-domains -trusteddomainlist $ADDomainTrust
    As you can see, I'm using a "foreach -parallel" workflow to query each trusted domain simultaneously. This is done to alert us to a potential problem as quickly as possible, without having to wait for the entire script to finish.
    Here's the code for the second (isolated name query) script. It sends me an e-mail if the query takes over 60 seconds. 
    Script #2 code:
     $trust=$args[0]
    foreach($domain in $trust){
    $startDTM = (get-date)
    $objUser = New-Object System.Security.Principal.NTAccount("junk")
    $strSID = $objUser.Translate([System.Security.Principal.SecurityIdentifier])
    $strSID.Value
    $endDTM = (get-date)
    $totaltime = (($endDTM-$startDTM).TotalSeconds)
    $ftotaltime = "{0:N2}" -f $totaltime
    Function SendMail
    #SMTP server name
         $smtpServer = "<SMTP server IP address>"
         #Creating a Mail object
         $msg = new-object Net.Mail.MailMessage
         #Creating SMTP server object
         $smtp = new-object Net.Mail.SmtpClient($smtpServer)
         #Email structure
         $msg.From = "<sender e-mail address>"
         $msg.ReplyTo = "<reply e-mail address>"
         $msg.To.Add("<recipient e-mail address>"
         $msg.subject = "Isolated Name monitor warning"
         $msg.body = @"
         Isolated name queries are running slowly. A script measures how long the NAMCK domain controllers take to resolve an unqualified name query. It usually takes no more than 60 seconds to execute. It is currently taking $ftotaltime seconds.
    This may indicate a trust issue or a problem with a downstream trusted domain.
    #Sending email 
        $smtp.Send($msg)
    If ($ftotaltime -gt "60.00")
     SendMail
    Unfortunately, I'm getting a lot of false positives....e-mail alerts when query responses are taking only 7 or 8 seconds, not just over 60. It seems to happen most during the first 2 or 3 minutes the script runs. I think it has something to do with it running
    in parallel, because when I remove the "foreach -parallel" functionality, I don't get any false positives.
    Does anyone have suggestions on how to cut down or even eliminate the false positives without removing the "foreach -parallel" functionality?
    Thanks.

    I think the problem is here:
    If ($ftotaltime -gt "60.00")
    You're doing a string comparison, when you need to be doing a numeric comparison:
    If (60.00 -lt $ftotaltime)
    Here:
    $ftotaltime = "{0:N2}" -f $totaltime
    you're uisng the string format operator (-f) which is going to produce a string. String comparisons of numbers won't produce the expected results:
    PS C:\> "9.00" -gt "60.00"
    True
    Using the numeric double value 60.00 (instead of the string value "60.00"), and putting it on the LH side of the comparison will cause $ftotaltime to be coerced to a double, and you should get the expected results.
    [string](0..33|%{[char][int](46+("686552495351636652556262185355647068516270555358646562655775 0645570").substring(($_*2),2))})-replace " "

  • Error when selecting Activity Guide item from BPM Workspace

    Hi,
    I've installed 11.1.1.6 SOA/BPM onto my local machine.
    I've deployed an Activity Guide example. This loads fine when i create an instance, the GUI loads and i can see the process progress on the left hand side.
    I have created my own test app and deployed it. I can see an instance in the Activity Guide List; however when selecting it the GUI doesn't load and i get an ADF error thrown.
    I can view the task from the Task List and open the GUI just fine. It only seems to be when selecting it from the Activity Guide List that i experience the problem.
    The error i can see in the logs is this:
    Caused by: java.rmi.RemoteException: EJB Exception: ; nested exception is:
         java.lang.NullPointerException
         at weblogic.rmi.internal.ServerRequest.sendReceive(ServerRequest.java:205)
         at weblogic.rmi.cluster.ClusterableRemoteRef.invoke(ClusterableRemoteRef.java:345)
         at weblogic.rmi.cluster.ClusterableRemoteRef.invoke(ClusterableRemoteRef.java:259)
         at oracle.bpel.services.workflow.activityguide.query.ejb.AGQueryService_kcuma2_EOImpl_1036_WLStub.getAGDisplayInfoDetailsById(Unknown Source)
         at oracle.bpel.services.workflow.activityguide.query.client.AGQueryServiceRemoteClient.getAGDisplayInfoDetailsById(AGQueryServiceRemoteClient.java:101)
         ... 112 more
    Any ideas?
    Kind Regards

    I've had the same issue with activity guides in 11.1.1.6 the last couple of days and thought I had been doing something wrong. Wish I'd seen your post sooner.
    Guessing it's a bug - know there's a patch set out - perhaps it's fixed in that.

  • Rejection of Shopping Cart created in SRM ?

    Hi SRM GURUS,
    We have an issue regarding shop on behalf in SRM.
    A shopping cart is created as shop on behalf and needs approval from a manager. If the manager rejects it, then the shopping cart is returned to the user that has been shopped on behalf of  not the user who did the shop on behalf. This is standard SRM Work flow scenario.
    Now we want to copy the standard workflow and want to make changes in that.
    Can any one please let  me know , which workflow we have to copy and where we have to made changes. After all how to activate the Zworkflow. Please help..
    Thanks
    Venkatesh P

    Hi Venkatesh,
    If you are using one step approval of SC then workflow WS10000129 needs to be changed for the rejection of SC notification to be sent to the person who shopped on behalf of. You need to copy the standard task TS10008126 in a custom one and ensure that the recipient of the rejection of SC goes to the person who shopped on behalf of rather than the one for whom it is created based on numerous criteria's like the role of the users or some expression or additional logic to determine the Requester ordering the cart and not the original requester.
    Regards
    Anirban

  • Approval Hierarchy

    Hi,
    Issue :-1
    I am sending an document for approval ( Standard Purchase order) .
    1. Mr "A" has entered the data and sent for approval and the document is in "IN PROCESS"
    2.Mr "B" has received the notiification and submitted for approval .
    Problem :
    From his notification the document has been sent as "APPROVED" but the document is still showing "IN PROCESS"
    What I Tried
    1. Checked the approval hierarchy -- correct
    2. Ran the workflow background engine - with deferred - Y -- completed
    3. Ran the fill employee hierarchy - completed
    but no luck
    Regards
    846691

    Check the Purchase Order Approval Workflow. Query the same in Workflow Administrator.
    It seem Approver B is not having authority to Approver the Document. Supervisor of B is not present or end-dated and Workflow is not able to find the Correct Approver.
    Purchase Order is has dynamic Approval, in which it will not build the entire list during but will send for the next level of Approver once current approver approve the notification.
    You check the setup for Approval. If its Employee Supervisor Herirachy then check for the Supervisor of B. Else check the reporting position of B's position and its setup is correct or not.
    If its Position Herirachy.
    Regards,
    Aks

  • Guided Business Process modelling with Activity Guide

    HI everybody ,
    Please suggest where the bmp-services-client.jar will be available?
    I am getting the following error upon deployment of human task forms which are using the ADF data controls for workflow :-
    Caused By: java.lang.ClassNotFoundException: oracle.bpel.services.datacontrol.types.Number
    The human task forms are taskflow components of a soa composite containing a bpmn process which stitches these taskflows into an Activity Guide.
    Any help will be appreciated.
    Regards,
    Shailendra Nema.

    Another roadblock when trying "Guided Business Process modelling with Activity Guide"
    I get the following error when trying to access the AG instance from the AG ADF client --
    Runtime error in AG Query Service. Failure in queryAGDisplayInfos.
         at oracle.bpel.services.workflow.activityguide.query.impl.AGQueryServiceWSIF.queryAGDisplayInfos(AGQueryServiceWSIF.java:136)
         at oracle.bpel.services.workflow.activityguide.query.soap.AGQueryServiceSOAP.queryAGDisplayInfos(AGQueryServiceSOAP.java:57)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    Caused By: javax.ejb.EJBException: EJB Exception: : java.lang.NullPointerException
         at oracle.bpm.services.activityguide.impl.BpmAGQueryService.constructTaskDisplayInfo(BpmAGQueryService.java:1160)
         at oracle.bpm.services.activityguide.impl.BpmAGQueryService.constructMilestoneDisplayInfo(BpmAGQueryService.java:1060)
         at oracle.bpm.services.activityguide.impl.BpmAGQueryService.constructMilestoneDisplayInfoList(BpmAGQueryService.java:869)
         at oracle.bpm.services.activityguide.impl.BpmAGQueryService.constructAGDisplayInfo(BpmAGQueryService.java:730)
         at oracle.bpm.services.activityguide.impl.BpmAGQueryService.queryAGDisplayInfos(BpmAGQueryService.java:268)
         at oracle.bpm.services.activityguide.impl.CombinedAGQueryService.queryAGDisplayInfos(CombinedAGQueryService.java:58)
         at oracle.bpm.services.activityguide.impl.CombinedAGQueryService.queryAGDisplayInfos(CombinedAGQueryService.java:76)
         at oracle.bpm.services.activityguide.impl.BaseAGQueryService.queryAGDisplayInfos(BaseAGQueryService.java:144)
    Caused By: java.lang.NullPointerException
         at oracle.bpm.services.activityguide.impl.BpmAGQueryService.constructTaskDisplayInfo(BpmAGQueryService.java:1160)
         at oracle.bpm.services.activityguide.impl.BpmAGQueryService.constructMilestoneDisplayInfo(BpmAGQueryService.java:1060)
         at oracle.bpm.services.activityguide.impl.BpmAGQueryService.constructMilestoneDisplayInfoList(BpmAGQueryService.java:869)
         at oracle.bpm.services.activityguide.impl.BpmAGQueryService.constructAGDisplayInfo(BpmAGQueryService.java:730)
         at oracle.bpm.services.activityguide.impl.BpmAGQueryService.queryAGDisplayInfos(BpmAGQueryService.java:268)
         at oracle.bpm.services.activityguide.impl.CombinedAGQueryService.queryAGDisplayInfos(CombinedAGQueryService.java:58)
         at oracle.bpm.services.activityguide.impl.CombinedAGQueryService.queryAGDisplayInfos(CombinedAGQueryService.java:76)
    I am able to access the workitem in worklistapp and the composite instance process flow shows that the first activity in the bpm process is in Running state.
    Please suggest.

Maybe you are looking for

  • Photoshop CS4 will not startup

    Hi there, I am trying to use a trial version of CS4 PS and it will not even start. The only thing I get is an error message that says "Licensing for this product has expired". I'm on Vista Ultimate 64-bit. What should I do? EDIT: Forgot to say that I

  • How to write a log using abap mapping

    Hi all. in PI 7.1 environment I need to use abap mapping and I wish to write some XML data into a table that I created for logging the data. I know that using the abap mapping I can parse an XML file. My question is how to write this table defining a

  • Photoshop CS6...will it run efficiently on Windows 8 Pro?????

    I am assuming it will. The MS Combatibility site has the Win stamp of approval on it so I am guessing it does. Can not find any info on the Adobe end....

  • COPA Report with Characterstics Hierarchy

    Hi Guys I have created Characteristics Hierarchy in KES3 for Customer Hierarchy, Merchandise Hierarchy and Profit Center When iam writing a report using KE91, the system should populate the hierarchy what has been maintained in KES3 But in my case, i

  • How to do multisession DVD

    I tried gnomebaker to write some files in re-writeable dvd for backup purpose and then saved the project so that I can later add more files to the cd. But now after opening the project file, when I click "import session" and select the drive, gnomeba