Fetch data to enum property of form by API in Activiti 5.22.0

cancel
Showing results for 
Search instead for 
Did you mean: 
nhhao1996
Active Member II

Fetch data to enum property of form by API in Activiti 5.22.0

Hi everyone!

I'm using Activiti 5.22.0. On my user task, I have a form which have an enum property. I can use REST Api to get that form properties
and render it to my web page for user to submit the task.

Now my problem is Activiti can only set that enum values manual. If I have an api to get countries list, is it possible for me to do something
like fetch data to that enum property?