Hi,
I am using activiti-rest.war
I need to store my own objects in the system. These objects are surveys. Each survey contain list of question. A question is a par: question itself and answer.
I suppose to work with my own objects from Java Service Task.
How can store such list of surveys in the system.
Please, point me into appropriate article in the guide or book.
Thanks.