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

Alfresco API is not working as expected

Hi,As per the url  https://docs.alfresco.com/process-services1.6/topics/get_historic_process_instances.htmlthe API POST api/enterprise/historic-process-instances/query will display the records start is the page to start on. Pages are counted from 0-N...

Arun_nmc by Champ on-the-rise
  • 2836 Views
  • 0 replies
  • 0 kudos

Not able to search in community edition

Hello,I have install the Community edition 6.2. Followed all the steps (using manual installation). My application is running (share url) but when I am trying to search any content, in share, i am not getting any results. Also when I am trying to sta...

ramk by Champ in-the-making
  • 5660 Views
  • 2 replies
  • 0 kudos

Activiti ECDSA KeyFactory not available

Hello. I have a problem with keykloak & activiti modeler.Activiti is deployed in k8s bare metal cluster.When I try to open modeler an error occurs in modeling service:2020-03-17 16:08:55.130 ERROR 1 --- [nio-8080-exec-3] o.a.c.c.C.[Tomcat].[localhost...

Error while configuring LDAP for SSO

Hi All,I am getting errors while configuring LDAP with my SDK 3.0 after changing alfresco-global-properties file.As i am new towards administrating Alfresco topic. I am following documentation example given. Please find the image of error occuring wh...

image
piyush48 by Star Contributor
  • 6603 Views
  • 5 replies
  • 0 kudos

CANCELLED DevCon 2020, May 11-13, London

This is to inform you that we have reluctantly made the decision to cancel DevCon 2020. The safety and health of our community of employees, partners customers and users is our top priority. With the continued spread of the coronavirus across the wor...

EddieMay by World-Class Innovator
  • 2640 Views
  • 0 replies
  • 0 kudos

Access JSON response with special characters

Hi all.I'm using a Rest call task in APS 1.9 and fetching some data from an external service; everything is good!; I'm getting the JSON below as response:{   "mainNode": {       "id": "12345",        "properties": {            "LastModified": "2020-0...

Resolved! Version history does not include property updates

Alfresco 5.1, CMIS.Let us say we upload/index a document (v1.0). Let us say we update its custom properties afterwards.Then, we upload a new version (v1.1) of the document.Now when I see the history, the old version (v1.0) does not have the updated c...

sepgs2004 by Star Contributor
  • 12443 Views
  • 6 replies
  • 11 kudos

Get and change a process variable inside a user task

I have process variable defined at start of processpartner_Approval  type stringAn execution listener is set at the start event.${execution.setVariable('partner_Approval','Not Started')};The process variable shows inside a user form when displayed.I ...