Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Backport 2.x] Topological Sorting and Sequenced Execution #48

Merged
merged 1 commit into from
Sep 19, 2023

Commits on Sep 19, 2023

  1. Topological Sorting and Sequenced Execution (#26)

    * Topological Sorting and Sequenced Execution
    
    Signed-off-by: Daniel Widdis <[email protected]>
    
    * Add javadocs
    
    Signed-off-by: Daniel Widdis <[email protected]>
    
    * Update demo to link to Workflow interface
    
    Signed-off-by: Daniel Widdis <[email protected]>
    
    * Replace System.out with logging
    
    Signed-off-by: Daniel Widdis <[email protected]>
    
    * Update with new interface signatures
    
    Signed-off-by: Daniel Widdis <[email protected]>
    
    * Demo passing input data at parse-time
    
    Signed-off-by: Daniel Widdis <[email protected]>
    
    * Demo passing data in between steps
    
    Signed-off-by: Daniel Widdis <[email protected]>
    
    * Change execute arg to list and refactor demo classes to own package
    
    Signed-off-by: Daniel Widdis <[email protected]>
    
    * Significantly simplify input/output data passing
    
    Signed-off-by: Daniel Widdis <[email protected]>
    
    * Add tests
    
    Signed-off-by: Daniel Widdis <[email protected]>
    
    * Fix javadocs and forbidden API issues
    
    Signed-off-by: Daniel Widdis <[email protected]>
    
    * Address code review comments
    
    Signed-off-by: Daniel Widdis <[email protected]>
    
    ---------
    
    Signed-off-by: Daniel Widdis <[email protected]>
    (cherry picked from commit a574f47)
    Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    github-actions[bot] committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    a509214 View commit details
    Browse the repository at this point in the history