Example 1: Create a Workflow (Task Chain) that calls other smaller 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.