Skip to content

Fan-out with Hera Runner and multiple parameters #1131

Closed Answered by bieniekmateusz
bieniekmateusz asked this question in Q&A
Discussion options

You must be logged in to vote

Solved, I found the answer in the documentation. I have to tell Hera which argument is parallelised with {{item}}:

work_script(
        arguments={
            "model": "{{item}}",
            "params": MyParams(),
        },
        with_param=previous_script.get_result_as('record')
    )

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by flaviuvadan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant