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

Implement optional and default_value for workflow input parameters. #8807

Closed

Commits on Dec 5, 2019

  1. Configuration menu
    Copy the full SHA
    eefe0a0 View commit details
    Browse the repository at this point in the history
  2. Use tool form to render default and optional input parameters.

    Add abstractions to separate module tool state (for commiunicating with client and tied to tool form rendering) from abstract export state and state in database. The conditionals and such are client details we don't want in the workflow YAML and we don't want in the database.
    jmchilton committed Dec 5, 2019
    Configuration menu
    Copy the full SHA
    cc96533 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    56f04c6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ded5cc2 View commit details
    Browse the repository at this point in the history