|
When creating a Windchill ProjectLink routing workflow template, the following variables must be created:
• PJL_Instructions_Variable of type java.lang.String
• PJL_Distribution_List of type wt.team.Team
|
WfTally.any
|
Select events chosen by one or more required users.
|
WfTally.all
|
Select events chosen by all required users.
|
WfTally.percent
|
Select events based on what percent of users choose an option. Use with a tallying operator.
|
WfTally.number
|
Select events based on the number of users that choose an option. Use with a tallying operator.
|
WfTally.plurality
|
Select the events chosen by the most required users. If there is a tie, then each event in the tie is chosen.
|
WfTally.notPlurality
|
Select the events chosen by the least required users. If there is a tie, then each event in the tie is chosen.
|
WfTally.GT
|
Greater than >
|
WfTally.LT
|
Less than <
|
WfTally.EQ
|
Equal to =
|
WfTally.GTE
|
Greater than or equal to >=
|
WfTally.LTE
|
Less than or equal to <=
|