Skip to content

Is it possible to add a Final step to a study #344

Answered by FrankD412
doutriaux1 asked this question in Q&A
Discussion options

You must be logged in to vote

@doutriaux1 -- If I'm understanding correctly, you're looking for a "funnel" that will collect all parameterized steps. Maestro does have something like that. In the depends key for a step, you're probably accustomed to depends: [step1, step2] -- this does a linear dependency on prior steps. If you'd like to funnel all combinations, you can do depends: [step1_*]. The _* is what you're looking for I believe. You can mix and match the funnel behavior with non-funnel dependencies so you can get expansions of it.

There is a caveat to the funnel steps though -- all of the combinations being funneled in must succeed. I've been toying with the idea of relaxing this requirement and making it so t…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@doutriaux1
Comment options

@FrankD412
Comment options

Answer selected by FrankD412
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants