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: Alfresco Community Edition 25.3 Release Notes - Hyland ConnectHow to Report Security Issues for Alfresco Resources: Alfresco Developer ResourcesAlfresco Community Edition source codeAlfresco Labs, unoffici...

ttoine by Community Manager
  • 1715 Views
  • 1 replies
  • 0 kudos

How to achieve incremental bootstrapping?

I am currently bootstraping sites and folders for my alfresco instance. There might be new sites and new folders added on an ongoing basis which will all be part of bootstrap. So my alfresco production instance should be able to handle incremental ad...

kartech11 by Confirmed Champ
  • 8750 Views
  • 5 replies
  • 0 kudos

Bootstrapping ModuleComponents with versions does not work

Hi Alfresco Experts, Please can you tell me why bootstrapping is not working as expected? I am putting my share and platform jar under ./opt/alfresco/app/alfresco/modules/share/ and /opt/alfresco/app/alfresco/modules/platformCurrently, I see that the...

kartech11 by Confirmed Champ
  • 7615 Views
  • 5 replies
  • 0 kudos

Resolved! Preview generation with LibreOffice does not work!

Running Alfresco Community Edition v5.2.0 on Linux - i know this question was asked several times before, but the final solution - if LibreOffice is running properly - does not work for me. So: i fixed everything to run LibreOffice headless (installe...

hal by Champ on-the-rise
  • 9861 Views
  • 3 replies
  • 0 kudos

Resolved! Enabling CORS

Hello. I am creating an ACS ADF App and I want to use a Server which is not on my localhost. I have configured the "app.config.json" file and the "proxy.conf.json" file as described here:'https://community.alfresco.com/community/application-developme...

jriedl17 by Confirmed Champ
  • 28506 Views
  • 17 replies
  • 3 kudos

Alfresco DB Update Query in Running Production

HI ,I want to update the act_ru_variable table while Alfresco is up and running. I want to update the value of an execution variable. The reason for doing this is , we want to cancel the workflow on the document. The usual "cancel workflow "and "end ...

Resolved! How can i Achieve backward flow

For ex:User Task is consider as level1 and level2 , if level1 is approved then it goes to level2.if level2 is rejected i have to forward user task to level 1.How can i achieve this scenario, could you please let me know. 

Resolved! Guidance on preparing to upgrade Activiti 6 to Activiti 7

Hi,We are currently preparing to build a workflow capability in within our application leveraging the Activiti Process Engine API to offer the following functionality to our users:Ability to define their own BPMN models and upload them to our system....

cmaslen by Champ in-the-making
  • 9724 Views
  • 2 replies
  • 0 kudos

how to change the log level in activiti-app

I tried to change the log level of the activiti-app by changing the log4j.properties file, but still it prints debug and all the logs of all packages..any advice?log4j.rootLogger=FATAL, stdout# Console Appenderlog4j.appender.stdout=org.apache.log4j.C...

samlambert by Champ in-the-making
  • 8328 Views
  • 3 replies
  • 0 kudos

How does Retention Action work in retention schedule?

https://docs.alfresco.com/rm/tasks/rm-dispschedule-createsteps.htmlRetention Action = The date when the last retention action took place. Don't select this for the first step in the schedule.RM documentation above says you can select Retention Action...

zhihailiu by Champ on-the-rise
  • 12619 Views
  • 8 replies
  • 1 kudos

Resolved! How do I search for files which are not linked to Moodle?

I am conducting house keeping on our Alfresco site and need to find which documents are not linked to Moodle and haven't been modified in over 6 months. I think the latter will be simple enough by sorting the search results, however I am struggling t...

banxy by Champ in-the-making
  • 4828 Views
  • 1 replies
  • 0 kudos

Activiti Extension Project Problem with libs

Hello, i was trying to create an extention project to implement servise task with java delegate acording this https://community.alfresco.com/community/bpm/blog/2016/11/14/activiti-enterprise-developer-series-setting-up-an-extension-project , and i fa...