Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Suspend the suite. i.e select the node 'test', then with right mouse button select 'suspend' from the menu.
  • Select task t1, and select execute from the right mouse button menu. 
    Even though the parent is suspended, that task will run.  Do this several time.  Notice that the output is preserved for each run.
  • Select task t1, and select rerun from the right mouse button menu.
    The node is placed into the re-queue state.
    But because we had suspended its parent it will not run.
    Resume the parent node 'test'. Task t1 will now run. Notice that old output is preserved.
  • Select node 'test' and with right mouse button select 'suspend'
  • Select task t1, and select re-queue from the right mouse button menu.
    The node is placed is a queued state. The parent task node is suspended and will prevent the task from running.
    Resume the parent node. This task t1 will now run. However it will overwrite the output file, t1.1