Data type validation
You can decide the desired level of data validating when testing/executing a model.
Type | Definition |
---|---|
None |
No data validation is performed. This means invalid type will not trigger any error while executing. |
External data entry |
Validation is performed each time data is entered by user or when new data is pushed to the model through external services. |
Always |
Validation is performed each time data transits between activities. This has a greater load on the server. |