# Tip: triggering multiple tasks

**URL:** https://cylc.discourse.group/t/tip-triggering-multiple-tasks/1213
**Category:** Tips
**Created:** [July 25, 2025, 9:59am UTC](https://cylc.discourse.group/t/tip-triggering-multiple-tasks/1213 "2025-07-25T09:59:03Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![oliver.sanders](https://yyz2.discourse-cdn.com/free1/user_avatar/cylc.discourse.group/oliver.sanders/32/110_2.png) [@oliver.sanders](https://cylc.discourse.group/u/oliver.sanders)
#### Post date: [July 25, 2025, 9:59am UTC](https://cylc.discourse.group/t/tip-triggering-multiple-tasks/1213/1 "2025-07-25T09:59:03Z")

</div>

Cylc now respects the dependencies between tasks when triggering multiple tasks at the same time. This provides an easy way to re-run a group of tasks in order:

![group-trigger](https://global.discourse-cdn.com/free1/uploads/cylc1/original/1X/bae95767efefee7609164f198d4496954518ff74.gif)  
This is generally easier than [using a new flow](https://cylc.github.io/cylc-doc/stable/html/user-guide/interventions/index.html#interventions-reflow).

Technical details:

- Prerequisites on any tasks that are outside of the group of tasks being triggered are automatically satisfied.
- Any tasks which have already run within the group will be automatically removed (i.e. `cylc remove`) to allow them to be re-run without intervention.
- Any preparing, submitted or running tasks within the group will also be removed if necessary to allow the tasks to re-run in order.

Note, you can specify cycles, families or use globs to select tasks (e.g. `*/FOO` would select all instances of the family `FOO`), however, at present these will only select [active tasks](https://cylc.github.io/cylc-doc/stable/html/glossary.html#term-active-task). This will change in Cylc 8.6.0 which will open up the ability to select inactive tasks providing an easy way to (re)trigger a family or cycle of tasks.
