Hi,
I tried creating Human Task using jBPM Task Service and it got created in "TASK" table.
I want to add new attributes (specific to application) e.g. Location, ProjectId, etc. which I can send using Task Data (Comments/Content Data, etc.) , But this data is going into CLOB in DB.
As i want these data to be searchable, so I want these data to be saved in a different column for the search to be efficient.
- Is there any way to achieve this in JBPM Task Service?
- I checked all the Query methods also, and i didn't found any getter to retrieve tasks based on parameters. Is there any way for this too?
Thanks in advance.
Deepak