cancel
Showing results for 
Search instead for 
Did you mean: 

Design Time Validations

rhiremat
Champ in-the-making
Champ in-the-making
Hello Folks,

I am new to activiti and we are evaluating the tool as an orchestration engine for one of our products.

I want to know if any design time validations are done?

For example, if I have a custom service task defined uses some variables from the process and if these variables are not set previously in the process, can we get this validates before the "save" of the process?

-Raj
3 REPLIES 3

jbarrez
Star Contributor
Star Contributor
There is some validation available in the Designer, but not the one you describe here: variables are not mapped at design time in Activiti.

rhiremat
Champ in-the-making
Champ in-the-making
Thank you for the feedback.
I see at import time we are having some validations, I am planning to put the same code on a Validate button or save.
Thoughts?

-Raj

jbarrez
Star Contributor
Star Contributor
Well, sure, it's open source so you're free to hack whatever you want 😉