Proposal: defer:
availability at task level
#2040
Labels
state: needs triage
Waiting to be triaged by a maintainer.
defer:
availability at task level
#2040
Description
I have similar use-cases as reported in this feature request (running post-processing tasks at the very end of the overall workflow), but I would like to propose a different approach for handling such case; as it may have a slightly different purpose / implementation, I created a distinct report, but close it if it seems like a duplicate.
The proposal would be to add support for the
defer:
keyword at task level, with the exact same behaviour as for commands; defining a symmetric to thedeps:
feature. For instance,when invoked via
task a b
, would result in runningpre
thena
thenb
and finallypost
.For now, the proposed syntax has no effect.
The text was updated successfully, but these errors were encountered: