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

Resolved! remove panel workflow from document details in alfresco 5

I would like remove some panels from document details page of Alfresco Share. I'm using Alfresco Community 5.2 version.in document share/WEB-INF/classes/alfresco/site-data/template-instances/document-details.xml i comment this lines  <!-- Document Wo...

iamri by Confirmed Champ
  • 8216 Views
  • 4 replies
  • 3 kudos

How to achieve JIRA type process execution with Activiti

Hi,Assuming you all are aware about JIRA worklfow (sample JIRA workflow attached). JIRA provides status based workflow transition, user can define next UI screen on transition path itself which will decide screen for next status/stage but in Activiti...

jdp by Confirmed Champ
  • 5422 Views
  • 1 replies
  • 0 kudos

Listeners

Hello my friends! I don't know how to implement the listeners. I don't find the interface org.activiti.engine that it is always named in the forum.Any help it is welcome.Cheers, Diego

dverdier by Champ in-the-making
  • 5519 Views
  • 3 replies
  • 0 kudos

supportedPageSizes property in Pagination Component

Hi,I am using ADF 2.1.0 and ACS 5.2.0 and using Pagination Component to integrate with the Document List component.Pagination works fine. However, when I try to set the supportedPageSizes property in the following way, it doesn't work!It lists the de...

Alternative for Alfresco Java Client?

I was working on a Java application with Alfresco Java Client (https://github.com/Alfresco/alfresco-client-sdk) but I have seen that it is no longer supported:- THIS PROJECT IS UNSUPPORTED AND NO LONGER UNDER ACTIVE DEVELOPMENT -I want to jump and us...

odpas by Champ on-the-rise
  • 5120 Views
  • 2 replies
  • 0 kudos

Upgrade 5.13 to 6.0.0 - Advanced Custom Session Manager

We are using Activiti 5.19.0.2 packaged inside a Grails 3 application.  I have customized the session manager with my own implementations of the 5.19.0.2 SessionFactory according to the 5.19.0.2 documentation.  It worked well in 5.19.0.2.  I am attem...

cpfrank by Champ in-the-making
  • 4196 Views
  • 1 replies
  • 0 kudos

activity form property error

<activiti:formProperty id="approvalResult" name="approval Result" type="enum" required="true"> <activiti:value id="approved" name="Approved"></activiti:value> <activiti:value id="rejected" name="Rejected"></activiti:value> </activiti:formProperty>err...

tarun by Champ in-the-making
  • 3732 Views
  • 1 replies
  • 0 kudos

How to notify about missing metadata?

Hi!I am wondering if there is any way to control that all mandatory metadata is filled by the users, witout using the uploader-plus plugin. As far as I have experienced, it gets mandatory when user wants to edit properties of the folder/document, but...