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

Problem of Login...

I cannot login to Alfresco Community Share (http://127.0.0.1:8080/share/page/?error=true) : I do not know the login I am suppoed to type in. It is not the one for Alfresco Community

Problem with custom smart foldering

On the community edition, I am trying to create a custom smart folder template as I am following through tutorial on the document (Smart Folders tutorial | Alfresco Documentation ). However, I use my own .json file and own model to fit in my case (fi...

tim1234 by Champ on-the-rise
  • 3496 Views
  • 1 replies
  • 0 kudos

Resolved! Multischema - Multitenancy (MS-MT) DR set up

We are trying to come up with the design for Enterprise platform with activiti. As part of the design, we are considering multi schema multi tenancy (MS-MT) for HA & DR.Ref: Alfresco Activiti We understood as, to discover the tenants, master database...

sarav by Champ in-the-making
  • 6428 Views
  • 3 replies
  • 0 kudos

Resolved! Call Activity and Pools/Swimlanes

The process that I’m developing in Activiti will be kicked off via our ADF application.  The process has a pool with multiple swimlanes.  I’m developing a simple test process that has a start event with an intake form that simulates the inputs from t...

lsharman by Champ in-the-making
  • 10697 Views
  • 5 replies
  • 2 kudos

Resolved! How to get value of aspect association?

HiI am trying to get values of aspect association in alfresco bpmn workflow java task service but I have no luck.When I have aspect only with string properties I have no problem to get values of aspect properties.I have changed some properties to ass...

pnature by Star Contributor
  • 7627 Views
  • 3 replies
  • 1 kudos

Rest Api - Bad Performance (Slow Problem)

Hi all,I m using Alfresco Community 5.2. And I added some sites, folders and people by using REST API. But Alfresco Rest Api is running so slowly. For example When I updated just about 1000 site with rest api, This process takes about 40 minutes.How ...

hilal by Confirmed Champ
  • 5540 Views
  • 2 replies
  • 0 kudos

Resolved! Could not load PDF content Visio 2013 vsdx

No preview available for Visio 2013 vsdx, is there away to enable this, tried a couple of options for older versions of Alfresco but non worked for Alfresco 5.2 CE. older versions of Visio preview, but not VSDX

a_stiles by Champ in-the-making
  • 10903 Views
  • 2 replies
  • 0 kudos

Custom workflow upgrades

Initally we built a custom review & approval workflow with bpm_assignee as the mandatory field and deployed into production, everything is fine. Consider workflow version as v1.After few months later, now we wanted to assign the workflow task to mult...

Get user email in Activiti Process Services Script Task

I'm trying to get user email addresses in an Activiti Groovy Script Task using the user's Activiti ID number. I'm trying to do this: User user = identityService.createUserQuery().userId(execution.getVariable('initiator')).singleResult();execution.set...

jvaidya by Confirmed Champ
  • 4569 Views
  • 1 replies
  • 1 kudos

Get currently authenticated user in Activiti Script Task

I'm trying to get the username and password of the currently authenticated user in an Activiti Groovy Script Task. I'm currently using this code: import org.activiti.engine.impl.identity.Authentication;out.println("Auth: " + Authentication.getName())...

jvaidya by Confirmed Champ
  • 4810 Views
  • 1 replies
  • 0 kudos

Resolved! Integrate alfresco server in my Activiti app. Create a process through which I can see the files and folders of Alfresco server in activiti app.

I am creating my first app in activiti. I want to integrate the alfresco server inside my activiti app so that users can see the files and folders in some kind of forms (upload and modify the files). Does alfresco provides the file browser widget? so...

Resolved! Can not edit the Document

Hi,In one of my business process, I am trying to create a form which shows the document and if clicked it should edit the document. It will generally in the word file.So, I tried creating the process and I am able to see the preview of the file as se...