11-30-2011 08:20 AM
historyService.createHistoricDetailQuery()
.variableUpdates()
.variableNameLike("%varname%") //missing api method
.variableValueLike("%varvuale%") //missing api method
.list();
11-30-2011 09:15 AM
11-30-2011 09:38 AM
12-01-2011 02:18 AM
12-01-2011 05:14 AM
runtimeService.createProcessInstanceQuery().variableValueLike(arg0, arg1)
and not historicalService.createProcessInstanceQuery().variableValueLike(arg0, arg1)
historicalService.createHistoricDetailQuery().variableValueLike(arg0, arg1)
12-02-2011 10:36 AM
12-02-2011 10:49 AM
12-03-2011 01:39 PM
12-05-2011 06:30 AM
Sorry, my comment was not meant to sound harsh. Criticism helps indeed, but often people are looking for one-solution-fits-all in a bpm engine and they want to have it do everything. That is never a good way to start.
4: I never said it was optimal to search ALL process variables. 🙂
We (I) never search ALL process variables. They are only used in the process instance/engine. If I want/need to search things, I search in the domain model (and/or something like Alfresco ECM) and find the corresponding entries in the bpm engine if necessary
The next question could be: 'I want to search in a pdf as well, can that be done?', or something similar. Sure it can, but that is what a content management solution is good at.
12-05-2011 12:24 PM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.