Hi!
I would like to ask for some help, if you don’t mind.
I’m currently making a model, and junit tests for it. It’s similar to one of the old showcases, it’s about car insurance.
Here is a picture of a part of the model:
There is plenty generated forms in the first user task, and the two decision tables work from them. I have a value called License Plate. I have a .txt file, which is full of license plates (e.g.: ABS-123) and I want to test if the license plate value given by the user is matching one of the expressions in the .txt. If so, i want to reject the application immediately.
I’ve been trying to do it with parallel gateway, and with a service task before the first decision table, but i didn’t manage to make it work. Can you help me with my problem?
I’d appreciate it.