Skip to content

Commit e3f77a5

Browse files
remove: enable command for stopping workflows (#6514)
* 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.
1 parent 5b2b180 commit e3f77a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cylc/flow/network/schema.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2161,7 +2161,7 @@ class Meta:
21612161
description = sstrip('''
21622162
Remove one or more task instances from a running workflow.
21632163
2164-
Valid for: paused, running workflows.
2164+
Valid for: paused, running, stopping workflows.
21652165
''')
21662166
resolver = partial(mutator, command='remove_tasks')
21672167

0 commit comments

Comments
 (0)