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.

End Event

Last modified: June 29, 2022

1 Introduction

An end event defines the location where the flow will stop. If the return type of the flow is not Nothing, a return value should be specified.

2 Behavior Properties

2.1 Return value

The return value is the value that is returned to the flow that called the current flow. The value can be entered as an expression.