Mendix 7 is no longer supported unless you have Extended Support (for details, please contact Mendix Support). Mendix 7 documentation will remain available for customers with Extended Support until July, 2024.

Inheritance Split

Last modified: April 18, 2024

1 Introduction

An inheritance split is an element that makes a choice based on the type of certain variable. For each specialization the microflow can continue in a different way. If you want to use the specialized type in the rest of the microflow you can use a cast action.

See Entities to read more about specialization and generalization.

2 Input Properties

2.1 Variable

The input variable is the variable of which the type is inspected to see how to continue.

3 Common Properties

3.1 Caption

See Microflow Element Common Properties.