<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Dwindows-1252">
<STYLE>BODY {
        FONT-SIZE: 10pt; FONT-FAMILY: =B1=BC=B8=B2
}
P {
        MARGIN-TOP: 2px; MARGIN-BOTTOM: 2px
}
</STYLE>
 
<META content=3D"MSHTML 5.50.4134.600" name=3DGENERATOR></HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial>Hi Kim -</FONT></DIV>
<DIV><FONT face=3DArial>here is my solution for your problem. You =
don=B4t need any=20
branches in your workflow. </FONT></DIV>
<DIV><FONT face=3DArial>Just follow the steps in the =
powerpoint:</FONT></DIV>
<UL>
  <LI><FONT face=3DArial>Create workflow container parameters, esp. =
multiline=20
  element Voters with all voters you want to address, import it to the =
workflow=20
  or just fill it in a separate batch step or virtual =
property.</FONT></LI>
  <LI><FONT face=3DArial>Set your vote step to "dynamical parallel": =
Last Page=20
  "Extras", fill in the Voters there.<BR>Now your step appears as a =
multistep in=20
  the workflow editor and you will get automatically as many parallel =
W-Items as=20
  you have entries in the voters table at runtime.</FONT></LI>
  <LI><FONT face=3DArial>Set the agent of your step to "Voters with=20
  index"&nbsp;&nbsp; (&amp;Voters()&amp;). This assigns the n-th voter =
to the=20
  n-th parallel step.</FONT></LI>
  <LI><FONT face=3DArial>Add container operations to count the pros and =
contras of=20
  the voters</FONT></LI>
  <LI><FONT face=3DArial>Calculate the results of the =
vote</FONT></LI></UL>
<DIV><FONT face=3DArial>Just a remark:</FONT></DIV>
<DIV><FONT face=3DArial>If your vote needs to end with a majority of, =
say 2/3 =3D=20
67%, it can be usefull, to abort the dynamic parallel step.</FONT></DIV>
<DIV><FONT face=3DArial>Example:&nbsp; 12 entries in voters table, but =
already 5=20
voted with "Contra". Now it makes no sense to go one with the voting =
since a 67%=20
majority can not be reached any more.</FONT></DIV>
<DIV><FONT face=3DArial>To abort your voting you can use a fork (type1 =
of 2).=20
Create an abort event in the "Contra"-part and a =
corresponding&nbsp;event=20
receiver in the second brach of the fork. </FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial>Best regards&nbsp; Uli</FONT></DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial></FONT>&nbsp;</DIV></BODY></HTML>