-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
distinguish task dependencies: ordering vs resource
there are two types of dependencies between tasks: - _resource-dependency_: based on resources needed from parent task, which includes results, workspaces and resources - _ordering-dependency_: based on runAfter which provides sequencing of tasks when there may not be resource dependencies however, it is currently difficult to distinguish between the two this PR provides a way to know the dependency type and will be useful for future work such as allowing execution of ordering-dependent tasks when continueAfterSkip is set to true
- Loading branch information
Showing
1 changed file
with
35 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters