How to revive the operation which has full status?

It seems funny, but here is my scenario:

I got 10 operations in a process. In the 6th grade, it retrieves the user name in the 7th level of the DB customized using JDBC service.

Unfortunately, the user name is not maintained correctly (with some errors of typing in the DB). In step 7, I use affect the service that takes the user name obtained in step 6. As it cannot find the user name (as it was a misspelled name), the stalls of exploitation.

If I see the State of the process,

I see

Step 1 - COMPLETE

.

.

.

step 5 - COMPLETE

step 6 - FULL (DB recovery disk)

step 7 - to the point of DEATH (with the error - user name doesnot exist)

I realized the error and corrects the Custom DB with the right username.

Now my question is, how do I re - run the whole process of step 6?

I checked it, but /AdminUI doesnot allow to re - run operations with FULL State. If I rerun the step 7, it is useless but keeps the wrong username.

Only option I see is asking users to trigger again in step 1 which makes no sense for the user because they think that it is a re-work for them again and also there is many users between the process that approves the form and they are all working on that.

very much appreciate your help on this.

Thank you

KC

This can be done!

Do not let the operation because no valid main stall. Because this cannot be retried using /AdminUI.

Instead, stall the branch so that you can retry the branch through /AdminUI.

Catch invalid Exception of the observed activity and connect to an activity of stall (as illustrated in the attached screenshot).

This will cause your branch to stall. After correcting the user name in DB, you can retry the branch which will resume execution of step 6.

Hope that helps...

Nith

Tags: Adobe LiveCycle

Similar Questions

  • How to improve the only table has full table scan with a lot of data and without PK

    Hello world...



    I have YOUR table...
    CREATE YOUR TABLE
    (
    EMPLOYEE_NUMBER VARCHAR2 (30 BYTE) NOT NULL,
    ATT_DATE DATE NOT NULL,
    DATE OF DATE_TIME_IN,
    DATE OF DATE_TIME_OUT,
    NUMBER OF DELAY_MINUTES
    NUMBER OF EARLY_EXIT_MINUTES
    STATUS VARCHAR2 (20 BYTE)
    )


    This table contains a primary key and no clue on this subject. and coontain around 600 000 recoed.

    query this table take about 5 mintes with full table scan

    Select * from your.


    I create indexes on Employee_No and atta_date, although there is a constarin for bith of them is not zero, but they have a duplciate value...

    But even thogh the table always do full table scan...


    BR

    Thanks for the stats...
    Well, your statistics on that table are updated.
    The volume taken by the table is consistent with the number of lines you have and the average space taken by each activity.

    what I propose (this is not a 'query' problem since you decide to read the ENTIRE contents of the table and you are not satisfied with the performance):
    -Try this query in parallel (maybe your server will not parallelize it):

     select /*+ PARALLEL(x) */ * from ta x
    

    - or check what are the events of theses/wait (probably the disk IO rate or the network)

    REM: As SY compression could be an option to go in his direction, I repeat:
    "change the type data number EMPLOYEE_NUMBER" instead of varchar2 (rebuild the table) in a way you will earn enough space (bytes/line) VS the actual duration of each lines.
    Another way to reduce the space and If you insert / select in this table is finally reduce the PCTFREE, but beware the danger of this is that you will lose all the benefit if this table is updated or deleted. (it may not be the case today, but it could be in the future!)

    Published by: user11268895 on July 18, 2010 16:15

  • My Motospeak works not-how to return the original which has made?

    A week ago, I received a notification that there is an update for MotoSpeak. I have a Droid3 with the Roadster and MotoSpeak worked fine with it. The new update was an application called My Motospeak. It has been listed as a beta. I was not given any of these information before saying to go ahead with the update. He has not only did not work at all, it caused my phone actually stop working! A day or two later, I was informed there was an another update. I installed it hoping that it wasn't a beta version and that he had in fact been scheduled. Not! This is still a beta version, but I managed to find a way to get my Roadster working again--sort of. He won't answer calls or text Messages, but at least I can make calls. I have not tried to send a text yet, but this isn't something I made while driving very often; above all, I am only answering texts. But worst of all, I was no longer able to make or respond to my phonecalls! I had to start hard to be able to use it again! So I uninstalled my Motospeak. The first beta version was not the original, but the second deleted download - without my permission - so I tried to find the original (plain ol ' Motospeak), but he is no longer on the market. I looked online and it appears in the site market.android.com, using the browser of the phone I went on this site and click on install. After my connection, I was informed that this request is not available in my area. I'm more that a little upset about this - now I can't use one of the more interesting features of my new phone and a Roadster more! What gives Motorola (or should I complain to Google)?

    Hello.

    We recognize that there is a problem, so we now have an area for MotoSpeak, and a thread where you can get an official version of the old MotoSpeak until the updated version works on Droid 3.

    @mlgodwinjr - thank you for your efforts. Have to take that down as a violation of the rules, but understand your heart is in the right place.

  • How to change the text which has already transformed into 3D

    Hello;

    I just downloaded a photoshop cs6 extention 30 trails. I like the new features but one thing that interest me the most the new control 3D, but I have a problem with text editing once there already turn in 3D using the "new 3d extrusion of selection layer.

    It looks easy in the video tutorial on youtube, but I can't seem to change the text once it is already spinning in 3D.

    I'm trying to change it by clicking on the button "edit source" with the selected text layer. It opens a new window and once I edit the text, but once I click the check icon, the text does not change.

    Help, please.

    Hi adobekhmerteam,

    R_Kelly is quite accurate. You must save the source text and then close out of this window to see your changes.

    I created a few screenshots of the workflow for anyone who has this problem in the future.

    1. in a new document, create a text box with your desired text. Instead of clicking the checkbox in the top toolbar, Select the 3D option.

    2 in the new 3D workspace, you can adjust the position of the text, lighting, stage and your all angles. To edit your Source text, click Change Source in the properties panel.


    3 make changes to your original text box. You click on file > save, and then close the window with the text of your source.


    4 when you close the window with the text of your Source, you will be taken back to your 3D text with image.

    See you soon,.

    Michael

  • I hava the key which has a lot of data, how can I led all data

    In the database for duplicates, I hava the key which has a lot of data, how can I remove all the data.such as I hava key: aaa, but the data has three: 123, 234, 456, how I can del the 123,234,456, I used the cursor to del (Cursor.delete ()), but I can only led the first have: 123 and used the cursor.count method) , I find the method return 2 for me. and my question is how to remove the two remained. Thank you all

    After calling Cursor.delete, call Cursor.getNextDup to move to the next double, then call Cursor.delete again and repeat.

    -mark

  • Can someone tell me how to upgrade the operating system on the MacPro?

    I have a MacPro1.1 which works fine, but now I can't use LightroomCC on that because the OS is no longer supported. Can someone tell me how to upgrade the operating system on the MacPro?

    Your Mac Pro 2006 supports only as high as Lion unless you use a hack.

    If you want Lion then order a code to download here:

    http://store.Apple.com/us/product/D6106Z/A/OS-x-lion

    and then use the code in the Mac App Store.

    If you need higher that the Lion then Google for the hack

  • Equium A200 - how to get the operating system?

    Hi, my son has just been given an A200 and we put in place a new disk hard in, but we do not have the recovery disks. Anyone know how I could get my hands on copies or how to download the operating system and then is just a matter of inserting the disc?

    Tony

    Hey Buddy,

    First of all I must say that it of not possible to download the operating system. It s just preinstalled on your laptop and you can find it on Toshiba Recovery disk as well.

    If you don t have a recovery disc, you can order one from Toshiba but I m not 100% sure if it of possible old Equium A200. Just check the online store:
    https://backupmedia.Toshiba.EU/landing.aspx

    If you can t order it, ask a service provider authorized in your country. Maybe they have such a disc and can give you.

  • VI server: Get references from the project which has a VI

    OK, here's a question for someone who knows the intricacies of the VI server:

    Is there a relatively easy way to get the reference of the project which has a VI?  (I don't know how that would play if there are multiple instances in different contexts, but maybe I'm overthinking it.)

    I see that there is a property "Own App" for the screws, which means that I could probably get to open projects from that and across these hierarchies of project.  That seems like a lot of effort, however.

    Thank you

    Jim

    @Ben: you are right, a VI, you get the reference of the call library, in the library, you can get the mention of 'a project', which is a "temporary project X" where X is an increment. But how to get the real owner of project?

    If the project is in memory, you can use the property to "Own the Application" of the VI then the 'Project.Active of the project"which is a private property.

    Christian

  • Dear Apple, I am Sayed of Egypt living in Saudi Arabia and I am a user of the I produced phone since I phone 4 and really I'm shocked by the incident that happened to my phone I 6 when he returned on the table which has led to the breakdown of screen whic

    Dear Apple, I am Sayed of Egypt living in Saudi Arabia and I am a user of the I produced phone since I phone 4 and really I'm shocked by the incident that happened to my phone I 6 #F2NNQ1WZG5QW when he returned on the table which has led to the breakdown of screen which is quite weird for me and not accepted for the kind of quality of apple products , I went to the Agency here for the interview they asked me to contact you directly. I'm waiting for your answer to fix my screen. Thankx Sayed

    You don't talk to Apple. This is a user forum.

    Accidental damage are not covered by the warranty.

  • How to revive the VI without the start and stop?

    I have a VI that processes the incoming data. I would like to erase the shift registers and be able to deal with (1) the same data file on my interval selected by the user OR (2) a new data file, selected by the user. Problem is, I don't know how to revive the vi AND I don't know how to clear the shift registers. I will continue looking for the forums and looking through the topics help, but so far I have not found something that worked properly with my program.

    Thank you

    EM

    I have use this method; However, I was able to get the VI to run again. I ended up putting another while in a loop around the entire VI with just the filepath Maj-registered to the loop. I wired then the button "run next" for the "Stop" inside while loop the loop end and filepath to return at the beginning of the outside while loop and re - run the VI of signage. I wired the former 'Quit' button for the new 'Stop' on the outside while loop. This is probably not the most eloquent way of working the VI, but it works, how I want.

    Thanks for the help though!

  • I was wondering in the era of 3d everything that the operating system has not changed to 3d?

    I was wondering in the era of 3d everything that the operating system has not changed to 3d. like where the BONE is part of work like as if you where he is plunged into a game but the game was the operating system. As windows responding simcity.  so when you interact with something he grows or changes the subject. I'm tired of seeing a 2d world when I know that a 3d world is here. I want to say is that imagine an OS that was alive. like all those science fiction movies. I'm new to programming, but it's just one of my many ideas that I think could change the computer OS never imagine sitting on your couch with 3d glasses and feel like you where in a virtual world.

    One simple reason: convenience.

    The current problem with our 3D technology is that it would be broken by you are going to use the touch interface. Because, after all, it's just an illusion. Now let's talk about resources: do you really want your OS using towards the top of your ram, CPU and GPU to the point where you could not yet to start a game?

    Now think about 5 years computers upgraded... they would be even able to run this OS?

    What happens if there is more than one user per computer? What about people who get migraines of 3D? (shutter put on my glasses and my ability to perform simple tasks similarly is gone in 5 min with migraine resulting)

    Maybe this will be handy one day, we just aren't there yet. Do not give up the hope, however: at the moment where you get one such product coded, the tech world will already be a different place.

  • I have a Dell Dimension 3000, service Pack3 & I would like to know how to reinstall the operating system xp professional?

    I have a Dell Dimension 3000, service Pack3 & I would like to know how to reinstall the operating system xp professional.

    Thank you

    Dee

    Check maual of the user of the ignition key (e.g. F11) you need to press on when you first ask the computer to access the XP restore partition. If you have a "restore CD" the game that the BIOS so that the CD-ROM drive is the 1st device to start, followed by the hard drive. then power on the computer and "press any key" when prompted to start the installation.

    J W Stuart: http://www.pagestart.com

  • How to revive the FPGA windows vi vi when you use Crio

    I want to know how to revive the Fpga vi who had stopped to host Windows vi. I want the fpga vi again by host vi again.

    When you open a reference for the FPGA VI, then you can use a method to run the VI.

  • How to load the operating system of split hard drive D of Aspire5315?

    OS in my laptop does not work correctly. Standard recovery system does not work - no food no points.

    How to load the operating system of split hard drive D of Aspire5315? -step by step please.

    Please consult this useful link: http://acer.custhelp.com/app/answers/detail/a_id/2631/

  • going on a computer: how to cancel the password which is necessary for the opening of the computer

    How to cancel the password which is necessary for the opening of the computer

    Do you mean that a password is required immediately after you turn on the computer or when you arrive at the Welcome to Windows screen? If the first case, it is a BIOS password and how you disable it depends on what type of computer you have. If the latter:

    Set up Windows to automatically connect (MVP Ramesh) -http://windowsxp.mvps.org/Autologon.htm

    If you would like more information or is not what you mean, please explain your post.

    MS - MVP - Elephant Boy computers - don't panic!

Maybe you are looking for