09-07-2010 01:48 AM
<process id="vacationRequest" name="Vacation request">
….
<userTask id="handleRequest" name="Handle vacation request"
activiti:form="org/activiti/examples/taskforms/approve.form" >
Given code block above, for locating Task form (GSP view) by Convention over Configuration in Grails, we can achieve it by using getKey() (proposed API for expose of id attribute) of Task interface. While the getKey() return "handleRequest", we can make the convention controller/action equals to processKey/userTaskKey, where in the case above is vacationRequest/handleRequest.09-07-2010 03:01 AM
09-07-2010 03:56 AM
09-07-2010 02:34 PM
09-13-2010 03:28 AM
String getTaskId();
09-13-2010 06:08 AM
Do I understand correctly that you want a method added to the Task interface likeString getTaskId();
that returns 'handleRequest' in your example?
(i added http://jira.codehaus.org/browse/ACT-145 )
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.