zxl
2025-03-19 2e62ce3ffc62c57ac15d86984476394636ce41e3
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>