◷ Reading Time: 25 minutes
At the end of each sample, there is a link to download the complete project. Each project has a folder named sampleJSON which contains sample inputs.
- All the videos related to Sample projects: Sample Project Playlist
- Learn from building to testing a project: Build a project, deploy in the server and test the service URL
- Build a Project from Scratch: How to Build a Project from Scratch: FlexRule Designer
Business Rules and Decisions
Flight Management
This tutorial will use the scenario of checking the eligibility of a pilot as a means of scheduling flight duties. There are rules and regulations defined by the aviation authority, such as the maximum flight period, the maximum number of night shifts that a pilot can work, etc. For example, the maximum duty period should be 12.5 hours. The process contains a set of important steps.
- Calculate the daily flight duty period
- Count the number of landings
- Calculate flight time
- Check the eligibility of pilot on duty
Used Technologies: DRD or Decision Requirement Diagram, Decision Table, Flow, Fact Concept, Boxed Expressions
Industry: Aviation
Delivery Cost Calculator
Create a simple Decision Table that calculates delivery costs based on the total weight of a parcel. In a post office, this is usually based on a couple of conditions and business rules, but for the sake of this tutorial, let’s make it simple, as shown in the business rules below:
- If the Package is between 0 and 22 kg then the delivery cost is 30$
- If the Package is between 22 and 50 kg then the delivery cost is 33$
- If the Package is between 50 and 110 kg then the delivery cost is 120$
- If the Package is heavier than 110 kg then the delivery cost is 200$
Remark: The tutorial shows how you can run a decision table in the FlexRule Server and test it in Postman.
Used Technologies: Decision Table, Business Rules
Industry: Manufacturing
Address Book Validation
Defining rules to validate the names and addresses of an address book. Natural Language is used to model business rules related to data validation and navigate data relations.
Remark: This example shows how to use a core library in natural language.
Used Technologies: NL or Natural Language, Fact Concept
Car Insurance
This is a sample for the car insurance industry that calculates the premium of a car based on Auto and Base premium components. The business rules are for risk classification and calculation of the premium of a car. This example requires an SQL database connection.
Remark: This example shows how to reference a .Net assembly (.dll) that defines types to be used as part of rules modeling and execution.
Used Technologies: DRD or Decision Requirement Diagram, Decision Table, Flow, Information Requirement Diagram or IRD, Input Validation Logic, Natural Language, Fact Concept, Boxed Expressions
Industry: Insurance
Student Pass-Fail State
Using Natural Language, validate the input and finally decide the pass-fail state of a student. In the end, it will create the JavaScript code for the Natural Language code and can be tested in the JavaScript Testbed.
Remark: The tutorial shows how to test a sample project in JavaScript Testbed.
Used Technologies: NL or Natural Language, Fact Concept, Flow, Business Glossary.
Industry: Education
Firearm License Eligibility
The process of determining the eligibility of providing firearm licenses contain a set of serious rules that require 100% accuracy as it is related to security. The example will show how FlexRule can be used to automate this process.
- Read data from the previous applicant list
- Check whether the applicant is already applied
- For previous applicants, get the previous score
- For new applicants, calculate the score
- Determine eligibility
Remark: This tutorial shows how to read data from a CSV file.
Used Technologies: Decision Table, Fact Concept, General Flow
Industry: Security
Building Plan Assessment
The process of approving a building plan contains a set of steps according to building type, building size, number of stories, etc. The example shows how to use FlexRule Decision tables to write rules to automate this process.
Used Technologies: Decision Table, Boxed Expression, Fact Concept, DRD or Decision Requirement Diagram
Industry: Construction
Liability Fee Calculation
Calculate a premium for a given liability amount based on these rules:
- Up to and including $50 000 –> fixed amount of $500.00 (Base premium)
- $50 001 to $100 000 –> Add $40.00 for each $10 000 increment
- $100 001 to $200 000 –> Add $30.00 for each $10 000 increment
- $200 001 to $300 000 –> Add $20.00 for each $10 000 increment
- $300 001 to $1 000 000 –> Add $10.00 for each $10 000 increment
- $1 000 001 to $3 000 000 –> Add $7.00 for each $10 000 increment
- $3 000 001 to $5 000 000 –> Add $10.00 for each $10 000 increment
Used Technologies: Decision Table, Business Glossary, Business Rules
Industry: Insurance
Home Loan Calculator
A sample solution in order to create a home loan borrowing calculator.
The application gets information about the applicant’s personal details, earnings, and expenses as the input and as the output, it shows how much the applicant can borrow. We can also check whether the applicant is an existing customer of the bank by reading the database. This example requires an SQL database connection.
Remark: This example shows how to use a validator to validate input parameters.
Used Technologies: Decision Table, General Flow, Fact Concept
Industry: Financial Services
COVID-19 Symptom Checker
This is a sample for a symptom checker customized for checking the symptoms of COVID-19. The model takes the symptoms and certain other details of a patient and as the output, it provides recommendations to show what to do next. This model can be easily customized to provide recommendations for any disease.
Used Technologies: Decision Table, Decision Requirement Diagram or DRD, Business Glossary, Fact Concept
Industry: Healthcare
Patient Carers Alert
The tutorial will use the scenario of checking the symptoms of a patient and alert the carer with the next best action to be taken.
- The patient can select the symptoms and their status
- Then the system will go through a set of business rules to do the initial diagnosis and decide the next best action to be taken
- Finally, an alert email will be sent to the carers along with the next best action
Remark: This example shows how to use the email activity to send an email.
Used Technologies: Decision Table, Flow, Business Expressions, Decision Requirement Diagram or DRD, Business Glossary, Fact Concept
Industry: Healthcare
Tiebreaker
The sample project shows how to implement tiebreaking rules of a game to determine the ranks of the players.
- Input –> A lit of players with their details such as ranking points, the number of matches, age, the previous rank
- Decision –> Rank the players. If there are players with the same ranking points use the tiebreaking rules to rank the players.
- Output –> The list of players with their rank
Remark: This example shows how to use a flow and a Decision Table.
Used Technologies: Decision Table, General Flow, Business Expressions, Business Glossary
Industry: Sports
Insurance Policy Discount
In this example, we will show how to add additional costs or discounts to a base premium without accessing the project that calculates the base premium. This restricts editing the basic part of the project and ensures that it is kept untouched.
- Calculate the base premium using the base premium calculation package.
- Get the discount percentage.
- Apply the discount percentage to the base premium to calculate the health premium.
Remark: This example shows how to use a decision package.
Used Technologies: Decision Package, Decision Table, General Flow, Business Expressions
Industry: Insurance
Flight Reschedule
In this tutorial, we are going to demonstrate the behavior of a Decision Requirement Diagram using an example of a flight rescheduling scenario.
- Get canceled flights
- Determine passenger queue
- Reassign passengers
- Pick the first passenger in the queue
- Identify the best Active alternative flight
- Assign the alternative flight to the passenger
- Keep reassigning passengers until all the passengers in canceled flights are reassigned to active flights
Remark: This example shows how to use different logic documents and glossaries along with a DRD to define the decision hierarchy.
Used Technologies: DRD or Decision Requirement Diagram, Natural Language, Boxed Expressions
Industry: Aviation
First Home Buyer Credit Decision
This example is about checking the eligibility of a first home buyer loan for a given individual. It checks for income, expense, and affordability and assesses the customer as a first home buyer.
- Read the income and expenditure data of the customer.
- Check for the income consistency/ frequency, minimum income, and dole payments to make the income decision.
- Calaculate income expense ratio to make the expence decison.
- Calculate the efficiency ratio to get the credit score.
- Determine the final outcome of the credit decision.
Remark: This example shows how to use different logic documents and glossaries along with a DRD to define the decision hierarchy.
Used Technologies: Decision Table, Flow, Business Expressions, Decision Requirement Diagram or DRD, Business Glossary, Fact Concept
Industry: Financial Services
School Staff and Student Validation
We will be using a scenario of validating the school staff and student relations. This example can be run in JavaScript Environment. We can also test the login in the built-in JS Test Bed.
Remark: This example shows how to use Decision Tables and Natural Language to model business rules to execute in a JavaScript environment.
Used Technologies: Decision Table, Natural Language, JavaScript
Industry: Education
Bill Calculator
This example is about calculating usage bill based on user consumption data.
- Usage Breakdown based on Tiers.
- Calculate the hourly cost for different tiers.
- Calculate the total payable amount.
Remark: This example shows how to use different logic documents and glossaries along with Decision graphs to calculate usage bill based on different usage tiers.
Used Technologies: Decision Table, Decision Graph, Boxed Expressions, Fact Concept
Industry: Financial Services
Standard Rating
This example is about determining standard ranked ratings based on external credit rating data.
- Standardizing Credit Rating
- Credit Rating Rank.
- Determine Standard Ranked Ratings.
Remark: This example shows how to use different logic documents such as Decision Tables and Decision graphs to determine standard ranked ratings based on different external credit rating agencies’ data.
Used Technologies: Decision Table, Decision Graph, Fact Concept
Industry: Financial Services
Leave Calculator
This example is about calculating employee vacation days based on company policies.
- Calculate base vacation days
- Calculate extra vacation days
- Calculate total vacation dates
Remark: This example shows how to use different logic documents such as Decision Tables and Decision graphs to calculate employee vacation days.
Used Technologies: Decision Table, Decision Graph, Fact Concept
Industry: Financial Services
Medical Claim Processing
This example is about finding incompatible medical diagnosis codes in medical claims.
- Read the dataset, build a lookup table using the dataset.
- Search through the lookup table and create error messages for incompatible diagnosis code.
Remark: This example shows how to utilize cache memory for a efficient data search in a given data set and create error notifications as an output.
Used Technologies: Decision Table, Generic Flow, Boxed Expressions, Cache Memory Management
Industry: Health Insurance
Credit Card Approval Process
This example is about creating a custom scorecard for credit card approval decision.
- Create Standard Scorecard.
- Automatic Approval.
Remark: This example shows how to use different logic documents such as Decision Graph, Decision Table and Natural Language Document for credit card approval decision.
Used Technologies: Decision Table, Decision Graph, Natural Language Document
Industry: Financial Services
Driver Risk Assessment
This example is about creating a driver risk assessment and how to refactor a business decision.
- Determine the risk of a vehicle type
- Determine the driver risk level
Remark: This example shows how to refactor decision table using Test cases and Decision Graph.
Used Technologies: Decision Table, Decision Graph, Business Terms, Fact Concept, Test Cases
Industry: Financial Services
Borrowing Ability in a Library
This example is about how to automate the library policies with regards to determining borrowing ability of a student.
- Determine the loan details based on the loan period.
- Calculate overdue days.
- Determine Overdue Status.
- Calculate Fine.
- Determine Borrowing Ability.
Remark: This example shows how to use Decision Graph and Decision Tables to automate policies.
Used Technologies: Decision Table, Decision Graph, Fact Concept, Test Cases
Industry: Education Services
Online Booking Fraud Detection
This example is about an online booking fraud detection system using straight-through processing and using human workflow.
- Straight through processing for determining Fraud Decision
- Fraud Analyst’s Decision – Human Workflow
Remark: This example shows how to use Decision Graph, workflow, and Decision Tables to determine online booking fraud based on Fraud Rating Score.
Used Technologies: Decision Table, Decision Graph, Fact Concept, Workflow
Industry: Financial Services
Automated Credit Card Eligibility
This example is about an automated credit card eligibility model using straight-through processing.
- Determining demographic suitability
- Determining credit card eligibility
Remark: This example shows how to use a Decision table, Generic Flow, and BoxedExpressions to determine credit card eligibility.
Used Technologies: Decision Table, Decision Graph, Fact Concept, BoxedExpression, Generic Flow
Industry: Financial Services
Residency Permit Eligibility
This example is about an implementing residency permit eligibility regulations.
Remark: This example shows how to use Decision Graph, Decision table, Generic Flow, and BoxedExpressions to implement regulations for determining residency permit eligibility.
Used Technologies: Decision Table, Decision Graph, Fact Concept, BoxedExpression, Generic Flow, Test Cases
Industry: Government Services
Data & Analytics
Health Insurance Premium Calculation
The example is about calculating the health insurance price for a given individual. We have used the AutoML capability of FlexRule as a part of this project.
- Predict the charges based on age, sex, BMI, number of children, smoking preference, and region
- Calculate the extra charges
- Calculate temporary charges
- Calculate the premium (predicted charges + extra charges + temporary charges)
Remark: This example shows how to calculate the health insurance premium using the analytics extension’s AutoML Builder to make predictions along with decision tables.
Used Technologies: Decision Table, Business Expressions, Decision Requirement Diagram or DRD, Fact Concept, Data Analytics, Predictive Analytics, AutoML
Industry: Insurance
Patient Condition Detection
This example is about detecting the patient’s conditions. As the output, the doctor will receive an alert text message to the mobile phone. We have also used the Business Rules Mining capability of FlexRule as a part of this project.
- Get patient test results from various laboratories
- Detect whether there is any condition
- Alert the doctor via SMS, if there is any condition
Remark: This example shows how to use the Business Rules Mining capability of FlexRule to mine business rules from a given dataset.
Used Technologies: Decision Table, Business Expressions, Decision Requirement Diagram or DRD, Fact Concept, Data Analytics, Business Rules Mining
Industry: Health
Predicting Flower Type
The example is about predicting the flower type with a custom-made algorithm using the PMML capability in FlexRule.
We have created a PMML file of a trained model using Python and connect that to make predictions. These predictions can be used as a part of a DRD to make decisions.
Remark: This example shows how to read a PMML model and make predictions using the analytics extension.
Used Technologies: General Flow, PMML, Data Analytics, Predictive Analytics
Industry: Environment
Detecting Breast Cancer
The example is about detecting breast cancer with a custom-made algorithm using the PMML capability in FlexRule. In the end, the system will be able to determine whether the patient has the possibility of having breast cancer.
We have created a PMML file of a trained model using Python and connected that to make predictions. These predictions can be used as a part of a DRD to make decisions.
Remark: This example shows how to read a PMML model and make predictions using the analytics extension.
Used Technologies: General Flow, PMML, Data Analytics, Predictive Analytics
Industry: Healthcare
Determine Loan Interest Rate
This is a sample to determine the interest rate of an application using the applicant’s personal and account data. We will also be using an in-built machine-learning algorithm to predict the payment delays and based on that the final interest rate is determined. This example requires an SQL database connection.
- Input user ID and amount to burrow
- Retrieve data from the database
- Predict payment delay
- Determine repayment risk score
- Determine Interest Rate
Remark: This example shows how to read data from a CSV file and make predictions using the analytics extension.
Used Technologies: Decision Table, Flow, Business Expressions, Decision Requirement Diagram or DRD, Business Glossary, Fact Concept
Industry: Financial Services
Analysing Bank Details
The data flow and ETL (Extract, transform, load) process were automated using the IRD (Information Requirement Diagram). The example will get details of a list of bank accounts and determine/calculate the following facts.
- Maximum balance
- Minimum balance
- Average of bank accounts
- Summation of balances
- Find the latest and oldest Bank accounts by Account opened date
Remark: This example shows how to extract, transform, load data.
Used Technologies: General Flow, IRD, or Information Requirement Diagram
Industry: Financial Services
Collections
This project contains a set of scenarios that demonstrate the capabilities of FlexRule for manipulating data collections.
- Car: Using IRD (Information Requirement Diagram) or NL (Natural Language), it finds a set of unique and common cars from a given list.
- Person: Using DT, it finds the set of unique people according to their name and sex.
- Titanic: Using NL, it finds a set of males and females who survived or did not survive during Titanic. The data is read from an Excel spreadsheet.
Remark: This example shows the capabilities of data manipulation.
Used Technologies: Decision Table, Flow, IRD (Information Requirement Diagram), Natural Language
Golf Weather Forecast
This example takes a dataset of weather details to train the model and finally, predicts the possibility of playing golf. It uses the C45 algorithm for predictions. It will:
- Input data
- Train
- Predict
Remark: This example shows how to read data from a CSV file and make predictions using the analytics extension.
Used Technologies: General Flow, CSV File Reading, Data Analytics, Predictive Analytics, C45 Algorithm
Industry: Sports
Medical Diagnosis
This example takes a dataset of symptoms to train the model and finally, diagnose whether the patient has cold, flu, or allergies. It uses the Naive Bayes algorithm for predictions.
- Input data
- Train
- Predict
Remark: This example shows how to read data from a CSV file and make predictions using the analytics extension.
Used Technologies: General Flow, CSV File Reading, Data Analytics, Predictive Analytics, Naive Bayes Algorithm
Industry: Healthcare
Decision Robotics
Google Search
Automate the process of a Google search. It will search for a value in Google and filter the search results to get the list of links on the first page.
- Open a web browser (eg: Chrome, Firefox)
- Navigate to ‘www.google.com’
- Type ‘Flexrule’ in the search bar
- Press ‘Enter’ key- Copy each link one by one
- Close the web browser
Remark: This example shows how to use the decision robotics web tools.
Used Technologies: Decision Table, Flow, Business Expressions, Decision Requirement Diagram or DRD, Business Glossary, Fact Concept
Industry: Marketing and Advertising
Supplier Assessment
Check the eligibility of a supplier. The supplier assessment will perform both a qualitative and quantitative evaluation and help to get the final decision. It will:
- Check the business registration number validity
- Check online whether the company is registered in the business registry
- Give a score depending on different criteria and calculate the final score
- Decide whether the supplier is eligible
Remark: This example shows how to use the decision robotics web tools.
Used Technologies: Decision Table, Flow, Business Expressions, Decision Requirement Diagram or DRD, Business Glossary, Fact Concept
Industry: Manufacturing
Car Insurance Fraud Detection
This tutorial shows how to detect a car insurance fraud using a given dataset and send an alert email along with the car registration details. When a claim is submitted,
The process contains a set of main steps:
- Detect Frauds using a dataset.
- If fraud is detected, check car registration information from the public directory.
- If there is an error in the registration number, send a notification.
- Create the email alert message to inform the authority.
- Send the email alert to the required authorities.
Remark: This example shows how to use analytics and the decision robotics web tools.
Used Technologies: Decision Robotics, AutoML/ Data Analytics, Decision Table, Flow, Business Expressions, Fact Concept
Industry: Insurance
Reading Email Inbox
Automate the process of reading emails of a recruitment email account to download applications and candidates’ details.
- Input the email address, and password of the recruitment email account and the job position that needs to be filtered.
- The process will read emails and download applications.
- Store them in separate folders according to the email address and date
Remark: This example shows how to use the MailBox extension to read emails/ download attachments.
Used Technologies: General Flow, Mail Server, Automate Email Reading
Industry: Recruitment
Filtering Résumés
Automate the process of reading résumés to check whether the required skills are presented.
- Load the résumé (PDF file)
- Search for each keyword
- Count the matching keywords
- Calculate the matching keyword percentage
Remark: This example shows how to use the PDF extension to read résumés in PDF format.
Used Technologies: General Flow, Automating PDF Document Reading, Keyword Search
Industry: Recruitment
Student Record
Automate the process of reading data from an Excel file to get student records, calculate the total, average, and pass/fail state and write back to the file.
- Open the Excel sheet where you have saved student scores
- Calculate the Total
- Calculate the average
- Depending on the average determine pass/fail state
- Save the Excel sheet with a defined filename
Remark: This example shows how to use the decision robotics Excel tools.
Used Technologies: General Flow, Decision Robotics for Excel Documents
Industry: Education
Robotics in Windows Application
Automate the process of writing a value in MS Paint and save the image file.
- Open MS Paint
- Click on the Text icon
- Click on the canvas where you want to type
- Type the text
- Save the file with a given name
Remark: This example shows how to use the decision robotics Windows tools.
Used Technologies: General Flow, Decision Robotics for Windows applications
Human Workflow
Loan Origination
Automate the workflow of the loan origination process
- Collect the applications
- Validate applications
- Check eligibility according to the bureau’s standards
- Determine loan application routing
- Team review if required
- Determine whether the loan is approved
Remark: This example shows how to use a workflow with multiple roles and outcomes.
Used Technologies: Decision Table, Workflow, Business Expressions, Decision Requirement Diagram or DRD, Business Glossary, Fact Concept
Industry: Financial Services
Workflows
This project contains a set of different workflows to show you the different ways a Workflow can be used.
In the project, each file contains different scenarios to show you the common usage of workflows and they are not related to each other.
Remark: This example shows how to use a workflow with multiple roles, and tasks.
Used Technologies: Workflow