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, Community ...

ttoine by Community Manager
  • 706 Views
  • 0 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
  • 25545 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
  • 9171 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
  • 7712 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
  • 11446 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
  • 4430 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...

MSSQL 2017 configuration on Community Edition

I tried to follow the MSSQL configuration setup but still encountering this message "Your authentication details haven't been recognized or Alfresco Content Services may not be available at this time"Also found out that table was not created on my al...

ssc-it by Champ in-the-making
  • 5214 Views
  • 3 replies
  • 0 kudos

REST Calls from Alfresco Process Editor in JSON format

I would like to create a REST call using the Alfresco Process Editor which needs to be in the following format:https://addresscoverage-cd50.restdb.io/rest/addresssample?q={"STREET_NUMBER": ${streetnumber}}  where ${streetnumber} is an input variable ...