-
Feature Request
-
Resolution: Unresolved
-
L3 - Default
-
None
-
None
-
None
There exists two extensions attributes which can be used in combination with the <bpmn:multiInstanceLoopCharacteristics/> element:
- camunda:resultVariable: declares a variable which exists in the scope of the multi-instance activity, whereby the value of it should be collected.
- camunda:resultCollection: declares a collection which will be available in the process instance as a variable. This collection collects the values of the result variables.
An example could look like this:
<bpmn:multiInstanceLoopCharacteristics camunda:resultVariable="foo" camunda:resultCollection="bar" ...> ... </bpmn:multiInstanceLoopCharacteristics>
Semantic:
Whenever an instance of the specific activity completes, then the value of the variable foo declared by the attribute camunda:resultVariable will be added to the declared collection bar by the attribute camunda:resultCollection.
Hint:
- There is a similar limitation in serialization of the collection declared by camunda:resultCollection like it already exists for the mapping of decision results [1].
- The properties must be exposed in the Camunda modeler.
This is the controller panel for Smart Panels app
I can collect multi-instance activity results
-
Feature Request
-
Resolution: Unresolved
-
L3 - Default
-
None
-
None
-
None
There exists two extensions attributes which can be used in combination with the <bpmn:multiInstanceLoopCharacteristics/> element:
- camunda:resultVariable: declares a variable which exists in the scope of the multi-instance activity, whereby the value of it should be collected.
- camunda:resultCollection: declares a collection which will be available in the process instance as a variable. This collection collects the values of the result variables.
An example could look like this:
<bpmn:multiInstanceLoopCharacteristics camunda:resultVariable="foo" camunda:resultCollection="bar" ...> ... </bpmn:multiInstanceLoopCharacteristics>
Semantic:
Whenever an instance of the specific activity completes, then the value of the variable foo declared by the attribute camunda:resultVariable will be added to the declared collection bar by the attribute camunda:resultCollection.
Hint:
- There is a similar limitation in serialization of the collection declared by camunda:resultCollection like it already exists for the mapping of decision results [1].
- The properties must be exposed in the Camunda modeler.
This is the controller panel for Smart Panels app
- is duplicated by
-
CAM-11370 Collecting the result of a multi instance activity in a collection
-
- Closed
-