Skip to content

Commit

Permalink
Update cylc/flow/commands.py
Browse files Browse the repository at this point in the history
Co-authored-by: Ronnie Dutta <[email protected]>
  • Loading branch information
hjoliver and MetRonnie authored Dec 10, 2024
1 parent f1462eb commit e00e089
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cylc/flow/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -453,6 +453,11 @@ async def force_trigger_tasks(
"""Manual task trigger."""
validate.is_tasks(tasks)
validate.flow_opts(flow, flow_wait)
if on_resume:
LOG.warning(
"The --on-resume option is deprecated and will be removed "
"at Cylc 8.5."
)
yield
yield schd.pool.force_trigger_tasks(
tasks, flow, flow_wait, flow_descr, on_resume
Expand Down

0 comments on commit e00e089

Please sign in to comment.