[SOLVED] Error with advance workflow custom UI parameter
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-24-2008 06:20 AM
Hi,
Currently I’m trying the Advanced Workflow example we can find in the Jeff Pott's Alfresco book (a great book 🙂 ) but I can’t finish the HelloWorldUI one. The goal of this exemple is to add a really simple advanced workflow with one node grabbing a text from the user and then showing it in logs .
Everything is going well, no error in build and deployement, no error in Alfresco startup and I can see the workflow in the UI. When I try to use it I should see a text field named "Name" where I should be able to add a name which will be written in the logs. Instead of that I have a read-only "Owner" field coming from nowhere.
Am I the only one to have this issue ? For info, I'm using the version 3.0 community of Alfresco.
Thanks for your help, I'm getting completely mad…
Currently I’m trying the Advanced Workflow example we can find in the Jeff Pott's Alfresco book (a great book 🙂 ) but I can’t finish the HelloWorldUI one. The goal of this exemple is to add a really simple advanced workflow with one node grabbing a text from the user and then showing it in logs .
Everything is going well, no error in build and deployement, no error in Alfresco startup and I can see the workflow in the UI. When I try to use it I should see a text field named "Name" where I should be able to add a name which will be written in the logs. Instead of that I have a read-only "Owner" field coming from nowhere.
Am I the only one to have this issue ? For info, I'm using the version 3.0 community of Alfresco.
Thanks for your help, I'm getting completely mad…
Labels:
- Labels:
-
Archive
3 REPLIES 3
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-24-2008 06:29 AM
A common error by developers is not defining task specific <config> node in web-client-config-custom.xml. Please verify if you have defined it properly.
Thanks,
Algoworks Alfresco Team
http://www.algoworks.com
Thanks,
Algoworks Alfresco Team
http://www.algoworks.com
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-24-2008 07:15 AM
OH ! Thanks a lot ! That was the issue. Two days lost just because of that.
For other people having this problem, I have added in web-client-config-custom.xml:
For other people having this problem, I have added in web-client-config-custom.xml:
<config evaluator="node-type" condition="scwf:submitHelloWorldTask" replace="true"> <property-sheet> <show-property name="scwf:helloName" /> </property-sheet> </config>
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-24-2008 09:18 AM
We are happy that we could be of your help. Alfresco Rocks!!! 
Thanks,
Algoworks Alfresco Team
http://www.algoworks.com

Thanks,
Algoworks Alfresco Team
http://www.algoworks.com
