Difference between executionId and processInstanceId?

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2011 06:13 AM
I was wandering what's the difference between executionId and processInstanceId task parameters?
I want to search all task's for some process definition that are active(not completed).
I want to search all task's for some process definition that are active(not completed).
Labels:
- Labels:
-
Archive
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2011 03:50 AM
A process instance is also an execution. The process instance id = the root execution id of the tree of all executions.
Ie, when the process splits into two parallel paths, there will be two executions under the root (ie process instance)
Ie, when the process splits into two parallel paths, there will be two executions under the root (ie process instance)

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2011 02:38 AM
Got it. Thanks for clarifying that one.
