fuliqi
2025-02-11 be8f5982d0a2ccfc2880a3356e9cfe816affe9ef
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>