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

case sensitive usernames "john_doe" not "John_Doe"

Hello Alfresco Users!I am currently using the latest version of Alfresco Community Edition.When I or another user invites an external user, they may sometimes use capital letters for the first letter of the firstname and surname.Which you think is co...

rken by Champ in-the-making
  • 5307 Views
  • 3 replies
  • 0 kudos

Permission List Component

Hi,I am using ADF 2.3.0 and ACS 5.2.0.The Permission List Component does not seem to fetch the permission list of the node.I tried to add the component in a tab like below.<mat-tab label="Permissions" *ngIf="node.isFile"> <adf-permission-list [nodeI...

Errror in posting comment or caliming task

I am using activiti 5.22 with sql aurora and while doing certain operations(claim and post comment) I get below error. But when I try second time operation is successful and this is frequent.The MySQL server is running with the --read-only option so ...

How to support SSO?

Hello everyone,I want Activiti access my SSO system, that means let Activiti support SSO, what should i do?is Need change Activiti source? Very thanks!

nonetracer by Champ in-the-making
  • 3922 Views
  • 1 replies
  • 0 kudos

Resolved! How to Configure Activiti Engine In Config file

Dear team,Hi i need to configure Activiti Enginee in config file,as well as create tables in database.Could you please give the support to me for configuring activiti in Config.grrovy file.I added like thisactiviti {    processEngineName = "activiti-...

Resolved! How to configure activiti in grails?

Hi Team,I am using activiti in my groovy & grails framework. please let me know how to configure processEngineConfiguration, processEngine and remaining services like as taskService, formService etc. please send me any reference available.Thanks

vamsinipun by Star Contributor
  • 6661 Views
  • 2 replies
  • 0 kudos

Timer Boundary Event and User task assignee

I want to send an email reminder to each user task assignee (multiinstance task) after a given period a time. A Timer Event is bound to the user task and triggers a service task (AlfrescoScriptDelegate) that should send an email to the user task assi...

Alfresco.util.Ajax.request, text content and line breaks

Hi,I want to read text file content line by line from a YUI widget using an Ajax request.Everything works fine except that line breaks are removed from server response. Code is added below.Any advice to preserve line breaks in the text response ?<cod...

Dynamic table not working

I have add Dynamic table in BPM form. I have written javascript code but that code is not applied in Dynamic table When  i am using that form from ADF UI. But this code is working in Bpm process

dharmraj by Confirmed Champ
  • 9636 Views
  • 7 replies
  • 0 kudos

impossible de configurer l'envoie d'email Alfresco 5.2.1

Bonjour à tous ! depuis un moment j'ai essayer de configurer l'envoie d'email sur Alfresco 5.2.1 mais toujours impossible de transmettre le mail au destinataire. Le log indique l'erreur suivante : Couldn't connect to host, port: smtp.gmail.com, 465; ...

dotch by Champ in-the-making
  • 10793 Views
  • 6 replies
  • 0 kudos

Issue with executing service tasks using parallel gateway

We are using activiti 5.22.0 . We are trying to execute service tasks parallely, using parallel gateway with async true(for service task and parallel gateway) and exclusive:false. Also we have added the below entry in config file <property name="jobE...

linyann by Champ in-the-making
  • 5638 Views
  • 3 replies
  • 0 kudos

Activiti supports grails?

Hi Team,I would like to use activiti framework in my grails application. Is activiti supports grails?if yes, please let me know how to configure this.Thanks

vamsinipun by Star Contributor
  • 6863 Views
  • 4 replies
  • 0 kudos

totalItems missing in pagination search response

Hello Alfresco Community, I'm using alfresco-client-sdk. While doing some search queries (via Search API: search (POST)), I noticed that totalItems property is "sometimes" missing in pagination search response.Here is a body request where totalItems ...