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

Forum Posts

Resolved! Get behaviourFilter instance in JavaDelegate class

Hello. I need to change owner property of document, for this i use next codebehaviourFilter.disableBehaviour(nodeRef, ContentModel.ASPECT_AUDITABLE); nodeService.setProperty(nodeRef, ContentModel.PROP_CREATOR, NEW_DOCUMENT_OWNER); nodeService.setProp...

Skyor by Champ on-the-rise
  • 3620 Views
  • 1 replies
  • 0 kudos

How to Scale up in Alfresco 6.2(Docker-Compose)

Hello!  We're using on Alfresco 6.2 Community Docker-compose Service. (Link)We have a question about Scale up Topics.Currently, We are operating the service with HA Proxy configuration on 2 servers.However, I'm thinking about how to scale up in a sit...

ujkim by Confirmed Champ
  • 5750 Views
  • 4 replies
  • 5 kudos

Share "view in browser" preview for office files (docx/xlsx)

Hi,Using alfresco community 6.2-ga installed with docker-compose installer.View in browser in Share works for pdf, pictures, html but not for office files (docx, xlsx,ppt), it tries to download them. The preview/transformation is working, they are di...

dasddd by Champ in-the-making
  • 3293 Views
  • 1 replies
  • 0 kudos

New small-ish project - Activiti 6 or 7?

After a few years away from Activiti and Alfresco, I have a new project that needs workflow! However, because I've been away, I haven't been keeping up with Activiti, so I'm not sure what version I ought to use...The project I need workflow for is al...

gagravarr by Champ on-the-rise
  • 2264 Views
  • 0 replies
  • 0 kudos

Querying content inside a Site

Hi,A very simple question:I'm trying to search a content and restrict it inside a Site but I don't know how to do.For example if I try to search in site commerce and name Valencia I try this lucene query in home search and home advanced search but it...

Debug Activiti process with Eclipse

Currently to test the processes (the processes all contain Java class type tasks), I connect to the Tomcat machine where the activiti-explorer webapp is installed. From Eclipse I connect in remote debug to the tomcat machine, and from activiti-explor...

Workflow Activiti disallow

Hello,is any way how to disallow workflow engine?I have tried system.workflow.engine.activiti.enabled=false, but it didnt help with bean creation errors.

galiriso by Champ in-the-making
  • 2788 Views
  • 1 replies
  • 0 kudos

Change behaviour of task assignment email

Hi,When assigning a user to the task, an email is sent to that user.I would like to change this behaviour to send only one email per day.I know that task assignment email is sent via Alfresco adhoc workflow. But I have no idea how to change this beha...