Details
-
Type:
Improvement Request
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 0.5.0
-
Fix Version/s: 0.9.0
-
Component/s: Integration service
-
Security Level: Public
-
- Environment:
- -
Activity
| Field | Original Value | New Value |
|---|---|---|
| Status | New [ 10000 ] | Open [ 10002 ] |
| Priority | Major [ 3 ] | |
| Assignee | Christophe DENEUX [ cdeneux ] |
| Status | Open [ 10002 ] | In Progress [ 10003 ] |
| Status | In Progress [ 10003 ] | Resolved [ 10004 ] |
| Fix Version/s | 0.9.0 [ 10545 ] | |
| Resolution | Fixed [ 1 ] |
| Description |
Add an integration service to retrieve process instances according to the following criteria:
* active: If "true", only select process instances which are active, which means that neither the process instance nor the corresponding process definition are suspended, * process definition identifier, only process instances matching this process definition will be returned, * process instance identifier, only process instance matching this process instance identifier will be returned. |
Add an integration service to retrieve process instances according to the following criteria:
* process instance state: only process instances in the given state will be returned. Accepted state are: {{active}}, {{suspended}}, {{finished}}. A process instance in state '{{active}}' means that neither the process instance nor the corresponding process definition are suspended, * process definition identifier, only process instances matching this process definition will be returned, * process instance identifier, only process instance matching this process instance identifier will be returned. |
| Description |
Add an integration service to retrieve process instances according to the following criteria:
* process instance state: only process instances in the given state will be returned. Accepted state are: {{active}}, {{suspended}}, {{finished}}. A process instance in state '{{active}}' means that neither the process instance nor the corresponding process definition are suspended, * process definition identifier, only process instances matching this process definition will be returned, * process instance identifier, only process instance matching this process instance identifier will be returned. |
Add an integration service to retrieve process instances according to the following criteria:
* process instance state: only process instances in the given state will be returned. Accepted state are: '{{active}}', '{{suspended}}', '{{finished}}'. A process instance in state '{{active}}' means that neither the process instance nor the corresponding process definition are suspended, * process definition identifier, only process instances matching this process definition will be returned, * process instance identifier, only process instance matching this process instance identifier will be returned. |
| Component/s | Integration service [ 10375 ] |