Skip to main content
Solved

how to continue this workbench as no data have passed to next stage how can i redirect the data to final data if no data is passed in this step? i wanted to to go next step if there no data is left in this

  • October 27, 2023
  • 3 replies
  • 16 views

shahabkdly
Contributor
Forum|alt.badge.img+2

how to continue this workbench as no data have passed to next stage how can i redirect the data to final data if no data is passed in this step?

image.png

Best answer by nielsgerrits

Multiple ways to do this but the NoFeaturesTester from the hub was made for this.

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.

3 replies

nielsgerrits
VIP
Forum|alt.badge.img+60
  • 2940 replies
  • Best Answer
  • October 27, 2023

Multiple ways to do this but the NoFeaturesTester from the hub was made for this.


shahabkdly
Contributor
Forum|alt.badge.img+2
  • Author
  • Contributor
  • 1 reply
  • October 27, 2023

Can you suggest any other way also?

Any way thanks it worked


nielsgerrits
VIP
Forum|alt.badge.img+60
  • 2940 replies
  • October 27, 2023

Can you suggest any other way also?

Any way thanks it worked

You can use combinations of a Sampler (letting 1 feature through), Aggregator (merge multiple features in 1) to manipulate feature flow.