xiangpei
2025-03-26 1b9936ba920d65df09ab8dba79c6252568ee26e4
1
2
3
4
5
6
7
8
9
10
 
<div ng-controller="FlowableTransitionEventCtrl">
    <select ng-model="property.value" ng-change="transitionEventChanged()">
        <option>complete</option>
        <option>exit</option>
        <option>occur</option>
        <option>start</option>
        <option>terminate</option>
    </select>
</div>