-
Feature Request
-
Resolution: Won't Fix
-
L3 - Default
-
None
-
None
-
None
AT:
- if an activity has multi instance loop characteristics, i can set asyncBefore, asyncAfter and exclusive on the loop characteristics themselves
- it is still possible to set the properties on the activity
Example:
<serviceTask id="service1" name="Generate Invoice" camunda:class="my.custom.Delegate"> <multiInstanceLoopCharacteristics isSequential="false" camunda:asyncBefore="true" camunda:asyncAfter="true" camunda:exclusive="true"> <loopCardinality>5</loopCardinality> </multiInstanceLoopCharacteristics> </serviceTask>
This is the controller panel for Smart Panels app
- is related to
-
CAM-3856 I can use asyncBefore and asyncAfter on the activity wrapped in the multi instance body
- Closed