Flow controlsConditionDirects a stream based on true/false results of comparisons.Type: condition/v1 Copy MarkdownGitHubEdit on GitHubBranchExecutes one and only one branch of execution based on the `expression` value.EachIterates over each item in list, in parallel. Note, that since it iterates over each item in parallel, there is no guarantee of completion order.