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
  • 657 Views
  • 0 replies
  • 0 kudos

Rest API - Seach a node with a name

Hello,I am using Rest APII would like to find a node (folder), with the nodeid of his parent and his nameI though i could use Filter(with where). I succeed whith "isFolder" propertie.But impossible to use "name", it is not recognize.I tried "name", "...

image
FBossant by Champ in-the-making
  • 1710 Views
  • 1 replies
  • 0 kudos

workflow history

hello , How can I list the history of workflows, and how can I search for a workflow using the creation date?

wassim96 by Champ in-the-making
  • 1434 Views
  • 0 replies
  • 0 kudos

ProcessRuntime Bean not found

I have a class where I am trying to autowire processRuntime. The code is simple:     @Autowired     private ProcessRuntime processRuntime;I need this object to start my workflow process. But my code fail with the following error: required a bean of t...

vsehgal by Champ in-the-making
  • 1168 Views
  • 0 replies
  • 0 kudos

Resolved! Alfresco Transform Service with Prometheus

Hello,I am working with Alfresco Transform Service, and I have seen on the documentation that it is possible to monitor the service using prometheus. What is the endpoint that gives the metrics to ATS ? I know in ACS we can achieve this by adding the...

AOzil by Champ in-the-making
  • 2406 Views
  • 2 replies
  • 3 kudos

Alfresco Share User Dashboard dashlets missing

Our environment : RHEL 9 , ACS23.1if we change the browser language to another language like "ar", all the dashlets disappear, even after updating the "share-config.xml" or "share-config-custom.xml" files to include the new language.<I18N> <tiny-mce-...

image image
A_AlSareti by Champ in-the-making
  • 2060 Views
  • 2 replies
  • 0 kudos

ADF- Change Content Type

I would like to change content type of document in ADF.Is there any component available?I came across content-type-dialog-component  but not getting idea how to use. 

sp2 by Elite Collaborator
  • 2948 Views
  • 1 replies
  • 1 kudos

Unable to delete cmis:document

Hello,I execute a query to get custom documents via OpenCMIS API (Java). In the results I have an old cmis:document that throws an Exception because custom properties are unknown.I want to delete this document but I have a 404 :  Document not foundAl...

TLC by Champ in-the-making
  • 1336 Views
  • 0 replies
  • 0 kudos

Update properties using Rule in background

Hello:We have a problem, let's comment on it in a basic way:Folder A:Rule: Runs in the foregroundItems are updatedHere, when the user updates the document properties, he launches a script that modifies document properties and at the end moves it to f...

jdeviceb by Confirmed Champ
  • 1200 Views
  • 0 replies
  • 0 kudos

How to allocate dedicated memory to solr

Hi Team,I have 32 GB RAM available on server(alfresco and solr on same instance) and i have allotted dedicated 24 GB in java opts in tomcat/bin/setenv.sh and tomcat/scripts/ctl.sh file.Due to insufficient memory solr stops working, when stopping serv...