Skip to content

Commit

Permalink
remove: enable command for stopping workflows (#6514)
Browse files Browse the repository at this point in the history
* A documented use case for `cylc remove` is "orphaning" stuck
  submissions, e.g. jobs that we can no longer poll or kill due to
  platform or network issues.
* It is conceivable that we might need to do this whilst a workflow is
  shutting down.
  • Loading branch information
oliver-sanders authored Dec 4, 2024
1 parent 5b2b180 commit e3f77a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cylc/flow/network/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -2161,7 +2161,7 @@ class Meta:
description = sstrip('''
Remove one or more task instances from a running workflow.
Valid for: paused, running workflows.
Valid for: paused, running, stopping workflows.
''')
resolver = partial(mutator, command='remove_tasks')

Expand Down

0 comments on commit e3f77a5

Please sign in to comment.