REST process instance query
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-29-2015 05:40 AM
Hello,
I'm trying to figure out how to list all process instances that are in a specific step of the processus with the Activiti REST API.
The process has a multiinstance embedded subprocess wich contains user tasks. My goal is to find all processes that has tasks for this subprocess.
thank you
I'm trying to figure out how to list all process instances that are in a specific step of the processus with the Activiti REST API.
The process has a multiinstance embedded subprocess wich contains user tasks. My goal is to find all processes that has tasks for this subprocess.
thank you
Labels:
- Labels:
-
Archive
4 REPLIES 4
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-02-2015 03:25 PM
You'd need to query on activityId, which matches the id you've set in your process definition xml
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-03-2015 05:41 AM
the activitiId is null for processes that have one or several started subprocesses. Do you have an example ?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-11-2015 10:40 AM
> the activitiId is null for processes that have one or several started subprocesses.
Sure. That's the way it should be.
But for executions that are in a given step of the process the activitiId is not null
Sure. That's the way it should be.
But for executions that are in a given step of the process the activitiId is not null
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-11-2015 11:28 AM
ok thank you !
