better cylc set --output
logging
#6018
Labels
could be better
Not exactly a bug, but not ideal.
Milestone
cylc set --output
logging
#6018
hjoliver#47 (comment)
From @oliver-sanders:
The problem stems from the fact that output completion follows the same code paths (from the task events manager) for both natural and manual completion. That's partly historical (the set-outputs command has been around for a while) and partly because we want most of the same consequences to follow from natural and manual output completion: task events, task completion, state change, and spawning of children.
It might be better to more clearly separate the handling of natural and manual output completion.
The text was updated successfully, but these errors were encountered: