路由類型
|
運算式
|
票數
|
結果
|
「手動」
|
//Get the object that represents this activity.
WfAssignedActivity mySelf = ((WfAssignedActivity)self.getObject()); //Specify the result. result = WfTally.any(self, "Yellow", "Blue"); |
黃色 2
藍色 10
|
黃色
|
路由類型
|
運算式
|
票數
|
結果
|
「手動」
|
//Get the object that represents this activity.
WfAssignedActivity mySelf = ((WfAssignedActivity)self.getObject()); //Specify the result. result = WfTally.all(self, "Yellow", "Blue"); |
黃色 9
藍色 3
|
藍色
|
路由類型
|
運算式
|
票數
|
結果
|
「手動獨佔」
|
//Get the object that represents this activity.
WfAssignedActivity mySelf = ((WfAssignedActivity)self.getObject()); //Specify the result. result = WfTally.percent(self, WfTally.GT, 30, "Yellow", "Blue"); |
黃色 4
藍色 8
|
黃色
|
路由類型
|
運算式
|
票數
|
結果
|
「手動」
|
//Get the object that represents this activity.
WfAssignedActivity mySelf = ((WfAssignedActivity)self.getObject()); //Specify the result. result = WfTally.number(self, WfTally.GTE, 3, "Yellow", "Blue"); |
黃色 3
藍色 8
|
黃色
|
路由類型
|
運算式
|
票數
|
結果
|
「手動獨佔」
|
//Get the object that represents this activity.
WfAssignedActivity mySelf = ((WfAssignedActivity)self.getObject()); //Specify the result. result = WfTally.plurality(self, "Yellow", "Blue"); |
黃色 5
藍色 5
|
黃色
|
路由類型
|
運算式
|
票數
|
結果
|
「手動獨佔」
|
//Get the object that represents this activity.
WfAssignedActivity mySelf = ((WfAssignedActivity)self.getObject()); //Specify the result. result = WfTally.notPlurality(self , "Yellow", "Blue"); |
黃色 6
藍色 4
|
藍色
|