Uploaded image for project: 'camunda BPM'
  1. camunda BPM
  2. CAM-4235

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

XMLWordPrintable

    • Icon: Feature Request Feature Request
    • Resolution: Won't Fix
    • Icon: L3 - Default 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

              Unassigned Unassigned
              philipp.ossler Philipp Ossler
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: