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

i my case there are 2 start point to task, i want if task is started from one point then its 2nd starts should be send to next task not on same task to work on it again

Prepare install task instance is stated two time when i complete "Request engineered d..." task and again started when i complete "Prepare BOM RDBMS......" task. i want this task should be started one time only from either point.

On hold notification

I need to be able to send a notification to an external stakeholder when a user task in put on hold. How how i do that

jayanta21 by Champ in-the-making
  • 2880 Views
  • 1 replies
  • 0 kudos

Resolved! Username not recognized (Login Request)

Hi all, I m using Alfresco Community 5.2. I m making login control with Ldap and users log in their myfiles by using this process. All this processes are working without problem. But in my alfresco.log, I m receiving an error like "Login request: use...

Resolved! need to install libpng12 as Ephesoft dependency

hi, im trying to install libpng12 in ubuntu 16 to keep on my ephesoft´s installation.but im having this problem when decompact with dpkg -i: dpkg -i libpng12-dev_1.2.54-1ubuntu1_amd64.deb dpkg: regarding libpng12-dev_1.2.54-1ubuntu1_amd64.deb contain...

arm by Confirmed Champ
  • 14705 Views
  • 18 replies
  • 1 kudos

I am getting exception while executing Task.

Hi I am getting below exception in my application.I am using activiti 6.0 version.Could you please help me to resolve this issue.[activiti-acquire-async-jobs] ERROR org.springframework.transaction.support.TransactionTemplate - Application exception o...

Pass information (JSON) to a Service Task

Hello everybody I need help again...Please can someone tell me how can I pass an ArrayJSON to a Service Task?? I have a Java class that implements JavaDelegate and I can see the access to this for my logs but i dont know how i can pass my information...

arag by Confirmed Champ
  • 3417 Views
  • 1 replies
  • 0 kudos

javascript iterate object in start node

Hi all,I use following javascript (only snippet of the code):function main() {   if (document.isContainer && document.name == "Gescande dossiers")    {        processNode(document);    }}main();I have a rule defined on the document library that execu...

Hyperlink dentro do documento

Boa tarde,Seria possível vincular hyperlinks dentro de um documento no Alfresco.Ex:Eu versiono um documento chamado Balanço e dentro do documento menciono que é somente analisar o calculo do balanço (Hyperlink) que ao ser selecionado abra esse calcul...

Turn off multilingual context

Are there any ways to turn off multi-lingual context in alfresco 5.2?I' ve got a problem with cm:titled aspect, I update description\title with soap request to alfresco Object Service Port and description updated only to English version, but I can't ...

biker89 by Confirmed Champ
  • 3465 Views
  • 1 replies
  • 0 kudos

Resolved! add Aspect on custom type by cmis error

Dear everyone,I'm using alfresco 5 and cmis 1.1. I have model with 2 aspect scroductRelated and sc:webable .I've writen cmis code to create new document with aspect asession cmisSession = getCmisSession();String fileName = file.getName();// create a ...

phong_van by Confirmed Champ
  • 11293 Views
  • 8 replies
  • 0 kudos

Resolved! Activiti parallel execution of subProcesses

I'm trying to implement the following workflow:there are 3 separate subProcesses (dbTaskPrescoringProcess, level1PrescoringProcess and level2PrescoringProcess) that should be executed in concurrently. So I've added the following properties to each pr...