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

Resolved! Custom Workflow For start an workflow and send an email to user

Dear Team,I need workflow for when documents get imported/updated then workflow should start and mail has to send to user, So i have created script file for custom workflow, please refer following script for custom workflow:var workflow = actions.cre...

aishu by Champ on-the-rise
  • 7206 Views
  • 2 replies
  • 3 kudos

Migrating YAWL files (*.ywl) to BPMN 2.0 schema files

Hi All-I’m a beginner in Activiti Engine and trying to migrate from YAWL engine to Activiti, but I have about 500 (*.ywl) files, which I’m trying to convert to BPMN 2.0 and I think it’s not reasonable to convert all of them manually or through Activi...

mabusafieh by Champ in-the-making
  • 2900 Views
  • 0 replies
  • 0 kudos

Directories list depending dynamically on a property values

HelloIs there a way to create a directory structure depending dynamically on a property values?For example I have a property called "City" and different type of content files with this property. I would like to create a folder (smart or not?) "Cities...

fraveau by Champ in-the-making
  • 7842 Views
  • 4 replies
  • 1 kudos

Resolved! Admin app REST Endpoint does not work

Hello all. I get the license for trying the Alfresco Process Services.On my Lubuntu 18.04 64bit, I installed and run the dockers of the main app and the admin app.The main app is on http://localhost:8082 I tried the REST API accessing from browser ht...

marcosulla by Champ on-the-rise
  • 9393 Views
  • 3 replies
  • 0 kudos

Resolved! Where are the Alfresco Community Edition 201901 GA Files

Hello!Sorry if this information is already present somewhere, but I could not find it. Does anyone know where actually are the Alfresco Community Edition 201901 GA files located? I want install using the distribution ZIP, but I cannot find "alfresco-...

r_aurelian by Confirmed Champ
  • 17971 Views
  • 11 replies
  • 2 kudos

invite users permission

Is it possible to assign the collaborator of a site the permission to invite users?thanks

rob by Champ on-the-rise
  • 5558 Views
  • 3 replies
  • 1 kudos

Resolved! Realization of an ERD in Alfresco Model Manager

Hi,I currently have an Entity Relationship Diagram which I want to realize in my Model Manager.I created the Model and added my tables but I don't know how to implement my connections between the tables (Foreign-keys). I tried associations already bu...

kwiesinger by Champ in-the-making
  • 8071 Views
  • 4 replies
  • 0 kudos

How to get All user by group id ?

TYPE_CU  this group i have created and added one user .but i am not getting user.there is any api  to get direct user node using serviceRegistry.getAuthorityService()Set<String> person = serviceRegistry.getAuthorityService().getContainedAuthorities(n...

dharmraj by Confirmed Champ
  • 8482 Views
  • 3 replies
  • 3 kudos

Using Alfresco FullText Search as Case Insensitive

Greetings, my apologies in advance as I am more of a SQL Developer, and I am not that experienced with the Alfresco API. But I have been trying to solve this, and haven't gotten very far. We are on version 5.2.2.We have some files with words in title...

cyong by Champ in-the-making
  • 6715 Views
  • 2 replies
  • 2 kudos

how to send mail using ActionExecuterAbstractBase?

I did this configuration email.server.enabled=trueemail.server.port=25email.server.domain=alfresco.comemail.inbound.unknownUser=anonymousemail.server.allowed.senders=.*In Class Properties mailServerProperties = new Properties(); mailServerProperties ...

dharmraj by Confirmed Champ
  • 14039 Views
  • 8 replies
  • 2 kudos

Strange behavior with cmis session query

Below is a sample code we use in our app.ItemIterable<QueryResult> results = this.getSession().query(query, false);for (QueryResult qResult : results) {            //some stuff        }Here is a sample query.Select * from common:basedoc where CONTAIN...

Resolved! Share ERR_CONNECTION_REFUSED

Hi,First I wanna thank everyone, I'm a beginner at alfresco and kubernetes technology so sorry if I'm asking something dumb...Short version:I cant make the share pods post anything but ERR_CONNECTION_REFUSED and theres no error in the logs. In fact a...