Skip to main content
Question

feature holder either or

  • December 2, 2019
  • 4 replies
  • 51 views

fpakzat
Contributor
Forum|alt.badge.img+3

Hi,

I know FeatureHolder waiting for all previous results to come in but how do we handle a situation where two previous steps are "Either/Or" relation? As long as one line came to FeatureHolder, it should proceed, how do I deal with this situation? Thanks .

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

4 replies

Forum|alt.badge.img+2
  • 1891 replies
  • December 4, 2019

@fpakzat Perhaps you could attach a simple workspace that illustrates what you are trying to accomplish. Then someone in the community can try and assist


fpakzat
Contributor
Forum|alt.badge.img+3
  • Author
  • Contributor
  • 21 replies
  • December 4, 2019

@fpakzat Perhaps you could attach a simple workspace that illustrates what you are trying to accomplish. Then someone in the community can try and assist

Please see snapshot below. Only one direction would proceed at a given time. What I'm trying to achieve is that FeatureHolder would still proceed even if one result comes in.


ebygomm
Influencer
Forum|alt.badge.img+44
  • Influencer
  • 3427 replies
  • December 4, 2019

The FeatureHolder will release features once all have reached it, it doesn't require there to be inputs from both of your scenarios to release

e.g. nothing passes the tester but the featureholder doesn't wait for both streams as it knows everything that is going to arrive has.


fpakzat
Contributor
Forum|alt.badge.img+3
  • Author
  • Contributor
  • 21 replies
  • December 4, 2019

The FeatureHolder will release features once all have reached it, it doesn't require there to be inputs from both of your scenarios to release

e.g. nothing passes the tester but the featureholder doesn't wait for both streams as it knows everything that is going to arrive has.

Make sense. thanks.