Error Handling Flashcards

1
Q

When you’re creating a new microflow and you have to create the logic, what is the recommended place to start?

At the beginning of the microflow

At the end of the microflow

In a Sub-Microflow

In the middle of a microflow
A

At the end of the microflow

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Why do you need to create sub-microflows?

To be able to reuse the functionality and have a microflow with dedicated functionality

To be able to only re-use the functionality.

To only have a microflow with a dedicated functionality.
A

To be able to reuse the functionality and have a microflow with dedicated functionality

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What happens when Mendix is not able to finish the transaction successfully and there is no Error Handling implemented?

The transaction will be finished and the user won't see a message.

The transaction is stopped and Mendix will show an error message in the user interface.

The transaction is stopped and Mendix will show this message: ‘Something went wrong please contact your administrator.’

Nothing
A

The transaction is stopped and Mendix will show an error message in the user interface.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

You need to create error handling for JAVA actions because:

Mendix is not able to catch errors that occur in a JAVA action by default.

The JAVA action will not be triggered if there is no error handling.

The app will always show an error if there is no error handling.
A

Mendix is not able to catch errors that occur in a JAVA action by default.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What happens when Mendix is not able to finish the transaction successfully and there is no Error Handling implemented?

The transaction will be finished and the user won't see a message.

The transaction is stopped and Mendix will show an error message in the user interface.

The transaction is stopped and Mendix will show this message: ‘Something went wrong please contact your administrator.’

Nothing
A

The transaction is stopped and Mendix will show an error message in the user interface.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

You need to create error handling for JAVA actions because:

Mendix is not able to catch errors that occur in a JAVA action by default.

The JAVA action will not be triggered if there is no error handling.

The app will always show an error if there is no error handling.
A

Mendix is not able to catch errors that occur in a JAVA action by default.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Error handling can occur in microflows that are triggered by:

Both a user and the system

A sub-microflow

A user

The system
A

Both a user and the system

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

It is necessary to create a log message and a user message because:

The error handling will continue without rollback.

The log message will not appear in the frontend.

The user will get an error if that is not done.

The log message will not be complete.
A

The log message will not appear in the frontend.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly