I also think some sort of properties would be helpful.

I also would like to see properties for variables. I have added a few extras to 
my forms.xml, to set certain securities and other info for my variables. This 
way, my framework knows which variables are allowed to be seen, and by who.

Eg:

<forms>
  | 
  |     <form task="Request For New Employee" 
form="form.requestForNewEmployee.jsp" order="1">
  |             <variable name="IsReplacement" displayName="Is Replacement" />
  |             <variable name="EmployeeReplaced" displayName="Employee 
Replaced" />
  |             <variable name="JobDescription" displayName="Job Description" />
  |             <variable name="CostCentre" displayName="Cost Centre" />
  |             <variable name="ExpectedCost" displayName="Expected Cost" 
securityGroup="Payroll" securityRoleInGroup="Team Leader"/>
  |             <variable name="Motivation" displayName="Motivation" />
  |     </form>
  | </forms>
As you can see the Expected Cost variable, for example, would not be displayed 
to any user except the Team Leader of the Payroll group.

I would prefer this sort of functionality to be added on the 
processdefinition.xml, perhaps as properties, as was mentioned above.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4093505#4093505

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4093505
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to