Validation Module 1.4 - Mule 4
The Validation module verifies that the content of a message in a Mule flow matches specific criteria. If a message does not meet the defined validation criteria, the validation fails and returns a validation error, such as VALIDATION:INVALID_URL
, which is a ValidationException
. Based on the specific data you are validating, you can customize the exception message that is displayed in the logs.
Before You Begin
To use this module, you must be familiar with:
-
Anypoint Connectors
-
Mule runtime engine (Mule)
-
Elements and global elements in a Mule flow
-
Creating a Mule app using Anypoint Studio (Studio)
Before creating an app, you must have access to Anypoint Platform and Anypoint Studio.
Audience
-
New users, read:
-
Using Anypoint Studio to Configure the Validation Module to create your Mule app
-
Examples, which provide one or more use cases for the connector
-
-
Advanced users, read:
-
Examples, which provides one or more use cases for the connector
Next Step
After you complete the prerequisites and try the examples, you are ready to create your own app and configure the connector using Anypoint Studio.