LAE

Welcome to the LAE community!  Please feel free to start a discussion in the discussion tab or join in a conversation.

Discussions

Members

Resources

Events

 View Only
  • 1.  execute the dependend flow

    Employee
    Posted 08-13-2014 03:09

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: rakhi

    Suppose the graph have two flows ('first flow' and 'second flow') from same source. The second flow will be executed after the successful execution of first flow. Now the problem is that when I am going to execute the graph, the both flow is executing parallel.... please let me know how I could execute second flow after the successful execution of first flow. Please find the attached picture of graph. Thanks in advanced


    flow.png


  • 2.  RE: execute the dependend flow

    Employee
    Posted 08-13-2014 03:19

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: simon.wilby

    Hi Rakhi,

    from your description it sounds to me like you should use "clocks" - go to tools, preferences - display modes tab - and against the edit mode tick the checkbox for Clocks. Then simply drag and drop (wire up) the second flow to the first flow composite. This means that only on successful completion will the second flow execute.

    edit: when I say wire up I mean that you'll now have 2 more input and output pins above the node icon. drag from the top right output pin of first flow to the left top input pin of second flow.