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

Docs: Add "How to extend workflows" section #4562

Merged

Commits on Apr 8, 2021

  1. Docs: Add "How to extend workflows" section

    Add a section on how to extend workflows to the "How to run multi-step workflows" section.
    This section continues with the `MultiplyAddWorkChain` example and covers:
    
    * How to submit the `MultiplyAddWorkChain` within a parent work chain.
    * How to expose the inputs using the `expose_inputs` method and a proper namespace.
    * How to use the exposed inputs with the `exposed_inputs` method.
    * How to expose outputs and pass them to the outputs of the parent work chain.
    mbercx committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    873d658 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    12e83fc View commit details
    Browse the repository at this point in the history
  3. Apply suggestions from code review

    Co-authored-by: ramirezfranciscof <[email protected]>
    mbercx and ramirezfranciscof committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    65cc745 View commit details
    Browse the repository at this point in the history
  4. Apply reviewer suggestions

    mbercx committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    b7a364e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ee4d048 View commit details
    Browse the repository at this point in the history
  6. Reorganise workflow sections

    mbercx committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    3bf0977 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6e01696 View commit details
    Browse the repository at this point in the history
  8. Apply suggestions from señor Ramirez

    Co-authored-by: ramirezfranciscof <[email protected]>
    mbercx and ramirezfranciscof committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    7291cac View commit details
    Browse the repository at this point in the history
  9. Add change made in PR aiidateam#4789 again

    I missed this one in when dealing with the merge conflict.
    Should be the only difference."
    mbercx committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    d383c1e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4bc2920 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2021

  1. Configuration menu
    Copy the full SHA
    ae2a2b6 View commit details
    Browse the repository at this point in the history