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

Forum Posts

Resolved! Attachment - how to access properties

Dear community.Using the Activiti App I wonder how I could access properties of attachments. Attachments seem to be of a complex datatype.I would like to use a attachments name in a execution listener or task listener - writing it to variable (execut...

mrahn by Confirmed Champ
  • 12723 Views
  • 11 replies
  • 1 kudos

Resolved! Problem running AIO project from SDK 3

I have installed the Community Edition 201702 using the Ubuntu Installer, as suggested to me in a previous question I've asked (Problem installing Community Edition 201702)Then I've created an AIO usingmvn archetype:generate -DarchetypeGroupId=org.al...

akafortes by Confirmed Champ
  • 8406 Views
  • 5 replies
  • 0 kudos

Resolved! Setting a thread factory for async tasks

My use case is this: I'm using the async executor. I have some async service tasks and I want to set the thread names for the threads that will be executing these tasks. I guess the same applies for script tasks - I want the thread that executes them...

alfresco 5.2 and ldap configuration

I am currently configuring alfresco to use ldap server for authentication. I followed the offecial documentation and i updated alfresco-global.properties file but it dosen't work. i am using alfresco 5.2 and this is my alfresco-global.properties file...

fatma19 by Confirmed Champ
  • 8897 Views
  • 6 replies
  • 2 kudos

201702 solr6 not indexing all documents

I've just upgraded my previous alfresco 50d instance to 201702, and also switched to solr6.Left the new instance indexing over the weekend, but on morning morning when I checked (after almost 36 hours), it had only indexed perhaps 12% of documents, a...

xarope by Champ in-the-making
  • 5911 Views
  • 2 replies
  • 0 kudos

Alfresco 5.2.f come visualizzare gli audit

Hi everybodyI need to enable and view login/logout users in alfresco.From the docs I have seen that we have to enable the nell'alfresco-global.properties audit so:audit.enabled = trueaudit.alfresco-access.enabled=truehow do I get the data?such as xml...

Get all ldap group members

down vote favorite I am currently using activiti as process engine,jee as a plateform and apache ldap server as authentification service.I want to know if there is a way to get all the ldap group members. I searched a lot about that,but nothing found...

fatma19 by Confirmed Champ
  • 7200 Views
  • 6 replies
  • 0 kudos

Changing userId (username) by code

Hi all, I'm interacting with Activiti by using the Activiti Engine 5.20 API.Is it possible to change the userID (and the groupId) through indentyService?        IdentityService identityService = processEngine.getIdentityService();        org.activiti...

bubu by Champ in-the-making
  • 3732 Views
  • 1 replies
  • 0 kudos

Resolved! 10 questions about alfresco in the Cloud

Dear Alfresco Community,for a new project I investigate the possiblities to use the Alfresco Cloud.My experiences with Alfresco Cloud is unfortunately "out of date", therefore I decided to ask you about current state regarding Alfresco Cloud (because...

Resolved! How do I display the name of the approver for last task?

I am trying to get the names of the reviewers who approved a review task so I can display along the with the task data. On the complete event of the task I would like to record the approver's name so I can have the workflow send an email to the initi...

dhrobbins by Confirmed Champ
  • 6481 Views
  • 2 replies
  • 2 kudos

Adding index on ACT_HI_PROCINST table

We are currently experiencing a major issue regarding the ACT_HI_PROCINST historization table from Activiti.The table has ~15 mio rows. We are querying the table in one of our activiti processes and since the table is huge, the time to query is reall...

Resolved! Documentation of Comments API

In the alfresco-js-api there is an example for retrieving the comments of a node:this.alfrescoJsApi.core.childAssociationsApi.getComments(...seems that it should bethis.alfrescoJsApi.core.commentsApi.getComments(so we would have to use commentsApi in...

mehe by Elite Collaborator
  • 5552 Views
  • 1 replies
  • 1 kudos

android sdk version 1.5

when trying to compile the android alfresco client, using gradle its after android sdk 1.5.  Was wondering if there are plans to push the sdk to maven so that it simplifies the build process?  I realise you can download the sdk, and compile ourselves...

digcat by Confirmed Champ
  • 4093 Views
  • 2 replies
  • 0 kudos

Can't install alfresco records management community version

Ok Community Edition 201702  on a ubuntu 16.04.2 lts server. I install the OS and update, install the extra applications per How to install Alfresco Community Edition 5.1 in Ubuntu Server 14.04.I then installed oracle-java9 for jdk (no openjdk is ins...

attrezzo by Champ in-the-making
  • 3889 Views
  • 1 replies
  • 0 kudos

Parallel jobs for Service task are not executing

Hi,I'm having issue in executing parallel service task. It is not able to run more than 8 jobs parallel.  I have 15 services task should run parallel and service task long run service task. If one get completed from 8 jobs then other one is starting ...

mysumith by Champ in-the-making
  • 6787 Views
  • 6 replies
  • 0 kudos

I am new user using Activiti Plugin in Eclipse

Dear Team,I am new user using Activiti Plugin in Eclipse, i generate Activity diagram successfully but unable to compile and deploy project.Can you please guide me how to build new activiti project created by Eclipse, deployed in Apache Tomcat.Detail...