xiangpei
2025-03-13 43d742a0dc753ee894ef1be7d6492b3ee6f20fcf
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>