cancel
Showing results for 
Search instead for 
Did you mean: 

info in database

aurelienpel
Champ in-the-making
Champ in-the-making
Hi,

When I create a workflow with the modeler in Activiti Explorer, I give some info for a task in the formProperties as you can see attached.
However I would like to find them in DB so I had a look on ACT_HI_VARINST and I can find the value 'Analyze' of the fields 'name' of the property and also 'toValidation' of the 'id' for the enum type, but where can I find the 'Validation Solution' of the field 'Name' of the enum ? and also '__button__' of the 'id' field of the property ?

I am using Activiti 5.16.3

Thanks for your help !

Regards

Aurelien
1 REPLY 1

trademak
Star Contributor
Star Contributor
That's not stored in the database. It's available in the Java model of the process definition, the BpmnModel.

Best regards,