This tutorial will cover how to use the Decision Node within the context of a Telecommunications Churn Analysis workflow. The decision node is a powerful node that determines based on user-set conditions what data will flow through the rest of the workflow.
Workflow performs following processing:
Reads data from a Dataset (Telco Churn Data).
Filters Churned data from incoming dataset for NJ and OH states.
Decision nodes check whether Churned count of a state is greater than 10 or not.
If Churn Count is greater than 10 then only print the incoming dataset or else stop execution at the decision node.
You can find the full tutorial here: https://docs.sparkflows.io/en/latest/tutorials/advanced-controls/decision.html