[jboss-user] [JBoss jBPM] - Re: Feature Request - Task Properties

dleerob do-not-reply at jboss.com
Wed Oct 10 10:08:22 EDT 2007


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



More information about the jboss-user mailing list