BPM 11g -- How to find where my instance is in the process

Hi,
I have a requirement where I need to programatiically query to find out where my instance is in the process flow;,it could be sitting in an Human Interactive step, might well be waiting to be notified or might be excecuting a business service. I am assuming that the TaskQueryService and TaskService API's only deal with the human ineractive. Which API can I use to achieve this?
Thanks
Raj
Edited by: user588394 on 24-Apr-2013 08:50

948165 wrote:
Hello,
When I go to System Administrator > Concurrent > Program > Define I can lookup programs that I should be able to run. Now I want to actually run the process but I cant find figure out what responsability it is under.
How can I go about finding this?Please see (WHOCANRUN.SQL - List Responsibilities That Can Run a Given Concurrent Program [ID 134036.1]).
Thanks,
Hussein

Similar Messages

  • How to find where in my program is the error ?

    I use NetBeans and wrote a Java program, it runs fine except it outputs an error message while my program is running, but it doesn't say which line of my program is wrong, the error message looks like this :
    =================================================================================
    compile-single:
    run-single:
    Interval_In_Minutes = 1
    Exception in thread "AWT-EventQueue-0" java.lang.ArrayIndexOutOfBoundsException: 127
    at javax.swing.plaf.basic.BasicListUI.updateLayoutState(BasicListUI.java:1349)
    at javax.swing.plaf.basic.BasicListUI.maybeUpdateLayoutState(BasicListUI.java:1292)
    at javax.swing.plaf.basic.BasicListUI.getPreferredSize(BasicListUI.java:559)
    at javax.swing.JComponent.getPreferredSize(JComponent.java:1632)
    at javax.swing.JList.getScrollableTracksViewportWidth(JList.java:2706)
    at javax.swing.ScrollPaneLayout.layoutContainer(ScrollPaneLayout.java:786)
    at java.awt.Container.layout(Container.java:1432)
    at java.awt.Container.doLayout(Container.java:1421)
    at java.awt.Container.validateTree(Container.java:1519)
    at java.awt.Container.validate(Container.java:1491)
    at javax.swing.RepaintManager.validateInvalidComponents(RepaintManager.java:635)
    at javax.swing.SystemEventQueueUtilities$ComponentWorkRequest.run(SystemEventQueueUtilities.java:127)
    at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:273)
    at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:183)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:173)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:168)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:160)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:121)
    BUILD SUCCESSFUL (total time: 6 minutes 54 seconds)
    =================================================================================
    How can I find out which line of my code caused the error ?
    Frank

    Yes, it seems it's complaining about some array index out of bounds error, but the line number 127 is definitely not referring to my code, because my code looks like this at around line 127 :
    =======================================================================================
    122 JPanel Input_File_Panel=new JPanel(A_FlowLayout);
    123 Input_File_Panel.setPreferredSize(new Dimension(List_Width+Text_Area_Width+30,50+ScrollPane_Height));
    124
    125 JPanel Input_File_Path_Panel=new JPanel();
    126
    127 Input_File_Dir_Button.setPreferredSize(new Dimension(List_Width,20));
    128 Input_File_Dir_Button.addActionListener(new ActionListener()
    129 {
    130 public void actionPerformed(ActionEvent e)
    131 {
    132 try
    ========================================================================================
    As you can see there is no array involved, usually it would refer to my program's name and point to the line number in it, but it's not doing that here, that's why I can't figure out where in my code went wrong.
    Frank

  • How to find where an ipod is without the serial number

    HELP PLZZ

    The serial number will not help.
    If you enabled "find my iPod" in Settings, you can use iCloud. Its location will be determined when it connects to a wireless network, presuming the network's location is also known.

  • How to find where downloads are stored on the tablet

    I have had McAfee anti-virus software downloaded onto my tablet but I am unable to locate the download to install this software.  Where do they reside?

    A virus checker is worthless on a PlayBook. No need for it.
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • I just got the macbook air for christmas and i also got the dr dre headphones so i am trying to enable my soundcheck on my iTunes but i cannot figure out how to find where sound check is located can someone please help!!

    i just got the macbook air for christmas and i also got the dr dre headphones so i am trying to enable my soundcheck on my iTunes but i cannot figure out how to find where sound check is located can someone please help!!

    Go to the iTunes menu > Preferences > Playback.

  • How to find where the below sql is used in database

    Hi all,
    I am tring to find the below SQL in our data base where it is used?
    I had done the checking in all reports manually, But have no luck.
    But i am sure that the below sql is in our data base and having some issue on it.
    Can any one please let me know how to find where the below query is used in our database? I mean in packages/ triggers/ procedures or any where in our database
    Please find the query
    select count(sh.shipment_gid) from SHIPMENT sh, SHIPMENT_TYPE stp, LOCATION ld where (sh.shipment_gid in (select sstop.shipment_gid from SHIPMENT_STOP sstop where (sstop.appointment_delivery > trunc(TO_DATE(:1, :2), :3)) and (sstop.appointment_delivery is not null))) and (sh.is_to_be_held=:"SYS_B_0") and (sh.domain_name=:4) and (sh.insurance_policy_number like :"SYS_B_1") and (sh.perspective=:"SYS_B_2") and (sh.shipment_type_gid=stp.shipment_type_gid) and (sh.dest_location_gid=ld.location_gid(+)) and (stp.shipment_type_xid!=:5) order by ld.location_name, sh.start_time
    Regards,
    Dpk

    There is video demonstration how to import from data dictionary.
    After import you can select from the main menu: View->DDL File Editor menu item to open the DDL dialog and then click on "Generate" button on the dialog. When the DDL is generated you can search in it using "Find" button.
    Ivan

  • How to find where the screen field is stored in table

    Hi all,
    How to find where the screen field  is stored in the table .
    for some transactions if i press F1 on the field and after checking for the technical help.
    I can only find the struture for the screen field, but whereas i need table name for it.
    Can anybody help me how to find the table name where the field is stored.
    Regards,
    Madhavi

    Hi,
    Just hitting a F1 on screen field and getting structure name will not help in getting table name.
    First you need to know the flow of data in the reqd module, which will help you know all the tables in that module with there most of the fields with the data flow, now you need to work on your own to figure out that in which actual tables that value is stored.
    Hope this helps you.
    Regards,
    Tarun

  • How to find where iWeb is saving the files?

    greetings.
    i used iweb last year to make a couple web pages... i normally just edit html directly and don't use this kind of software... i cannot find where it is saving the pages i've updated... the location in ~/Site that has the files from last year do not appear to be updating when saving... the changes are getting saved somewhere because the changes are still there after quitting and restarting iweb... the standard way i use to find where a program is saving the file is to command+click on the title bar to see what path it is saving the file... that doesn't work in iweb...
    i edit my files locally on my HD... then when everything is ok, i copy them up to our server... since i cannot find where iweb is saving the files, i can't copy them to the server... i really don't like software that gets in the way of just doing the work or hides everything... :-\
    i did a quick search of the manual and this list and didn't find anything on this topic...
    thanks for any suggestions-
    jeffery
    ps: also how does one get rid of that ANNOYING "try mobilme for free" splash screen when starting the program each time? it's enough to make me want to just delete everything and recode it by hand... certainly less annoying and possibly even faster... :-[ sorry for being so cranky-

    There is absolutely nothing wrong with iWeb at all. You just need to learn how to use it and what it does and how it publishes that is all.
    You just need to know that if you want to update, then you need the domain files and where they are stored and know that iWeb cannot import and that it creates html files on publishing and publishing to a folder will create these. If you wish to make alterations to these files, then you can easily do so with an html editor and then upload directly to your web server.
    As with anything, if you learn what it does and how to use it effectively, you can make it work very well for you.

  • How to find last accessed/updated tables and the query text?

    I am using :
    Oracle8i Enterprise Edition Release 8.1.7.4.0 - Production
    With the Partitioning option
    JServer Release 8.1.7.4.0 - Production
    How to find last accessed/updated tables and the query text?
    Regards
    LEE1212

    Check DBA_TBALES view there you find one date column that indicate last update
    One option is as follows:
    (1) Turn the auditing on: AUDIT_TRAIL = true in init.ora
    (2) Restart the instance if its running.
    (3) Audit the table:
         AUDIT INSERT,SELECT,DELETE,UPDATE on TableName
         by ACCESS WHENEVER SUCCESSFUL
    (4) Get the desired information using :
         SELECT OBJ_NAME,ACTION_NAME ,to_char(timestamp,'dd/mm/yyyy , HH:MM:SS')
         from sys.dba_audit_object.
    Cheer,
    Virag Sharma
    http://virag.sharma.googlepages.com/
    http://viragsharma.blogspot.com/
    Message was edited by:
    virag_sh

  • How to find when index was created in the database.

    Hi,
    Please help me, how to find when index was created in the database. It should give with date and time.
    Thanks... Bakser

    Please help me, how to find when index was created in the database. It should give with date and time.DBA_/ALL/User_objects Created
    Name                                      Null?    Type
    OWNER                                              VARCHAR2(30)
    OBJECT_NAME                                        VARCHAR2(128)
    SUBOBJECT_NAME                                     VARCHAR2(30)
    OBJECT_ID                                          NUMBER
    DATA_OBJECT_ID                                     NUMBER
    OBJECT_TYPE                                        VARCHAR2(19)
    CREATED                                           DATE
    LAST_DDL_TIME                                      DATE
    TIMESTAMP                                          VARCHAR2(19)
    STATUS                                             VARCHAR2(7)
    TEMPORARY                                          VARCHAR2(1)
    GENERATED                                          VARCHAR2(1)
    SECONDARY                                          VARCHAR2(1)
    select OBJECT_NAME,TIMESTAMP,CREATED  from ALL_OBJECTS where OWNER='OWNERNAME' AND OBJECT_NAME='OBJECT_NAME' AND OBJECT_TYPE='INDEX';Edited by: Anantha on Apr 21, 2009 3:18 PM
    Edited by: Anantha on Apr 21, 2009 3:19 PM

  • How to find out web-inf path from the physical drive?

    How to find out web-inf path from the physical drive?
    I have some user profiles in web-inf directory.SO I want to know the path from root directory like
    d:/program files/allaire/jrun/appname/web-inf/profiles/username like that.
    Presently I am able to get the path upto the application directory and from that I am concatinationg web-inf/profiles/username .
    But it is giving problems when it is deployed under unix or linux.Because web-inf there it treats as WEB_INF
    SO I want to get the path of web-inf directory with out hard coding.
    Thanku

    String path = application.getRealPath("/WEB-INF/profiles/username");
    Note sure why you need this, but you don't need the real path to read the file - you can get an InputStream using the relative path. See ServletContext getResource() and getResourceAsStream().

  • How to find out which objects are at the end of the datafiles

    My Scenario is having a tablespace of 65G but the data is 5G and that is at the end of datafile for that we are not able to resize the datafile our though is to find out what are the objects at that end of datafiles and will either alter move <owner.tablename> move or alter index <owner.index> rebuld online.
    For that how to find out which objects are at the end of the datafiles.

    >
    My Scenario is having a tablespace of 65G but the data is 5G and that is at the end of datafile for that we are not able to resize the datafile our though is to find out what are the objects at that end of datafiles and will either alter move <owner.tablename> move or alter index <owner.index> rebuld online.
    For that how to find out which objects are at the end of the datafiles.
    >
    You may want to copy this and add it to your toolkit
    See 'What's at the End of the File?' in this Tom Kyte article from the Sept 2004 Oracle Magazine
    http://www.oracle.com/technetwork/issue-archive/o54asktom-086284.html
    And this AskTom blog shows you how to generate a script containing ALTER statements toresize your datafiles to the smallest possible. You can 'pick and choose' from the ALTER statements to do what you want.
    Then of course, you can use techniques from this article by Oracle ACE, and noted author, Jonathan Lewis
    http://jonathanlewis.wordpress.com/2010/02/06/shrink-tablespace/

  • How to find out which data control do the page layout components come from?

    hi,
    work in Jdev 11.1.2.3
    After have drag and drop data control into pages designer, how to find out which data control do the page layout component (such as a field in form layout) come from?
    --i cannot find data control related information in the property pallete for the page layout component.
    Regards.

    This information can be found in the page definition file.
    Select the field in the page and then click the binding tab.

  • How to find out if your Mac has the new Virus ?

    How to find out if your Mac has the new Virus, and how to fix it ???

    Helpful Links Regarding Flashback Trojan
    A link to a great User Tip about the trojan: Flashback Trojan User Tip
    A related link in the tip to a checker: Malware Checker Dowload Link
    A Google search can reveal a variety of alternatives on how the remove the trojan should your computer get infected. This can get you started.
    For now I recommend the User Tip from etressoft to detect and remove:
    Checking for and removing the "Flashback" trojan
    Kaspersky Flashback Trojan Site:Flashback Trojan Detection and Removal
    Also see Apple's article About Flashback malware.

  • Cannot find where to accept cookies in the security tab in preferences

    I cannot find where to accept cookies in the security tab in preferences.  Can someone guide me?

    If you're using safari - click on Safari -Preferences - then to privacy - and select whether to accept or deny cookies

Maybe you are looking for

  • Why did frame rate of video shot on iphone 5 change from 30 fps to 24 fps?

    Why did frame rate of video shot on iphone 5 change from 30 fps to 24 fps?

  • Axi Master DDR (MIG) tester

    Hi guys I'm trying to create a DDR stresser on my project, so I created an Vivado HLS IP core that has one axi-master interface and one axi-lite-slave(for parameters) the code is bellow #include <stdio.h> #include <string.h> #include <stdlib.h> unsig

  • Web DynPro Adaptive RFC proxies configuration

    Hi, When using Adaptive RFC proxies to call BAPIs in my Web DynPro application I need to go to the content management web interface (localhost:50000/webdynpro/welcome) to set them up. How can I automate this configuration for, say, quick deployment o

  • SAP material master upload , but table by table

    Dear All, we have a case in which we want to create a new client and move all the settings and master data from our current client to the new one (we dont want to move the transactional data). our basis consultant has moved the settings and customiza

  • INTERNAL HARD DISK SPECIFICATION

    WHAT IS THE PHYSICAL SPECIFICATION (SIZE) OF INTERNAL HARD DISK I NEED TO BUY FOR MY HP PAVILION DV6 2141EE LAPTOP .I NEED TO REPALCE IT HELP ME PLEASE.. This question was solved. View Solution.