路由类型
|
表达式
|
投票
|
结果
|
---|---|---|---|
“手动”
|
//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 票
|
蓝色
|