Sorting process instances by process instance variable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-13-2011 06:49 AM
Hi, Activiti Team!
As I think, there is no ability to sort process instances by custom process instance variable in Activiti.
Would this feature developed in future?
As I think, there is no ability to sort process instances by custom process instance variable in Activiti.
Would this feature developed in future?
Labels:
- Labels:
-
Archive
6 REPLIES 6
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-22-2011 12:05 AM
Is my question clear?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-23-2011 12:05 AM
I'll try to rephrase the question.
ACTIVITI-API has ability to sort process instances by processInstanceId: ProcessInstanceQuery.orderByProcessInstanceId().
Have you plans to do something like ProcessInstanceQuery.orderByProcessInstanceVariable(String processInstanceVariableName)?
ACTIVITI-API has ability to sort process instances by processInstanceId: ProcessInstanceQuery.orderByProcessInstanceId().
Have you plans to do something like ProcessInstanceQuery.orderByProcessInstanceVariable(String processInstanceVariableName)?

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-23-2011 04:40 AM
Hi,
We already have the queries where you can set variables values, so it shouldn't be too hard to add ordering as well.
Did you check if there's already a JIRA for this?
Best regards,
We already have the queries where you can set variables values, so it shouldn't be too hard to add ordering as well.
Did you check if there's already a JIRA for this?
Best regards,
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-29-2011 01:13 AM
Hi,
I haven't found JIRA issue for this, I have created it - http://jira.codehaus.org/browse/ACT-1044
I haven't found JIRA issue for this, I have created it - http://jira.codehaus.org/browse/ACT-1044

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-27-2016 01:56 AM
Hi, Activiti Team!
can we sort the task list on the basis of process variable.
something like ProcessInstanceQuery.orderByProcessInstanceVariable(String processInstanceVariableName)?
can we sort the task list on the basis of process variable.
something like ProcessInstanceQuery.orderByProcessInstanceVariable(String processInstanceVariableName)?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-03-2016 02:44 AM
No, that's currently not supported, you'd have to use a native query to do that.
(or send us a Pull Request 😉
(or send us a Pull Request 😉
