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

Forum Posts

Activiti Performance Problems

I am trying a simple performance test of Activiti engine (5.20).I created a simple process with four tasks-one task sets up some variables, and invokes a subprocess. The subprocess has 3 tasks-one task creates a random variable, and a gateway uses th...

mprakash by Confirmed Champ
  • 15897 Views
  • 11 replies
  • 1 kudos

Query in MySQL database

Hi fellow Alfrecians,I already have multiple documents uploaded to alfresco (documents are uploaded to different Sites I made), and the database I'm using in MySQL(XAMPP), now, I want to query a select statement so that I can know the files that the ...

Resolved! ACT_GE_BYTEARRAY PacketTooBigException

We recently upgraded the version of Activiti that we were using from 5.16.3 to 5.21, and we have started to receive this error when we are deploying process bundles via OSGirg.apache.ibatis.exceptions.PersistenceException:### Error updating database....

mhanrahan by Confirmed Champ
  • 6239 Views
  • 3 replies
  • 0 kudos

Resolved! Create Users/Groups and others via REST API

Hi, i'm trying to create new users and groups via REST API but I don’t find the method. I tryOST http://localhost:8080/activiti-app/api/enterprise/users?tenantId=1 {  "id":"tijs",  "firstName":"Tijs",  "lastName":"Barrez",  "email":"no-reply@alfresco...

oathmind by Champ on-the-rise
  • 5688 Views
  • 1 replies
  • 0 kudos

Resolved! How to get NodeRef from XPath in Java?

Hello,I have the following XPath as String which was previously converted astring xpath= this.nodeService.getPath(nodeRef).toPrefixString(namespaceService);xpath is = > /app:company_home/st:sites/cm:test-site/cm:documentLibrary/cm:test.pdfHow I can c...

mbel by Star Contributor
  • 6289 Views
  • 1 replies
  • 1 kudos

CMIS SCORE function not working as expected

Hi all,I'm trying to order my CMIS query results by relevance using the score function, but it's not working as it should.For instance, the results of this queryELECT D.cmis:name, SCORE() AS relevance FROM cmis:document as D WHERE CONTAINS(D,'test'))...

tcuser by Champ on-the-rise
  • 4600 Views
  • 2 replies
  • 0 kudos

Resolved! How to upload file to alfresco by email?

I wanted to upload files via email in Alfresco. I am using alfresco community 5.2 I have added inbound email properties in alfresco-global.properties file and i have followed all the steps and I sent an email as explained in below links But I am not ...

ADF lifecycle phases difference

Difference between ADF initContext and prepareModel, since both preparing data by executing business service making it available through binding container which is a Map object.

Resolved! Alfresco ECM source code

Hi All.   I need  Alfresco  ECM Source code. I go through your Community members link  (https://community.alfresco.com/docs/DOC-4874-source-code) .I am Getting .ftl fiels and js files only .. I am Not Getting Full Proper ( front end and back code ) s...

velayuthan by Champ in-the-making
  • 8726 Views
  • 4 replies
  • 2 kudos

Resolved! Multi-instance task variable use

I have an Activiti workflow that creates multiple (parallel) user tasks for an authorisation task (assigns each one to a group based on one element of a list).<userTask id="authReview" name="Authorisation Review" activiti:candidateGroups="${assignee}...

stephenl by Champ on-the-rise
  • 7647 Views
  • 2 replies
  • 0 kudos

How to signal another process?

Hello dear all,Basically i am struggling with understanding how to send and receive signals (messages) between different processes. Could you please help me to design or give me a hints how to create in Eclipse Activiti Designer something like thisro...

vipi_voxa by Champ in-the-making
  • 8065 Views
  • 5 replies
  • 1 kudos

CMIS Query returns different results

Hello,We have a repository with about 2M documents.We are trying to get list of documents that have a certain category (attribute) assigned.I am using CMIS Workbench to connect to Alfresco 5.0.3.1Each time I ran the simple select query I get differen...

darminm by Champ on-the-rise
  • 4095 Views
  • 2 replies
  • 0 kudos

Can't create folder with custom attributes and BEHAVIOUR from CMIS

Hi Experts!My env:- Java 8, - Alfresco CE 5.1.x and 5.2.x. - CMIS 1.1My folder type definition in my-repo.AMP:        <type name="asisapcsf:aft_contract">            <title>SapSC Contract Folder</title>            <parent>asisapcsf:aft_year</parent> ...

progaman by Champ in-the-making
  • 4458 Views
  • 1 replies
  • 0 kudos