Skip to content

Commit 7f4b0c6

Browse files
author
Alan Christie
committed
docs: Doc tweak
1 parent 6397955 commit 7f4b0c6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

workflow/workflow_engine.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -396,6 +396,9 @@ def _launch(
396396
# refers to an output of a prior step whose type is 'files'.
397397
# If the prior step is a 'splitter' we populate the 'replication_values' array
398398
# 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'!
399402
replication_values: list[str] = []
400403
iter_variable: str | None = None
401404
tr_map: dict[str, list[Translation]] = get_step_prior_step_variable_mapping(

0 commit comments

Comments
 (0)