라우팅 유형
|
표현식
|
투표
|
결과
|
수동 제외
|
//Get the object that represents this activity.
WfAssignedActivity mySelf = ((WfAssignedActivity)self.getObject()); //Get the routing events for this activity. Vector userEvents = (Vector)mySelf.getUserEventList(); //Specify the result. result = WfTally.any(self, userEvents); |
노란색 9
파란색 0
빨간색 1
|
노란색과 빨간색
|
라우팅 유형
|
표현식
|
투표
|
결과
|
수동
|
//Get the object that represents this activity.
WfAssignedActivity mySelf = ((WfAssignedActivity)self.getObject()); //Get the routing events for this activity. Vector userEvents = (Vector)mySelf.getUserEventList(); //Specify the result. result = WfTally.all(self, userEvents); |
노란색 8
파란색 3
빨간색 9
|
새 셔츠를 디자인하지 않음
|
라우팅 유형
|
표현식
|
투표
|
결과
|
수동 제외
|
//Get the object that represents this activity.
WfAssignedActivity mySelf = ((WfAssignedActivity)self.getObject()); //Specify the result. result = WfTally.all(self, "Blue", "Red"); if (result != "Blue") { result = WfTally.all(self, "Yellow", "Red"); } |
노란색 8
파란색 2
빨간색 0
|
빨간색
|
라우팅 유형
|
표현식
|
투표
|
결과
|
수동
|
//Get the object that represents this activity.
WfAssignedActivity mySelf = ((WfAssignedActivity)self.getObject()); //Get the routing events for this activity. Vector userEvents = (Vector)mySelf.getUserEventList(); //Specify the result. result = WfTally.percent(self, WfTally.GT, 30, userEvents); |
노란색 7
파란색 4
빨간색 2
|
노란색과 파란색
|
라우팅 유형
|
표현식
|
투표
|
결과
|
수동
|
//Get the object that represents this activity.
WfAssignedActivity mySelf = ((WfAssignedActivity)self.getObject()); //Get the routing events for this activity. Vector userEvents = (Vector)mySelf.getUserEventList(); //Specify the result. result = WfTally.number(self, WfTally.GTE, 3, userEvents); |
노란색 2
파란색 9
빨간색 3
|
파란색과 빨간색
|
라우팅 유형
|
표현식
|
투표
|
결과
|
수동 제외
|
//Get the object that represents this activity.
WfAssignedActivity mySelf = ((WfAssignedActivity)self.getObject()); //Get the routing events for this activity. Vector userEvents = (Vector)mySelf.getUserEventList(); //Specify the result. result = WfTally.plurality(self, userEvents); |
노란색 2
파란색 4
빨간색 4
|
파란색과 빨간색
|
라우팅 유형
|
표현식
|
투표
|
결과
|
수동 제외
|
//Get the object that represents this activity.
WfAssignedActivity mySelf = ((WfAssignedActivity)self.getObject()); //Get the routing events for this activity. Vector userEvents = (Vector)mySelf.getUserEventList(); //Specify the result. result = WfTally.notPlurality(self, userEvents); |
노란색 2
파란색 4
빨간색 4
|
노란색
|