zxl
2025-11-12 b03f7d2ce966f0b2f4d80f15498893023d42f3a8
1
2
3
4
5
6
7
8
 
<div ng-controller="FlowableMultiInstanceCtrl">
    <select ng-model="property.value" ng-change="multiInstanceChanged()">
        <option>None</option>
        <option>Parallel</option>
        <option>Sequential</option>
    </select>
</div>