We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6397955 commit 7f4b0c6Copy full SHA for 7f4b0c6
workflow/workflow_engine.py
@@ -396,6 +396,9 @@ def _launch(
396
# refers to an output of a prior step whose type is 'files'.
397
# If the prior step is a 'splitter' we populate the 'replication_values' array
398
# with the list of files the prior step genrated for its output.
399
+ #
400
+ # In this engine we onlhy act on the _first_ match, i.e. there CANNOT
401
+ # be more than one prior step variable that is 'files'!
402
replication_values: list[str] = []
403
iter_variable: str | None = None
404
tr_map: dict[str, list[Translation]] = get_step_prior_step_variable_mapping(
0 commit comments