How do I return to Main Sequence cleanup using Post Actions?

Since I am quite new to this I have a question that I hope you can help me with. When a subsequence fails I want to return to Main Sequence cleanup immediately and not continue to the next step. Do you know of a way to do this using Post Actions?

Set the On Fail post action of the subsequence to Goto destination and set the destination to Cleanup.

Similar Messages

  • HOW DO I BUILD A MAIN SEQUENCE

    HOW DO I BUILD A MAIN SEQUENCE, WHICH HAS 2 CALL BUTTON (FROM POPUP STEP) CALLING THE SAME SUB-SEQUENCE? THE SUB-SEQUENCE WILL HAVE ALTERNATIVE STEPS DEPENDING ON WHICH BUTTON IS PRESSED IN MAIN SEQUENCE.

    Create a parameter variable (number) in main sequence, call it ButtonHit. Create the popup step. In post expression of popup step, make Parameters.ButtonHit = Step.Result.ButtonHit. Create the sequence call step in which you call your sub-sequence. In your subsequence, create the a parameter variable, ButtonHit (number). Pass the Parameters.ButtonHit from main to subsequence Parameters.ButtonHit. Use this variable in your subsequence to decide what you want to do. Button one will be of value 1, button two will be of value 2.
    - tbob
    Inventor of the WORM Global

  • How to add a link under quick launch using custom actions?

    http://msdn.microsoft.com/en-us/library/office/bb802730(v=office.15).aspx
    Custom actions allow us to create feature to add a link under site settings, site actions menu and even central admin.
     Is there any way we can extend this feature to allow links being added under quick launch? I tried providing location Microsft.SharePoint.Navigation but that had no effect

    hi
    you don't need to use custom actions in order to add links to the quick launch menu. It allows to add links programmatically to the menu items collections directly, see e.g.
    Adding Links to Quick Launch. From this link check the following example which adds an item under the Lists heading in Quick Launch.:
    using System;
    using Microsoft.SharePoint;
    using Microsoft.SharePoint.Navigation;
    namespace ConsoleApp
    class Program
    static void Main(string[] args)
    using (SPSite site = new SPSite("http://localhost"))
    using (SPWeb web = site.OpenWeb())
    // Get the Links list or create it if it does not exist.
    SPList list = web.Lists.TryGetList("Links");
    if (list == null || list.BaseTemplate != SPListTemplateType.Links)
    // Create the list.
    Guid listId = web.Lists.Add("Links", "Interesting hyperlinks", SPListTemplateType.Links);
    list = web.Lists.GetList(listId, false);
    // Check for an existing link to the list.
    SPNavigationNode listNode = web.Navigation.GetNodeByUrl(list.DefaultViewUrl);
    // No link, so create one.
    if (listNode == null)
    // Create the node.
    listNode = new SPNavigationNode(list.Title, list.DefaultViewUrl);
    // Add it to Quick Launch.
    listNode = web.Navigation.AddToQuickLaunch(listNode, SPQuickLaunchHeading.Lists);
    Console.Write("\nPress ENTER to continue....");
    Console.ReadLine();
    Blog - http://sadomovalex.blogspot.com
    Dynamic CAML queries via C# - http://camlex.codeplex.com

  • How to send XML file to https server using POST

    Hi, I am having an requirement, that I have to connect to https server and I have to pass an input XML file as a response server will give me output XML file.
    The certificate validation part is over, I am using FileInputStream to read the XML file and attaching this to connection.getOutputStream(); but server is throwing me DTD does n't match.
    Can any body tell me how to send XML file, I have to use any DOM parser to send the XML file, suggest me and give me sample code.
    Thanks,

    Can anybody give me the solution

  • How do you return to main menu at end of movie in iDVD 11?

    I have created a movie in iMovie '11 with chapter markers, and imported it into iDVD 7.1.2 (1158) on an iMac
    running OS X Lion 10.7.2
    The movie imports all chapters with corresponding labels perfectly. I added a chapter at the very beginning of the movie in iMovie, and it shows up fine in iDVD.
    I removed AutoPlay since I want the DVD to play the Main Menu upon inserting it into a DVD player. What I can't figure out is how to make the DVD return to the Main Menu once it finishes playing to the end of the movie. It will automatically go to the Chapters selection menu instead. Is it possible to have it return to the Main Menu?
    In God's Harmony

    It is very possible that your iDVD Project has no Chapter Markers.
    It's possible.  My "project" which included pictures as well as movies was all done in iPhoto as a slide show.  From there I exported the slideshow into iDVD.
    I sort of messed up "I think."  I believe I did the original burn incorrectly-tester #1.  I re-burned another one this afternoon which turned out very well-tester #2.  Think I will stick with the options I used for tester #2 since it was the easiest.
    For "chapters" I will need to do some extensive "how to" reading especially when it comes to iMove.  I used iPhoto since it accepts both photos & movies.  I "think" iMovie only deals with movies?
    Thank you very much for your last post.  It was very helpful. 
    Now onto the iPhoto fourms to learn how to "add" photos & movies to where I want them, not where the computer wants to put them.

  • How can user return to main scene on a portion of an image that is 20 inches wide, rather than being sent to the first image all the time.

    I have a 24 inch wide image in the main scene, which is cut up into six smaller images, all clickable. When a user clicks on one of these smaller images they are taken to a second screen. However, when they click on the Go Back, they are always sent to the first image, not on the image that was clicked on. How can I get the Go Back to actually go back to the image clicked on?

    Actually, that's AS1 that you're using. You have an enterframe function running as code in the frame. In AS2 it might go something like this:
    stop();
    // you need two variables that exist outside of the functions...
    var tempX:Number;
    var diff:Number = 0;
    // this function will loop on frame one and control the movement of the large movieClip
    // I simplified the code from what you provided
    this.onEnterFrame = function() {
        if (_xmouse>750) {
            diff = (_xmouse-750)/2;
        if (_xmouse<50) {
            diff = (50-_xmouse)/2;
        if (_xmouse<=350 && main_text._x<=0) {
            main_text._x += diff;
        if (mouseX>=450 && main_text._x>=-1200) {
            main_text._x -= diff;
        if (main_text._x>=56) {
            main_text._x = 56;
        } else if (main_text._x<=-2300) {
            main_text._x = -2300;
    // when you click on the large movieClip, the current position is stored in a variable...
    main_text.onRelease = function() {
        tempX = main_text._x;
        gotoAndStop(3);
    // this is the for the button to return, it will position the large movieClip using the stored value from the variable...
    goBack.onRelease = function() {
        gotoAndStop(1);
        main_text._x = tempX;

  • How to auto return to main menu after track plays

    On my main menu I have two buttons. Each accesses a different video asset. But when the user selects one of the videos to play at the end of play I need the user to be returned to the main menu. Currently, at the end of video play the screen just sits on the last frame, which is black, and does not return to the main menu. In the simulator, if I hit the menu button it goes back to the main menu but I would like it to return to the main menu automatically after the video that has been selected is finished playing. I have searched through the DVD SP manual and so far can't find out how to do this. Do I have to write a script for this simple action? Is there a setting that simply makes a target track jump back to the main menu after it plays? Thanks as ever for your excellent advice.

    You need to set the end jump for the track... click on the track in the outline or graphical view, look in the property inspector. Near the top there is a drop down for the end jump - use that to set where to go back to... in your case the menu.

  • How to handle returned products originally issued out using Transport Order

    Dear Experts
    I transfer a batch containing 10 cartons from production plant NDE1 to sales plant NDE2 within same company code using a stock transport order.
    Each carton is valued at 1dollar each, that is total value of transfered stock is $10
    After two weeks, 3 cartons went bad and needs to be returned to production plant NDE1.
    How do I capture this return process in SAP?
    If it were an outright sales to a customer, a Return Order with reference to the invoive will be created, return delivery done,PGI done which brings the returned stock into inventory, and a credit memo posted against the original billing.
    How do I handle my 3 cartons of returned stock since it was given out using a transport order?
    What will the accounting entries be in the system? i mean which accounts will be credited and debited by the $3 value of th ereturned three cartons?

    It depends how you handle the stock .Your accounting document generated in NDE2  in plant only.
    The first step you transfered the material through sto from NDE1 to NDE2 ,here there is no impact on accounting entries as you are transffering the stock with in company code.
    After you get return stock from customer NDE2 you can directly scrap or after inspecction of the stock if the stock is good then you can keep in Unresticted use for further sales.
    I dont think so you need again one more sto to get return stock from NDE2 to NDE1 as it is damaged stock and un necessary paying transport costs.
    If you scrap the material then the 3 qty of stock 3 doller price hit to scrap account.

  • How to get current value of SEQUENCE without using NEXTVAL

    Hi,
    Here is my requirement. I need to provide a screen for allowing user to change the sequence # at any given instance. If I use CURRVAL, i get error 'ORA-08002 sequence EMP_NO.CURRVAL is not yet defined in this session'
    If I use NEXTVAL and then CURRVAL it works, but i loose a sequence # which i cannot afford, since it's an employee #.
    Help required in solving the problem.
    Thanks,
    Raj

    Use this...
    select last_number from user_sequences where sequence_name = '<your-sequence>'
    to get the current sequence value. However bear in mind that on a multi-user system (and which system today is not?) there may be many users firing this query, so in case of a next sequence no. allocation request fired by more thn one of them the sequences each gets will not all be this number + 1.
    HTH,
    Mohit.

  • How can I return to a previous WINDOW using keyboard

    When I was using Explorer, I simply could use ALT+TAB to go from the window I was viewing to the last window I had viewed before that.
    When I use ALT+TAB withe Firefox 3.6, most of the time it goes to another window other than the last one I had viewed.
    What keyboard command can I use to go to the last window I had been viewing?
    I am using Windows XP on a PC.

    The Alt+Tab shortcut is used but the Windows XP OS, and changes focus between open Windows. You may be interested in the enhancement from the MS site where under the Power Toys tab you will find ''Alt+Tab Replacement'' http://windows.microsoft.com/en-US/windows/downloads/windows-xp with that installed you get a preview of where you are going to go.
    Whilst you are using Firefox, you may open some additional Windows for Firefox, and Alt + Tab may be used to navigate to them.
    With Firefox you may also use [[tabbed browsing]] and when you update from Firefox 3.6 maybe the [[What are Tab Groups? |tab groups]] (the linked articles also explain the keyboard and mouse shortcuts available)
    There is also a back and forward arrow (top left, below the firefox button), right click. (or click hold if highlighted) that to see the back and forward buffered pages.

  • How to update multiple records in the table using POST parameters:

    i got this idea from this website:http://www.karlrixon.co.uk/articles/sql/update-multiple-rows-with-different-values-and-a-s ingle-sql-query/comment-page-1/#comment-5409. Basically i am trying to update all the status in the results page, and by adding $i in front of the id in the text fields, and checkboxes, i can name the different inputs with different names:
    The image of how it takes the inputs is shown here:http://forums.adobe.com/thread/709034?tstart=0
    I tried this but got this error:Parse error: syntax error, unexpected T_IF, expecting ')' in C:\xampp\htdocs\Database Query\results_change.php on line 51
    will not work in the update code section:
    for($i=0;$i<$maxRows_Recordset1;$i++)
    {$a=sprintf("%s",GetSQLValueString($_POST['changeid $i'],"int"));
    $b=sprintf("%s",GetSQLValueString($_POST['checkbox $i'],"text"));
    $display_order .= array(
        $a => $b
    if($i<$maxRows_Recordset1-1)
    $ids = implode(',', array_keys($display_order));
    $updateSQL = "UPDATE `change` SET Status = CASE Change_id ";
    foreach ($display_order as $a => $b) {
        $updateSQL .= sprintf("WHEN %d THEN %s ", $a,$b);
    $updateSQL .= sprintf("END WHERE `Change_id` IN ($ids)");

    Hi,
    Try
    BEGIN
      FOR i IN 1..APEX_APPLICATION.G_F03.COUNT LOOP
        UPDATE xx_test
        SET checkbox = 'Y'
        WHERE rec_no = APEX_APPLICATION.G_F03(i);
      END LOOP;
    END;Code loops all checked checkbox. You do not need commit on page process.
    Regards,
    Jari
    http://dbswh.webhop.net/dbswh/f?p=BLOG:HOME:0

  • How to sort pdf documents by modified date using Javascript action

    Hello,
    I want to use a Javascript action to sort multiple pdf documents in a folder before I run a Javascript action that prints the last page of multiple pdf documents.  I received help from this forum on the last page print script and it works perfectly.  The downside is it prints in default NAME order and I need them to print in accending DATE MODIFIED order.  I'm not sure if the sort function could be incorporated into the print script or if it would be a seperate code/action.
    This is the script to print the last page of several pdf documents:
    this.print
    ({bUI: false,
    nStart:this.numPages-1,
    bSilent: true,
    bShrinkToFit: true});
    I would appreciate help from anyone that is willing to share the code to "sort by DATE MODIFIED".
    Adobe Acrobat 10 Pro
    Windows 7
    Thank you in advance,
    David C.

    I'm not a code writer.  I'm trying to streamline some operations here at work.  The original code assistance was to print the last page of several pdf documents (sometimes as many as 100 to 150 at a time) without having to open each file, scroll to the bottom, Ctrl-P, current page, Print.  Can't express how beneficial it was to get that to work.  I realize I'm looking a gift horse in the mouth, but when it prints out, it would be great to have them print in DATE MODIFIED order since they are kept in processed order rather than alpha order.
    If the two processes are too labor intensive I fully understand and appreciate all the assistance thus far.  I was hoping it would be as simple as the first script coding to do the actual printing.
    Thanks,
    David C.

  • When I play a movie in iDVD, how can I pause to return to main menu?

    When I play a Quicktime movie in iDVD, is it possible to have a progress slider and have controls with play, pause, forward or rewind while playing? Right now, what it does is the movie plays entirely and returns to main menu after playing.
    Also, how can I return to main menu even if the video hasn't entirely played?
    Thanx in advance!
    Serge

    When I play a Quicktime movie in iDVD, is it possible to have a progress slider and have controls with play, pause, forward or rewind while playing? Right now, what it does is the movie plays entirely and returns to main menu after playing.
    No, not in iDVD - Have you tried the controls on your DVD player remote - that's what I do.
    Also, how can I return to main menu even if the video hasn't entirely played?
    I just hit the 'Menu' button on my DVD player remote.

  • Main Sequence Result

    I need know the main sequence result (pass, fail, error) in the postuut sequence to control my test handler. How can I determine the main sequence result in the postuut sequence? 

    Hey Jimbo50,
    I assume when you are talking about the MainSequence result, you are referring to whether the MainSequence passed, failed, terminated, etc.  The PostUUT callback in the default NI Sequential Process Model already tests for these different results.  They can be accessed from RunState.Sequence.Main["MainSequence Callback"].Result.Status.
    Again I would highly recommend looking at the default PostUUT callback because I believe it is testing exactly what you are looking for.  Hope this helps!
    Message Edited by Patrick P. on 04-05-2007 10:14 AM
    Pat P.
    Software Engineer
    National Instruments

  • How to transfer a string from sub sequence to main sequence

    Hi,
    How to transfer a string from sub sequence to main sequence, My main sequence has included a sub sequence, the sub sequence is return a string value after running done, I need to get this string value from sub sequence to main sequence, I check the defined that look like seem the two
    sequence have themself local variable,but I don't know how to defined a globe variable to cover main sequence and sub sequence like VC++'s Main App ,Please kindly help me,thanks in advance...

    Hi,
    I hope this small example will help you.
    Regards
    Ray Farmer
    Regards
    Ray Farmer
    Attachments:
    Sequence File1.seq ‏36 KB

Maybe you are looking for