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

Bugfix for loading subworkflows from workflow descriptions. #4394

Merged
merged 1 commit into from Aug 14, 2017

Commits on Aug 9, 2017

  1. Bugfix for loading subworkflows from workflow descriptions.

    Sometimes unrelated workflow steps can be flushed in a half complete state and violate integrity constraints when a subworkflow step causes a flush of during the load of a different step. This fixes that by preloading all subworkflows during workflow import.
    
    This PR doesn't include a test case but one will be included if the CWL branch is merged at a later date (xref common-workflow-language/common-workflow-language@cd1dc66).
    jmchilton committed Aug 9, 2017
    Copy the full SHA
    e901a0c View commit details
    Browse the repository at this point in the history