I can set asyncBefore, asyncAfter and exclusive on multi instance loop characteristics

XMLWordPrintable

    • Type: Feature Request
    • Resolution: Won't Fix
    • Priority: L3 - Default
    • None
    • Affects Version/s: 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>
      

            Assignee:
            Unassigned
            Reporter:
            Philipp Ossler
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: