Type de routage
|
Expression
|
Votes
|
Résultat
|
---|---|---|---|
Manuel exclusif
|
//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); |
Jaune 9
Bleu 0
Rouge 1
|
Jaune et rouge
|
Type de routage
|
Expression
|
Votes
|
Résultat
|
---|---|---|---|
Manuel
|
//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); |
Jaune 8
Bleu 3
Rouge 9
|
Aucune nouvelle chemise
|
Type de routage
|
Expression
|
Votes
|
Résultat
|
---|---|---|---|
Manuel exclusif
|
//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"); } |
Jaune 8
Bleu 2
Rouge 0
|
Rouge
|
Type de routage
|
Expression
|
Votes
|
Résultat
|
---|---|---|---|
Manuel
|
//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); |
Jaune 7
Bleu 4
Rouge 2
|
Jaune et bleu
|
Type de routage
|
Expression
|
Votes
|
Résultat
|
---|---|---|---|
Manuel
|
//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); |
Jaune 2
Bleu 9
Rouge 3
|
Bleu et rouge
|
Type de routage
|
Expression
|
Votes
|
Résultat
|
---|---|---|---|
Manuel exclusif
|
//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); |
Jaune 2
Bleu 4
Rouge 4
|
Bleu et rouge
|
Type de routage
|
Expression
|
Votes
|
Résultat
|
---|---|---|---|
Manuel exclusif
|
//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); |
Jaune 2
Bleu 4
Rouge 4
|
Jaune
|