Alfresco Forum
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Important topics and useful resources

Important topics for the Alfresco community: Member Etiquette Guidelines - Hyland Connect - 482975How to Report Security Issues for AlfrescoAlfresco Community Edition 25.2 Release Notes - Hyland Connect - 491551 Useful resources: Alfresco Labs

ttoine by Community Manager
  • 529 Views
  • 0 replies
  • 0 kudos

Resolved! Multiple relation between nodes possible?

Hello,I have been searching but I didn't find the feature I was looking for. Is it possible in Alfresco anyway to establish relations between nodes? Iknow that the common possible relation are:Node AssociationsThere are two types of associationsarent...

odpas by Champ on-the-rise
  • 4397 Views
  • 1 replies
  • 1 kudos

Resolved! Export and import custom content model with java

Hello, I have been searching a lot, but I didn't find yet any possible solution to how (or even if) this is possible to do it.I have one Alfresco Community installed on one machine, and other installed on another machine. I have created via Alfresco ...

odpas by Champ on-the-rise
  • 6682 Views
  • 2 replies
  • 2 kudos

Web Activiti Modeler

HII wanna use only  Activiti Modeler (without another features Activiti) in a Web Application.Q1- How could I  used only Activiti Modeler separatly?Q2- what is the format of Activiti Modeler out put file?Q2- How could I fetch the Activiti Modeler out...

nilofar by Champ in-the-making
  • 9893 Views
  • 1 replies
  • 0 kudos

activiti taskService complete fails when executed concurrently

Hi I am facing a strange situation where I am trying to set a set of tasks as complete all concurrently.The first one goes through and second one goes through sometimes (rarely) but mostly doesnt go through. When I do these individually they work. So...

udaya1 by Champ in-the-making
  • 3315 Views
  • 1 replies
  • 0 kudos

Deleting process instances of async tasks

I have a process, which contains a asynchronous serviceTask which executes a a task defined in Java Class.I wanted to "kill" proces instance. I have used RuntimeService.deleteProcessInstance, but the process didn't stop. The entry of this process has...

moskalap by Champ in-the-making
  • 3632 Views
  • 1 replies
  • 0 kudos

Resolved! Aikau: How to render array - parameter of items in list?

Hi, I have a response from server:{ ... "relatedItems": [         {   "links": [   {     "rel": "self1",     "href": "123456789"   },   {      "rel": "self2",        "href": "987654321"    }   ],   "name": "Item-1",   "description": "This is a descri...

npavlov by Confirmed Champ
  • 4005 Views
  • 1 replies
  • 0 kudos

Resolved! Widget for rendering a few items from JSON

Hi,I'm newbie in Aikau so i need some help:Is there a widget for displaying multiple values from response in JSON? For example i get from request:{ "identifier": "f5bc354da0", "name": "name1", "description": "desc1"}I don't think i should use AlfList...

npavlov by Confirmed Champ
  • 3893 Views
  • 1 replies
  • 0 kudos

Resolved! Error updating cm:categories using CMIS

Hi allI get this error:{"exception":"runtime","message":"03240394 Invalid node ref - does not contain forward slash: 590abfb1-a741-46dc-94c3-c6e8f6c53af5"}when I try to set cm:categories for an object.The id is a correct id of a category manually cre...

redflow by Confirmed Champ
  • 6377 Views
  • 3 replies
  • 1 kudos

Migration d alfresco from 2.1.0 to 5.2

Hi,In order to migrate alfresco from the version 2.1.0 version to 5.2.0, i think it is advisable to follow this diagram: 2.1.0  à  3.0.0  à 3.2r2  à  3.4.d  à  4.0 à 4.2 à  5.1 à 5.2Do you have another suggestion?Otherwise, we tried to migrate from 2...

zorro139 by Champ in-the-making
  • 2958 Views
  • 1 replies
  • 0 kudos

where is the configfile for the sitedashboard

After a crash the dashboard of a site is not available.(https://myalfrecosrv/share/page/site/mycoolsite/dashboard )The documentlibrary and webdav of this site is still available.How can i recover the dashboard so that is available again?How can i fin...

borwinius by Champ in-the-making
  • 3265 Views
  • 1 replies
  • 0 kudos

Activiti Timer event and multitenancy issue

Hi there,I have process definition that includes timer event. When timer elapse, flow is executing a tasks that executes java code.Definition of that task includescript Format: groovyScript: MyClass.MyMethod(execution.getVariable("MY_VARIABLE"))I am ...