In Decision shapes,we have different types :

Boolean expression

if we want a single condition to be met , then while using decision shape we can use the option as "Boolean Expression”.

Fork:

in case if we want to write or check multiple conditions on the decision shape we can use Fork while using a boolean expression, we have only true and false connector. in case if we need to check multiple condition and if we need multiple outgoing connectors we can use Fork.

Map Value:(Max Two Properties)

This Uses a Matrix structure. You can have Two Properties. 1 for column and other for Row. It returns the Output based on the row and column.

Not feasible if your properties are going to change overtime.

Scorecard Model:

when ever we need to generate a score for the user based on the data entered, we can use score card.. It can return a score which can determine the eligibilty status.

Result : Eligibile/ not eligible

eg: To check the loan eligibility , we need to generate score based on different inputs.

  checking the eligibility of the certification exam based on Assessment score.