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

naming files

Is there a way to enforce a file naming scheme?  What are the naming "best practices".

Content conversion error

Hi,We are trying to perform bulk upload of files to Alfresco repository using CMIS API. But after certain point of time getting the below error.Content conversion failed:mimetype=application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, size...

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
  • 5614 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
  • 4183 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
  • 6923 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...