Routing-Typ
|
Ausdruck
|
Abstimmungen
|
Ergebnis
|
Manuell ausschließlich
|
//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); |
Gelb 9
Blau 0
Rot 1
|
Gelb und Rot
|
Routing-Typ
|
Ausdruck
|
Abstimmungen
|
Ergebnis
|
Manuell
|
//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); |
Gelb 8
Blau 3
Rot 9
|
Kein neues Hemd
|
Routing-Typ
|
Ausdruck
|
Abstimmungen
|
Ergebnis
|
Manuell ausschließlich
|
//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"); } |
Gelb 8
Blau 2
Rot 0
|
Rot
|
Routing-Typ
|
Ausdruck
|
Abstimmungen
|
Ergebnis
|
Manuell
|
//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); |
Gelb 7
Blau 4
Rot 2
|
Gelb und Blau
|
Routing-Typ
|
Ausdruck
|
Abstimmungen
|
Ergebnis
|
Manuell
|
//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); |
Gelb 2
Blau 9
Rot 3
|
Blau und Rot
|
Routing-Typ
|
Ausdruck
|
Abstimmungen
|
Ergebnis
|
Manuell ausschließlich
|
//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); |
Gelb 2
Blau 4
Rot 4
|
Blau und Rot
|
Routing-Typ
|
Ausdruck
|
Abstimmungen
|
Ergebnis
|
Manuell ausschließlich
|
//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); |
Gelb 2
Blau 4
Rot 4
|
Gelb
|