cancel
Showing results for 
Search instead for 
Did you mean: 

web-client-config or web-client-config-properties ?

nikes
Champ on-the-rise
Champ on-the-rise
As per the instructions on Alfresco wiki I have created custom workflow but when I deploy and start web client following error is displayed ….

ERROR [org.alfresco.web.ui.common.Utils] Failed to get to do tasks: org.alfresco.service.namespace.NamespaceException: Namespace prefix wf is not mapped to a namespace URI

Also In Alfresco Labs edition there are two files "web-client-config.xml" and "web-client-config.properties.xml".
what is the difference between these two files? All web client configuration for out-of-box advanced workflow is provided in "web-client-config.properties.xml".

Can I configure custom workflow properties in "web-client-config.properties.xml" file instead of "web-client-config.xml"?

Also guide for directory structure to be followed.

I placed all custom workflow files in "C:\Alfresco\tomcat\shared\classes\alfresco\extension". Is this the right directory?

Please guide.

Nikesh
4 REPLIES 4

vinaxwater
Champ in-the-making
Champ in-the-making
Hi friend,
#file web-client-config.xml: for config display in web client of Alfresco (ex: define column sort, define format show item or space)
#file web-client-config-propertices.xml: for define propertices for Task of define JBPM in Workflow of Alfresco

<config evaluator="node-type" condition="wf:startConfidTask" replace="true">
<property-sheet>
<separator name="sep1" display-label-id="general" component-generator="HeaderSeparatorGenerator" />
<show-property name="bpm:workflowDescription" component-generator="TextAreaGenerator" read-only="false"/>
<show-property name="bpm:workflowDueDate" read-only="false" />
<show-property name="bpm:workflowPriority" read-only="false" />
<!– <show-association name="bpm:groupAssignee" display-label-id="wf_reviewer"/> –>
<show-property name="wf:confidNotifyMe"/>
<separator name="sep2" display-label-id="users_and_roles" component-generator="HeaderSeparatorGenerator" />
<!– <show-association name="bpm:assignees" display-label-id="wf_adhoc_assign_to"/> –>
<show-association name="bpm:NTgroupAssignees" display-label-id="wf_adhoc_assign_to"/>
</property-sheet>
</config>

Good luck.

nikes
Champ on-the-rise
Champ on-the-rise
Thanks vinaxwater,

I am able to run customized workflow.

hanks,
Nikesh

amenel
Champ in-the-making
Champ in-the-making
@Nikes: you should not be fiddling with web-client-config.xml. If you need to add or overwrite anything, there is a web-client-config-custom.xml that you can modify. Leave the original file be. I'm sure there are several reasons for doing so but one that's obvious is that if you ever want to revert to the standard, you just have to delete/rename the custom file. Clean separation (except maybe in marriages Smiley Happy ) has always been a positive thing.

nikes
Champ on-the-rise
Champ on-the-rise
Thanks Amenel  Smiley Happy
Getting started

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.