라우팅 유형
|
표현식
|
투표
|
결과
|
수동
|
//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
|
파란색
|