Routing-Typ
|
Ausdruck
|
Abstimmungen
|
Ergebnis
|
Manuell
|
//Get the object that represents this activity.
WfAssignedActivity mySelf = ((WfAssignedActivity)self.getObject()); //Specify the result. result = WfTally.any(self, "Yellow", "Blue"); |
Gelb 2
Blau 10
|
Gelb
|
Routing-Typ
|
Ausdruck
|
Abstimmungen
|
Ergebnis
|
Manuell
|
//Get the object that represents this activity.
WfAssignedActivity mySelf = ((WfAssignedActivity)self.getObject()); //Specify the result. result = WfTally.all(self, "Yellow", "Blue"); |
Gelb 9
Blau 3
|
Blau
|
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.percent(self, WfTally.GT, 30, "Yellow", "Blue"); |
Gelb 4
Blau 8
|
Gelb
|
Routing-Typ
|
Ausdruck
|
Abstimmungen
|
Ergebnis
|
Manuell
|
//Get the object that represents this activity.
WfAssignedActivity mySelf = ((WfAssignedActivity)self.getObject()); //Specify the result. result = WfTally.number(self, WfTally.GTE, 3, "Yellow", "Blue"); |
Gelb 3
Blau 8
|
Gelb
|
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.plurality(self, "Yellow", "Blue"); |
Gelb 5
Blau 5
|
Gelb
|
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.notPlurality(self , "Yellow", "Blue"); |
Gelb 6
Blau 4
|
Blau
|