ルーティングタイプ
|
定義式
|
投票
|
結果
|
手動
|
//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
|
青
|