Auto Validator #334
Unanswered
NourEldin-Ali
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Hi @NourEldin-Ali, @Override
protected Class<? extends ModelValidator> bindModelValidator() {
return BPMNGLSPValidator.class;
} The validation itself is done in our case in the Open-BPMN Meta model. This is completely decoupled from the GLSP part and can be used on any BPMN model file. We do not yet validate a lot of rules in BPMN , but the mechanism can be extended easily and I will extend this in the future. So for Open-BPMN you can simply call
Does this answer your question? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm working on auto validator.
I saw that in GLSP 2.x it was directly implemented. How we can add this functionality in your version? How we can access the model on submit (on modify any thing) to make validator?
Could you please help me to do that?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions