Task execution order on deletion/removal #427
Unanswered
IskanderNovena
asked this question in
Q&A
Replies: 1 comment
|
I have the same problem, any idea how to fix this? |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
How can I make sure that on removal of a task, the sub-tasks are executed in reversed order of when adding the task when using
update-stacktasks?So far I've tried it with setting the
DependsOnpointing to the previous task(s), but that doesn't result on actually removing the last task before the previous oneAll reactions