06-18-2014 06:13 PM
var tag = "sigima";
var taggedNodes =companyhome.childrenByTags(tag);
var luceneTagQuery = "PATH:"/cm:companyhome/cm:taggable/cm:sigima/member"";
var nodes = search.luceneSearch(luceneTagQuery);
06-19-2014 04:46 AM
TAG:"tagname"
.
06-19-2014 06:04 AM
<serviceTask id="alfrescoScripttask1" name="fornisce elenco aziende" activiti:class="org.alfresco.repo.workflow.activiti.script.AlfrescoScriptDelegate">
<extensionElements>
<activiti:field name="script">
<activiti:string>
var tag = "collaborazione";
var taggedNodes =companyhome.childrenByTags(tag);
execution.setVariable('wf_taggedNodesNames',execution.getVariable('taggedNodes'));
</activiti:string>
</activiti:field>
</extensionElements>
</serviceTask>
execution.setVariable('wf_taggedNodesNames',task.getVariable('taggedNodes'));
<aspect name="wf:aziendeScelte">
<properties>
<property name="wf:taggedNodesNames">
<type>d:text</type>
<multiple>true</multiple>
</property>
</properties>
</aspect>
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.