Alfresco Forum
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Accessing 'Folder' form field

How do you access the entry for the Upload Folder form field in Activiti Process Services in a Script Task? You can do this for a file with : import com.activiti.service.runtime.RelatedContentService;import com.activiti.service.runtime.RelatedContent...

jvaidya by Confirmed Champ
  • 8011 Views
  • 7 replies
  • 1 kudos

Mapping of folders in Alfresco 5.2

Exists some information about mapping folders in Alfresco C. 5.2 ?I cannot find folder src/main/amp in my share.(Where should be saved pictures, js's and so on?). Thanks. K

kamilaw_ by Champ in-the-making
  • 3993 Views
  • 2 replies
  • 1 kudos

Performance of "READ_ONLY" transactions

In Alfresco, do "READ_ONLY" transactions have better performance than "READ_WRITE" transactions?Does Afresco use any faster caching behavior when processing READ_ONLY transactions?We are looking to improve the performance of our application, and we'v...

Resolved! create and query document in custom model error

Dear everyone,Now I miss error as below, - the first step I create new data model with name  "Document"- in "Document" I create custom type: with name "mc:whilePaper" and aspect-in the first time I query document, the result  return error - I try que...

phong_van by Confirmed Champ
  • 9042 Views
  • 7 replies
  • 1 kudos

Resolved! activiti 5.18 download links and userguide

We are using Activit BPm 5.18 ,Links to download activiti 5.18 community editionI can see only documents related to 6.0  and 5.22 can some one direct me to Activiti BPM 5.18 docs and i can see major versions changes  between the two 5.18 and 6.0 ,I d...

Activiti new bpmn deployment

Hi All,I am new to activity, i have a query about internal version management of Activiti.when i change and deploy bpmn files in progress flows use previous version of bpmn.Can we change this behavior ??any help is appreciated.

Change subject mail workflow notifications

I'm trying to change the mail template of workflow notifications, and I also can change the template with the file wf-email.html.ftl of Data Dictionary. But the subject "You have been assigned a task", I don't know how can I change this.

Resolved! AlfrescoJsApi not working correctly

Hello,I recently started using ADF, I'm building an app using my instalation of Alfresco ECM 5.2, I have created a page within the app using the tutorials provided here.My problem is that, i want to display information about a site which is on my ECM...

os_cerna by Champ on-the-rise
  • 11426 Views
  • 7 replies
  • 2 kudos

Resolved! get Expression

Hello!!!Well i have a question, and I don´t know if it is posible...I have a bpmn with many form properties, all of them have a Expression, and i need to recover this informationis there some method or a way to do that??Thanks for your time

arag by Confirmed Champ
  • 6813 Views
  • 5 replies
  • 0 kudos

Alfresco permission over CMIS

Hello, I am working on web application which provides documents to users. Documents are stored in Alfresco and all permissions are set in Alfresco (ACL). I would like to connect web application to Alfresco over CMIS. I can connect over CMISas "admin"...

zigi by Champ on-the-rise
  • 3798 Views
  • 1 replies
  • 0 kudos

Implementation of External trigger using Catching Events

Hi All,I have been googling for an example to implement an intermediate message wait event, so that when I trigger an http request from external application, process in the workflow should move further from B to C. Could anyone help me by providing a...