Run Task - Examples                                                    How to use?

 

Example 1: Create a Workflow (Task Chain) that calls other smaller tasks.

  1. Open the Task Editor from Tools -> Task Editor.
  2. Double click on the 'Run Task' command.
  3. Click on 'Browse' button and select the path of 'notepad.atmn'.
  4. You can select its repeat and speed properties.
  5. Click on 'Save' button.
  6. Similarly insert other Run Task commands to call other tasks.

Note: You can run as many tasks as you want from one task. You can also chain various tasks i.e. Call Task 2 from Task1 and Call Task 3 from Task2 and so on. You can even conditionally call tasks for e.g. you can have the Run Task command called within certain IF condition.