Execute custom code when grabbing an instance from inbox

Hey Guys,
I work with ALBPM 5.7 and we need to execute some basic custom code (such as updating a custom db) when an instance is grabbed from the inbox. Is there a way to do this?
I would think there would be a handler or something available, that we can plug in.
Basically, when an instance is grabbed from the inbox, it does get assigned to the participant. I need to execute some code so the participant name goes to the custom db too. Any suggestions?
thanks

Hi,
Adding a screenflow just like when you add a screenflow for an Interactive activity.
1) right mouse click the Grab activity
2) click "Main task"
3) select "Screenflow" from the implementation type dropdown
4) click the "New" button.
5) name the screenflow
6) click "Next"
7) decide what variables you want to come into (usually just the BPM object in your process) and what you want to go out of the screenflow (usually just the BPM Object, result and action variables)
8) click "Next"
9) click "Finish"
10) click "Ok"
11) click "Ok"
Hope this helps,
Dan

Similar Messages

  • Custom code for Target Source Reconciliation from a flat file

    Hi Experts,
    I need help in writing a custom code for Target Source Reconciliation from a flat file to OIM. The flat file will contain account details for different application instances. I am working on 11gr2.
    Thanks,
    Subin

    All right, all right, not so quickly.
    I am at the stage of trying to put one dimension
    array. But I stuck in one place, this is the program:
    import java.io.*;
    public class FromFile {
    public static void main(String[] args) throws IOException {
    File inputFile = new File("mac.txt");
    FileReader in = new FileReader(inputFile);
    int c;
    for(int i = 0; i < 10; i++) {
         c = in.read();
    System.out.println(c);
    and I try to read: 1 2 3 4 from text file
    This is the result so far...
    49
    32
    50
    32
    51
    32
    52
    -1
    -1
    -1
    well,
    I think I know what's wrong. I must change ASCII numbers into
    ints. But I dont' know how to do it. Some nice book, or
    tutorial on streams would come in handy. Could you correct
    it?.

  • How to trigger a custom code when user log in?

    Hi my friends,
    We are using multiple sharepoint sites at work. Users log in with AD accounts, so they dont see any login page.
    I need to run a custom code when user login to website. Event receivers do not help at this point. Any suggestions?
    thanks in advance

    Hi Ahmet,
    From your description, my understanding is that you want to trigger some custom code when users log in SharePoint.
    As a solution, you could customize a login page for your SharePoint, then you could trigger your code.
    You could also use httpmodule to monitor user login. Please refer to this article about how to use httpmodule:
    http://sharepoint.stackexchange.com/questions/100976/get-the-current-logged-in-user-in-sharepoint-added-httpmodule
    Best Regards,
    Vincent Han
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • How do I execute some code when a line of a table control is selected?

    Hi,
    I would like to execute some code when a line of a table control is selected.  At the moment I have to select one or multiple rows and then press enter, this forces a screen refresh and my code is executed but I would like the code to be executed as soon as any line is selected.
    I've done something like this using ALV grids and object orientated code but is there a way of doing this in a normal non-OO table control?
    Thanks in advance.
    Gill

    Hi,
    U need to declare a char1 field for marking (mark field).  This will reflect with value 'X' in your tcontrol internal table for all the selected rows. 
    Now u need to handle the okcode for enter in your PAI.
    There u need to loop through the table for all marked fields.
    There after u can do what ever u want.
    Venkat.

  • How to execute custom code only when a specific node is selected in infoset

    Hi,
    We have written a piece of custom code under a node (P1045). Not all users will have access to this Infotype as it is related to Appraisals. So, when users (w/no access to 1045) try to run a Query for other info types data, they are getting error message 'Can not access 1045'. Custom code is getting generated whenever user runs a query. Tried to control custom code with simple IF condition by giving user name. Still generating 1045 code.
    All users use same infoset, where a group of users has access to 1045 and another group does not have access to 1045.
    Appreciate your inputs to get this resolved.
    Thanks,
    Swapna.

    Why don't you try another aproach, instead of adding the infotype to the infoset, create a new table as an alias (with the fields you want to show in regards to infotype 1045) and fill it in the node depending on the authorization check for that infotype in the code ?
    I think that adding the infotype as a node will always get the data from the infotype regardless, that is why it's showing the error.

  • Execute Custom code to do a warning message on SSHR Manager Appraisal form

    Hello - I do not know much about Java/OAF, but I'm really trying to learn! Here is my requirement,
    please help me in getting this done.
    Requirement : On Employee appraisal form, they will have their yearly objectives and their weight percentages.
    These objectives weight percentage is in per_appraisal table attribute1 field(DFF).
    The total weight percentage of an employess all objectives should be equal 100.
    When manager will login to give them a final rating, the total of all weights percentages should be equal to 100,
    if not I have to through a warning message on the Manager's appraisal form(CompFinalRatingsCO).
    To calculate the total weight, we can certainly write a small pl/sql function or a procedure.
    But how can I execute that code and show a warning message on SelfService HR Manager Appraisal form?
    Thanks in advance for your help.
    Thanks
    - Srini

    1) extend the CO attached to your page.
    2) Capture the Button in Processformrequest of your extended CO.
    3) Call a plsql function or procedure with OUT param which will return whether 100% weightage has been entered or not.
    If Not, then throw warning message.
    Here is the way to call Plsql proc with OUT param.
    String sql =
    "BEGIN bcr12_mapping_tool_procs_pkg.XXBCR12_HAS_MANDATORY(:1,:2); END;";
    OracleCallableStatement cs =
    (OracleCallableStatement)am.getOADBTransaction().createCallableStatement(sql,
    1);
    try {
    cs.registerOutParameter(2, 1, 0, 2000);
    cs.setString(1, int_name);
    cs.execute();
    String new_status = cs.getString(2);
    cs.close();
    if ("Y".equals(new_status.trim())) {
    throw new OAException("Please enter all mandatory column highlighted.",
    (byte)0);
    } catch (Exception ex) {
    throw new OAException(ex.getMessage());
    }

  • Prompts parameters disappear when reschedule a instance from history

    Dear All,
    In BI 4.1 launch pad, when I reshceudle a report using an instance from the history, the prompt values given for that instances disappear for all prompts and need to enter all the parameters again. This happens only when I click the prompt icon on the schedule window, otherwise the parameters are retained and the report can be scheduled with the previous given parameters.
    As a result, I have to run either with previuos selected parameters or need to input all prompts again, no way to change only certain prompts and keep the previous parameters for the rest.
    In XI 3.1, the prompt parameters will be retained of that instance during reschedule and we can change certain prompts parameters as per our requirement and rest we can leave with the previuos parameters.
    Is this the funcitonality or bug or any settings available to retain the prompt inputs.
    Regards,
    Ravi

    "This happens only when I click the prompt icon on the schedule window, otherwise the parameters are retained and the report can be scheduled with the previous given parameters"
    I test a WebI report with prompt on a BI4.1 SP05, and the Prompt's values are retained when reschedule and modify the Prompt. Can you check your BI4.x production version and let us know if this problem is replicated on your BI4.1 SP05 or above? Regards, Jin-Chong

  • Negative error code when trying to print from Linux OS

    What does a negative error code mean when trying to print from Linux OS.
    Terminated with error: REP-50157: Error while sending file to printer apps_dev. Exit with error code -1
    It is Oracle Application Server 9.0.4 on Redhat Linux when I'am directly sending the output to the printer.
    Thanks for the help in advace.
    -P

    Reinstall or update your Lexmark printer driver.

  • Error-code when launching Time Machine from MacBook Pro

    I´ve get this error-code when launching Time Machine: An unaspected error has acourd (errorcode -6584)
    Solution on this?

    Sounds like OSX has lost track of where it is.  Try a "full reset" of Time Machine, per #A4 in Time Machine - Troubleshooting.
    If that doesn't help, try repairing your backups, per #A5 there.

  • Error Code when trying to burn from a burn folder

    Hey everyone,
    I am trying to clean up some space on my powerbook G4 (not that I need to) but I like to keep things tidy. I was trying to burn some files onto a CD, it recognized the blank CD, displayed it in my finder as well as the burn icon, I had all the files set up, I hit burn, went to the speed selector, and then when I hit ok an error message popped up saying could not burn "Error Code 0x80020000). Any clue as to why that is? This is the first time I have had a problem burning files, both music and data have worked before.
    Thanks for the help.

    Hi, Joshua.
    I presume you are using the internal optical drive that shipped from the factory with your PowerBook G4.
    1. You wrote: "I am trying to clean up some space on my powerbook G4 (not that I need to) but I like to keep things tidy."Be careful not to "tidy up" anything outside of your Home folder or the Macintosh HD > Users > Shared folder. Your Home > Library folder is another folder that should not be altered unnecessarily.
    "Tidying" System files can render your Mac inoperable unless you either:
    • Have a deep understanding of Mac OS X and the files in question.
    • Are instructed to remove such a file by someone with such understanding.
    2. You wrote: "Error Code 0x80020000)"This is an "Internal Disc Recording" error.
    You may have selected too high a speed for the optical media or the optical drive, have bad media, or be using optical media that your optical drive cannot see correctly. Some new, high-speed media use dyes that are problematic with older Mac optical drives. See Macintosh: Factors That Affect Writing to or Reading From Optical Media. If you've not used this brand of media before, try a brand and speed of media that has worked in the past.
    Good luck!
    Dr. Smoke
    Author: Troubleshooting Mac® OS X

  • I get this error code when trying to update from an older version of Firefox: The operation can't be completed because you don't have permission to access some of the items.

    While trying to upgrade from a previous version of Firefox, I get this error code: "The operation can’t be completed because you don’t have permission to access some of the items."
    == installing ==
    == User Agent ==
    Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_3; en-us) AppleWebKit/531.22.7 (KHTML, like Gecko) Version/4.0.5 Safari/531.22.7

    I resolved the problem in Snow Leopard by logging out of my (admin) account and logging into my daughter's account on the same machine. She doesn't have admin privileges, so when I tried to install Firefox 4 in her account, I had to authenticate with my admin identity and PW. Installation went smoothly after that. My guess is that you could also simply create a new account on the same machine and install Firefox 4 from that. I have no idea why this works.

  • Mail displays a code when sending a picture from Photobooth. Any ideas ?

    Hello everyone,
    I have a problem since I bought my MacBook pro (Os X Lion 10.7.5) :
    When I am sending a picture from Photobooth by clicking on the "email" icon, the receipient of the mail can't see the picture but just a code.
    (For example : "ª◊} ÿåäa≈”Q®K ! ÜË.0T˛≠")
    Any suggestions ?
    Thank you very much for your answer.
    Antoine.

    Anyone has had this problem yet ?

  • Don't want to re-execute applet code, when refresh browser

    Hi,
    I am developing online exam project, here my issue is in timer, I am creating timer in thread.sleep(1000); (ie) 1000 mili sec = 1 sec. once exam started, i am started reducing timer value. While moving to next question, I want previous Applet timer value in next page. Here i am getting initial value of each time refreshing,
    example:
    suppose timer running in browser like this : 00:00:46 ----> when refresh same page i need value reduce from 00:00:46, But its reload from initial value (ie): 00:00:59 in below example code.
    Here is my Applet code :
    import java.awt.*;
    import java.util.*;
    import java.applet.*;
    import java.net.*;
    public class myclock1 extends Applet implements Runnable
    Thread t,t1;
    int hour=0,minute=0,second=0;
    URL targetURL;
    String URLString = "http://localhost:8080/testing/examresult.jsp";
    AppletContext context;
    public void start()
    minute = Integer.parseInt(getParameter("min"));
    second = Integer.parseInt(getParameter("sec"));
    context = getAppletContext();
    t = new Thread(this);
    t.start();
    public void run()
    t1 = Thread.currentThread();
    repaint();
    public void paint(Graphics g)
    if(hour==0 && minute==0 && second==0)
    try
    targetURL = new URL(URLString);
    catch (MalformedURLException e)
    // Code for recover from the exception
    context.showDocument(targetURL);
    t.destroy();
    t1.destroy();
    this.destroy();
    second--;
    if(second==-1)
    second = 59;
    minute = minute-1;
    if(minute==0)
    if(hour>=1)
    hour = hour - 1;
    minute = 59;
    g.drawString(hour + ":" + minute + ":" + second, 20, 30);
    repaint();
    try{
    t1.sleep(1000); /// 1000 mili sec = 1 sec
    catch(InterruptedException e)
    In JSP Page Code:
    <jsp:plugin type="applet" code="myclock1.class" height="150" width="300">
    <jsp:params>
    <jsp:param name="min" value="0" />
    <jsp:param name="sec" value="60" />
    </jsp:params>
    </jsp:plugin>
    How to do that, Urgent Plz help me.
    Thanks in Advance,
    S.Shyam.

    Is it SAX, Dom, JAXB or something else you are talking about?

  • Help, I get this error code when installing encore cs5 from master collection Exit Code: 6.

    Hello all,
    I have been having a problem installing encore cs5 into my Dell xps studio 8100.  the machine is literally three days old and aside from the os, there's nothing else installed in it.
    I was able to run the installation for CS5 without any issues until it got to encore.  everything else installed without an issue but it refuses to install encore.  I have installed the same master collection on another machine, a little older than the new dell, and it installed flawlessly.  But on the new machine, no dice.
    I have posted below the error msg logs i received from the install.  Any help would be much appreciated please.
    Exit Code: 6
    -------------------------------------- Summary --------------------------------------
    - 1 fatal error(s), 3 error(s), 8 warning(s)
    WARNING: OS requirements not met for {33A3F995-8333-4676-8D6F-AB7674BB52EA}
    WARNING: OS requirements not met for {565DE707-5798-4FC3-8DF6-0F58A348A9B0}
    WARNING: OS requirements not met for {5DDABB74-A879-4BE7-A4C6-FD41793942DB}
    WARNING: OS requirements not met for {694213D7-1E0E-4C8F-B822-E2E3680C0FCE}
    WARNING: OS requirements not met for {7816FDDE-40D4-482D-AD7D-97858985DB3E}
    WARNING: OS requirements not met for {AAE6F374-91CB-45FB-9282-4CFA0DED2088}
    WARNING: OS requirements not met for {B8D286BC-A68D-4E74-9F68-8756A49896D8}
    WARNING: Payload cannot be installed due to dependent operation failure
    ERROR: The following payload errors were found during install:
    ERROR:  - Adobe Encore CS5_AdobeEncore5en_USLanguagePack: Install failed
    ERROR:  - Adobe Encore CS5: Failed due to Language Pack installation failure
    FATAL ERROR: Cannot create extract assets at 'C:\Program Files (x86)\Common Files\Adobe\Installers\adobeTemp\{D8465547-5D5B-4856-A93A-8AC0A05C5D4D}' from zip file 'D:\Adobe CS5\payloads\AdobeEncore5AllRetail\Assets1_1.zip'. Error 23 Data error (cyclic redundancy check).

    Hmm... My CS5/AVCHD 1st Impressions http://forums.adobe.com/thread/652694?tstart=0 includes a link to the computer I built
    My CS5 install went with no problems at all, so I'm pretty much out of ideas, other than a note I saved
    Install Checklist http://forums.adobe.com/thread/569663?tstart=0

  • 5 beep Code when trying to boot from CD, but boots just find otherwise.

    I have been getting a 5 LED blinking light on my Laptop when i try to boot from a CD. I read that it is a 'General System Board Failure' but it still boots up just find, no problems. Do anyone out there have any suggestions that they could give or do I really need to get another System board? I have tried changing my boot options, disconnecting all connections and holding down the power button. I feel like i tred just about everything. Help Please !

    I was able to get in with a grey restore disk booted through Open Firmware after trying a few different versions of disks, it finally worked with a G4 restore disk. Thanks so much for your help! Now to get them networked & possibly upgrade the G3.

Maybe you are looking for

  • Doly Audio driver cannot start after upgrading to Windows 8.1

    Upgrade to Windows 8.1 went flawlessly, but when I restart I get this message: I can't find any reference to Dolby Theater or Audio in any app or Device management. I can't find any drivers for Windows 8 64 bit  on the Lenovo site either. Can anyone

  • It doesn't save as word but as picture I cannot edit. Why?

    I read forum and followed the step by step instruction. But Adobe still doesn't alow me to save my pdf file as a word document. It saves my pdf file as picture, that I cannot edit. What is wrong? My file is 146 kb. Vanda

  • Canot call Weblogic Bean from Delphi via JNI

    I tried to call a bean within the weblogiv server 7 from Delphi. I use a JNI Wrapper which allows me easily to acces normal java objects. I can call the bean from a java application. When i try to call the bean via jni, the following error occurs: we

  • 1) Second thread call to stateful session bean.

    Hi Friend, I read your threads on otn and i compared your problem with us and i analysed that your application and my application is same, So Plese can you help me in some issues. Friend, Please help me in these issues, Thanks for this We have very b

  • ITunes - One Album Splitting Up Into 3. (Please Help)

    Okay, so I have an album that I have aptly named UKFDubstep 2010, this album contains 20 tracks, although it has been split into 3 different albums, although they are the same Although I selected all songs at once and edited the artist name, album ar