Keeping track of participants for previously completed activities?

Looking for best practices for handling "rejection paths" in an approval process. Given a simple approval process:
1) Initiator submits item
2) Section mgr approves or rejects
3) Division approves or rejects
4) Office Mgr approves or rejects
5) user notified of final approval
My flow can be rejected at any step, where flow gets routed back to the previous step. But using roles, default behavior would put activity into inbox of ALL USERS in the Role. I want it to go back to the the specific user that completed the previous step.
It is starting to look like I need to store previous participants in database or create instance variables to store participants for every step....varInitiator, varSectionMgr, varDivMgr, varOfficeMgr so in case I need to route it backwords, I know who to actually send it to.
ideas?

for my scenario, you can use either of the following options:
1) after setting a participant, you can do:
"participant.sticky = true"
which makes the participant the default participant for the role, for each activity that lands in that role for that instance.
2) you can set the default participant for a role:
"role.defaultParticipantForCurrentInstance = this.creation.participant"

Similar Messages

  • Need software to keep track of clients for small business.

    We need some way to keep up with multiple types of payments for several hundred clients, as well as the ability to make notes as needed.  We have been using ical for our notes and a simple Numbers spreadsheet, but this method is cumbersome.  I have looked at various accounting programs, but they all seem much more complicated than I need.  Any help or suggestions are greatly appreciated! 

    I ran a small business, and there is no way I would have done it with iCal and Numbers.  Intuit's Quickbooks is the best program for small business.  Yes, it's probably got more than you need, but it helps pay bills, taxes, inventory, blah blah blah.  It's only $200.  They have an online version.  It links to your bank.  It links to tax software.  I can go on.  I used the enterprise version, and I'm not an accounting, and I found it a piece of cake to learn. 
    Since this is the forum for the Macbook Pro, you're really not going to find much info here.  Go to the Intuit Quickbooks website, and do a test run.  Trust me, if  you want to make a profit and pay bills on time, get a real program.  Quickbooks is one of the cheapest but still the best out there. 

  • Looking for an application to keep track of things

    Again, forgive me, for I am new to the BB world.
    I have a Palm Zire that I use to keep track of, among other things, all the books I've read - nothing worse that buying a book for the second or third time!  I use the Palm desktop contacts list, filter by "Books", the by author keep track of the titles in the note field.
    Can anyone recommend a BB application to keep track of this for me.  One of the reasons I got this phone was so I wouldn't to carry my PDA and phone with me when shopping.
    Thanks a million
    kznailz

    Hi there!
    For me, I use contact items...I have a whole batch of them that start with "Note" and contain tons of things. One is my weekly shopping list. Another is a list of gift ideas for folks. And many many other things. I like using Contacts as I can not only search them, but they replicate to my desktop PIM (for me, via BES/Exchange) and I can even edit them in my PIM and they wind up on my BB. Handy, IMHO!
    Hope that helps!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Program suggestions for keeping track of sales?

    I do lots of online sales and am looking for a great program to keep track of everything for tax reasons and just to be more organized.
    I would like the ability to input my cost on the product, and also put how much I sold it for and shipping prices, etc.
    Also, the ability to put in receipts and other costs would be great too.
    Any suggestions out there? I looked at QuickBooks, but it seems like that might not be for what I am trying to do.
    -Thanks, Kyle

    I understand excel is very basic
    Very far from it. It is a highly sophisticated spreadsheet application, but it does require a high degree of familiarisation to get the most out of it.
    FileMaker is a lot more intuitive (having originally been invented by Claris, an Apple subsidiary).
    But whatever application you decide to go for, I would get a manual to go with it.

  • Add Completed Activities assignment block to contacts

    On the opportunties page there is an assignment block for completed activities.
    When I hit "F2" I see that it is CUBTDocFlow_CA.MainWindow Component BTDocFlow.
    On the contacts page there is an assignment block for planned activities it appears to be for component BP_BPBT.
    I want to add an assignment block "Completed Activities" to this page as well.  Is this possible?
    If so what are the steps involved in doing this?  I see inside of BP_BPBT there is a view BP_BPBT/ContactActivitiesOV
    but this is for the planned activities I take it.  Would I just add a new view for the completed activities?
    So my question is how do I add the assignment block "Completed activities" to the contacts page?  If I try to personalize the page this assignment block is not there.

    Use this link to know more about documentation.
    [EEWB|http://help.sap.com/saphelp_crm50/helpdata/en/20/a4ffee7e0fcc4ebb7e5466d3903d38/frameset.htm]
    Regards,
    Shiva Kumar

  • Keeping track of computers.

    I'm trying to come up with an idea to keep track of computers for a business. I was thinking of just having a text document on the C: drive that lists the Serial number, computer name, and location. Then use a Java program to query by computer name all of this information. Right now, where I work, we just use an excel spreadsheet to track them (about 300+). I'm just wondering what others have done in this situation? I'm not looking for code, just ideas, so I can build it.

    Ok, here is what I have so far.
    We tend to move computers around quite a bit. Either one fails and we replace it with another, or new ones are bought to replace the old ones. My idea, is to have a little program that I put on the computer (admin desktop) which we can open and update information (which is stored in a text documet on the C: drive). Information would be computer name, location, serial number, monitor serial number, ram, hd space, and the date it was last updated. This way, when we do move a computer, we can run this program and update the location, or if we add ram update that. I've already got this part built.
    The other program, that the admins will have, will be able to take a list of active computer names and grab that file from each of them. It will get all the information about each computer. I should be able to make it so I can find all computers in a certain room, or find all that have less then a specified amount of RAM or HD size, etc.
    Of course, a drawback will be if a computer is off when the list is updated. Another possible drawback (versus a database) would be network usage, having to query each computer one at a time.
    This isn't something that I NEED to do, it is just something that I WANT to do. More or less Java practice. Like most of the stuff I make to use at work, it may never leave my home computer.
    The database would be a lot better, it would certainly alleviate having to use the text documents. But where I work, getting access to some kind of an SQL server is a nightmare. I'm in the Military, and for us to use a server, we would have to purchase our own, and that isn't happening anytime soon. At the very least, If I wanted to use a database, I could setup a computer in the office and dedicate it for the database. Not ideal in any way!

  • I have been using Find my iPhone for over a year to keep track of my 12 year old daughter occasionally.  All of a sudden when I click on the app icon it asks me to log in.  This has not been the case.  It has always remained logged in in the past.  W

    I have been using find my iPhone on my iPhone 4s for the past year.  I will look at it occasionally to keep track of my 12 year old.  All of a sudden I have to log in every time I click on the app.  I have always remained logged in in the past.. I upgraded to IOS 8 today thinking that might fix it.  It has not.

    adkennon wrote:
    And maybe you don't talk to too many people but I've been on many forums on different websites where people have had similar problems and a lot of people in the store were having battery problems where they were draining too fast. What I learned is that all the people who did not download the updates are good. There phone is working the same. The people who have, they're having battery problems
    I have downloaded every update and my battery life is better than any previous iPhone I have ever owned. I see posts from hundreds of people every day, and this is not a commonly reported problem. While there are a few random reports of battery problems, it is no more than I have seen for any other model or any other version of iOS in almost 8 years. Usually problems of rapid battery drain can be traced to bad apps (FaceBook is the worst offender) or corrupt data being synced from iCloud or other sources (gmail, Windows Live, Yahoo, etc).
    The simple test is to restore the phone as New. Do not create any email accounts. Do not install any apps. Do not enable FaceTime or iMessage. Do not enable Twitter or any other social networking app. Use it for a day and check the battery usage. You will find that it is working well.
    And also see this: http://www.overthought.org/blog/2014/the-ultimate-guide-to-solving-ios-battery-d rain. It is the best treatise I have seen on the subject of battery usage.

  • LR workflow for keeping track of copyright submissions?

    Instead of reinventing the wheel, I thought I'd ask here first.
    I have around 8,000 images in a smart collection of photos taken between Jan 1, 2010 and March 31, 2010. I've added my copyright info into the metadata and am in the process of exporting a 700px image of each image to a 1st_qtr2010_copyright folder on my hard drive before submitting them.
    I am considering adding these phrases to the Keywords into the original raw images: "copyrighted" and "submitted April 16, 2010". In the future, I should be able to search for all "copyrighted" images or a refinded search for any "submitted..." group. And when the certificate is returned for the images, I'd add one more keyword like "© completed July 20, 2010" and/or the copyright document number.
    I guess the target is to figure out how to keep track of the images already submitted, the ones officially copyrighted, and any images still needing the copyright submissions.(images that do not contain "copyrighted")
    If anyone here has a tried and tested method or workflow using Lightroom, I'd love to hear them before I go any further.
    Thanks in advance,
    M. Jackson

    Sean and Jao,
    I found the tick box now.
    I create a Keyword Set called something like "Private Keywords" and inclued the keyword "copyrighted" (with the boxes unchecked). I select one or more images, then click the copyrighted keyword in the list? I think I got it. I then add additional Private Keywords to my set and use them as needed. Right?
    Going back to my original question, I am looking for help with a workflow suggestion to help keep track of submissions to the copyright office. I see the option in LR to assign either Unknown, Copyrighted, or Public Domain in the Metadata. So, I import them into LR as unknown until I prepare the jpgs for uploading, at which point, I change all of the original RAW images to Copyrighted. At the point of uploading and payment, the images are copyrighted for most purposes, but there is still the final step of getting the certificate from the copyright office a few months later. I'd like to find all the ones submitted in that group and assign a new Private Keyword that associates the registration number and maybe date with the photos in that group.
    Unless I am missing more features in LR, assigning appropriate keywords would be necessary to keep track of the whole process. Keeping some of them private makes a lot of sense. If I were to run a copyright batch every few weeks, it would be easy to visualize eight or nine "in progress" copyright submission groups waiting for the final certificates.
    Any additional advice would be appreciated.
    M. Jackson

  • How to keep track of what I've previously draw

    They said:
    Everytime the paint method is called, everything that was drawn before must be redrawn. The paint method has no way to keep track of what you've previously drawn, it is your responsibility as the programmer to keep track of such things.
    Is this right?
    How can keep track of my random shades of random amounts?
    Is there a simple way to do that?
    In a example, I must use getGraphics to get JPanel's graphics, then I use it to random draw something in the JPanel.
    I just want to keep them in my JPanel when it resizes.I haven't get the answer yet.
    Can you help me?

    Ok I haven't got time to write the code for you, but here's the idea:
    //User drags mouse around to draw on screen
    //use mouseActionListener to catch MouseDragged event
    int x = mouseEvent.getX();
    int y = mouseEvent.getY();
    Point p = new Point(x,y);
    arrayListOfPoints.add(p);
    // end mouse action capture
    //override paint method of component
    public void paint(Graphics g){
        super(g);
        Iterator it = arrayListOfPoints.iterator();
        while(it.hasNext()){
            Point p = (Point)it.next();
            g.drawLine(p.getX(),p.getY(),p.getX(),p.getY())   

  • Uninstalled yesterday, closed down and rebooted several times, install keeps telling me to reboot to complete previous uninstall

    uninstalled yesterday, closed down and rebooted several times, install keeps telling me to reboot to complete previous uninstall

    look here for safe uninstall:
    https://support.mozilla.com/en-US/kb/Uninstalling%20Firefox
    thank you
    Please mark "Solved" the answer that really solve the problem, to help others with a similar problem.

  • Where does Mail keep its hidden cache of auto-complete email addresses.  I am plagued with an incorrect email adress I can't get rid of.  Have made sure it's deleted from Contacts and made sure it's deleted from "previous recipients" list in Mail - i

    Where does Mail keep its hidden cache of auto-complete email addresses.  I am plagued with an incorrect email address I can't get rid of.  Have made sure it's deleted from Contacts and made sure it's deleted from "Previous Recipients" list in Mail.  But it still keeps reappearing ... obviously a secret cache file hidden somewhere?

    Autocomplete has nothing to do with this problem.
    From the Mail menu bar, select
              Window ▹ Connection Doctor
    Look for a disused SMTP (outgoing mail) account in the window that opens. Double-click it. Another window will open, showing a list of all the outgoing mail accounts. The unwanted one will be selected. Click the minus-sign button to delete it, then click OK.
    If there's more than one unwanted account, repeat.

  • Do you need to use an email as an apple ID?    We have a family email which is currently the apple ID so I can keep track of purchases but i have 2 iPhones and 2 itouches. Can all 4 devices have different apple ID under the same email address. Also for th

    Do you need to use an email as an apple ID?    We have a family email which is currently the apple ID so I can keep track of purchases but i have 2 iPhones and 2 itouches. Can all 4 devices have different apple ID under the same email address. Also I wanted to know because for the game center we wanted to keep track of each individual not just o e account.  DID I MAKE SENSE

    Figured it out. Thanks.

  • I have an ipad and iphone with a pc laptop at home. I have a program called "Passkeepers on the laptop that keeps track of all my passwords. Can I tranasfer this file to  my ipad or iphone. If yes, how if now what program for ipad or iphone do I need?

    I have an ipad2 and an iphone 3. I also have a PC laptop. The lap top has a program to keep track of my passwords, "Passkeeper" Can I sync with my ipad or iphone? If yes how? If no what app will work on the ipad or phone to keep track of passwords?
    Thanks

    Oh nice, there's a PassKeeper application for the iPhone and iPad.  Simply install it and it should talk you through steps, otherwise their website is probably a great place to check.
    http://itunes.apple.com/us/app/passkeeper/id405021740?mt=8
    I really like the application 1Password, and it works across all the products, Mac, PC, iPad, iPhone.

  • Why do my songs and audio books keep getting erased when I add a new book?  Now some books will not play and the iPod does not keep track of where I was when I pause a book, leave for music and then go back!

    About a month ago I added some new audio books to my iPod Classic and then after disconnecting, I discovered EVERYTHING had been erased. 
    I had to restore through my iTunes but then I could not load my music back on.
    I uninstalled / reinstalled iTunes and completely reformated the iPod drive.
    I successfully got my music and books back on but then added a new book two days ago only to discover everything got erased AGAIN!!!
    Of course, my 1 Year Warranty was up about a week before the first incident.....
    I formatted the iPod again, uninstalled / reinstalled iTunes (it was freezing during sync) and downloaded all my music and books again.
    Now I have several books that will not play (they play on iTunes and they played on the iPod before all these events) and the iPod does not keep track of where I was in a book when I have to stop and go to something else.
    Does anyone know what is going on with this thing???  I have a 5th Gen Video and in all the years I've had it, I've NEVER had problems like this! 
    Does anyone have any ideas on what I can do to get my iPod Classic up and running properly again?
    Thanks.

    When iTunes/iPod sync process failed due to timeout, the iPod, has only the initilaised  filesytem structure at the start of the Sync.
    The timeout failure could be due to
    Bad hardisk - do the iPod disk diagnostic, refer to this excellent post by tt2
    Slow USB port or resource - Dont use any USB hub, disconnect all other USB devices while syncing
    Timeout due to Antivirus or other plugins - disconnect from Internet and stop the Antivirus or monitoribng software if you are syncing.
    Preferably stop doing other things while syncing this ancient device, which the latest iTunes designer, think will soon be extinct.
    Have a nice day!

  • HT201412 I have restored my iphone 5 for the second time now, and it keeps crushing after 1hour of having completely restored it through iTunes. What am I supposed to do?

    I have restored my iphone 5 for the second time today, and it keeps crushing after 1hour of having completely restored it through iTunes. What am I supposed to do? I deleted some apps I had recently installed, even changed the background refresh. What else?

    Well... it said iPhone Recovery Mode, and I pressed 'Restore iPhone' after which it asked me if I am sure that I want to restore the phone to factory settings, I pressed 'yes'. After 20-30min it eventually came to the 'Hello' page where I had to sign in with my Apple ID, and then saw the icons of each of my apps. which one by one turned from grey to their full colour as they downloaded one by one. After 1-2 hours of having completed all the app downloads, I found the phone shut and could not turn it on with the normal way. And this happened after 2 restore sessions. Is there something I need to do, or I need to request a replacement. I have had the phone for 11months, and crushing problems begun on the 13 of Nov, which was a few days after I updated to iOS7. But today is already 48hours since I have not been able to use my iPhone properly.

Maybe you are looking for

  • Hetrogenous replication in sql server 2008

    I am trying to setup a transaction rpelication between a Oracle publisher (version 10.2) and sql server 2008 sp1 on windows 2008, 64 bit AMD Processor. I have installed the oracle client 11.0.1 and followed the permissions for the login on the orcale

  • Is it possible to create a template in keynote that includes more than just the layout?

    I have a keynote document that I use daily.  It contains a combination of slides that do not change and blank ones where I add custom content. I would like to make this into a template, so that I do not have to duplicate the original every time I wan

  • Account determination in VKOA

    Hi The Scenario is I have assign GL account in the VKOA for KOFK because we are implementing Controlling also but when we are generating billing document it is giving error that KOFI has not assign GL account, i don't know why it is taking KOFI  for

  • Verify digital signature  mobile 5.0

    i have a jad file d2link and i get this error msg [unable to verify digital signature ] can any one help its on a 8525 phone with wm5 on it with the java program 6.1 i have downloaded opera it seem to work fine plus the golf tracker and gmail and the

  • Why do I have to start from scratch every time?!?

    Seriously, what the ****?! I am sitting here in the middle of the friggin desert with a crappy connection and I am lucky if I can download a 500 meg file much less a 1G file. So I get lucky and get to 950 megs and my connection craps out and now I ha