cancel
Showing results for 
Search instead for 
Did you mean: 

Start task Form

cool123
Champ in-the-making
Champ in-the-making
I want to Modify the start task form in workflow ..Tell me about the number of files that i required to modify and all the Location where i have to put the files.


I want to remove the "Locale " attribute.


The alfresco version i am using is Alfresco-Enterprise 4.0.
10 REPLIES 10

jpotts
World-Class Innovator
World-Class Innovator
1. share-config-custom.xml goes in $TOMCAT_HOME/webapps/share/WEB-INF/classes/alfresco/web-extension. Note the dash. It is missing in your post.
2. It doesn't really matter what this file is named.
3. Your model file goes in $TOMCAT_HOME/webapps/alfresco/WEB-INF/classes/alfresco/extension. I prefer that it go under a directory called model underneath extension.
4. Your model context file goes in $TOMCAT_HOME/webapps/alfresco/WEB-INF/classes/alfresco/extension. It needs to point to the location of your model file in step 3.

The best way to package all of these is to use an AMP which is covered in the tutorial, but if you can't or don't want to use an AMP you can put them in the directories directly as I have indicated above.

If your customized task form is not showing up it means your share-config-custom.xml file is not being read.

If your customized task form shows up but shows fields you do not expect, it means the share-config-custom.xml config is not matching up the name of the form key in your process with the appropriate config element.

Jeff