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

Forum Posts

Monitorizar en windows

Hola, disponemos de un Alfresco Enterprise 4.1.5 sobre windows….estoy buscando algún add-on para poderlo integrar en Alfresco. Sinó hubieran, ¿qué software que no fuese addon podría utilizar para poder monitorizar?…Me interesa sobre todo poder monito...

Custom ClassLoader and Groovy Scripts

I have created a workflow framework that utilizes Activiti 5.16.3 as the workflow engine.  The framework runs in WebLogic 12c and is an EJB environment with Spring injections.  Recently, I created a specialized classloader that I use to split workflo...

zoikks1 by Champ in-the-making
  • 337 Views
  • 3 replies
  • 0 kudos

Create Queue, attach users to queue

Hi,I am using Activiti for running my BPMN using my own web application.. I want to create queue and be able to attach users to queues. I am wondering if there are concepts of queues already in Activiti or can i use any available feature like a queue...

Suspend a cyclic process

i have a model with start timer event it will be executed each 1 munite (R/PT1M)how can i suspend the execution ?

abdou2387 by Champ in-the-making
  • 140 Views
  • 1 replies
  • 0 kudos

configure mysql for activiti 5-10

Hi, I'm posting this just to help new users of Activiti like me;I faced non-persistent (h2 db is dropped and re created every time when I started demo) in activiti 5-10 (and this issue is not present in activiti 5-9) which I solved after wasting my f...

nommyravian by Champ in-the-making
  • 2238 Views
  • 12 replies
  • 0 kudos

Activiti using two connections per thread

Hello! I'm having an issue. I'm trying to use Activiti + Camel, using Spring 4, and, I noticed a problem: Sometimes, all connections from pool get locked and never come back, only if I define a borrow timeout it "works", but I got a lot of timeouts w...

(I pay) No exception in logs with two transactionManagers...

Hi activiti-community, (sorry for my bad english)Im writing right now an exam with activity. My Job is to combine activiti with some services…"My activiti" is running in a tomcat (activiti-explorer.war and activit-rest.war), the problem is now:The se...

raymondx by Champ in-the-making
  • 168 Views
  • 2 replies
  • 0 kudos

Starting a process by key ignores start form required fields

Hi,This may be the expected functionality, but I was wondering if someone could explain why if it is.If I have a startEvent with some required formProperties in it - when I start a process by using FormService.submitStartFormData(String processDefini...

How to search by tags in alfresco web site

Hi all, sorry if its not the best place to type this post, if its not move it to the proper forum.My situation its this, I am using Alfresco API rest to create programatically news tags names according to my business logic. This tags are correctly cr...

cralfaro by Champ in-the-making
  • 475 Views
  • 1 replies
  • 0 kudos

Extend dnd-upload component using YAHOO.extend

Hello,I would like to customize the dnd-upload.js file. For example I want to override _adjustGuiIfFinished‍ method. I've tried several times to do it, but all of them failed (I was using some tutorials/examples: - http://blogs.alfresco.com/wp/wabso...

Rest API issue with TextArea

HiI am new to Activiti and using the version 5.17.I have successfully drawn a process diagram with custom fields i.e. textarea and deployed the same on activiti-explorer2. My process works fine on the explorer with the custom field.I am having a prob...

SSO with Cookie

Hi,I was wondering if there is a documentation how to set up Alfesco using an external authentication system by passing a validated username via a cookie. I have successfully set up Alfresco using headers to SSO, but I can't find any information how ...

moffel by Champ in-the-making
  • 317 Views
  • 1 replies
  • 0 kudos

Problems migrating from Activiti 5.16.3 to 5.17.0

Dear Activiti-Team,we are currently under development of a business-critical application with Activiti. Because we were facing serious problems with XA-Transactions which seemed similar to what is described in http://forums.activiti.org/content/activ...

REST API and activiti.cfg.xml

I'm a newb here and having a little trouble understanding how the REST WAR interactes with my BAR in version 5.17.I don't understand how the REST WAR get's a reference to my BAR's specific ProcessEngine and performs the interaction.  Could someone po...

mlfitz2 by Champ in-the-making
  • 212 Views
  • 2 replies
  • 0 kudos

HistoryManager

Hi,I'm using activiti 5.14 and I want to ask some questions about HistoryManager implementation..1- HistoryManager implementation is different from manual (activity vs audit).1.a) Although it says controlling ACTIVITY level, implementation controls A...

baivs by Champ in-the-making
  • 141 Views
  • 1 replies
  • 0 kudos

Webscript in order to create folders automatically

Hi to everybody,I am trying to create folders automatically using a web script. I am completely new in Alfresco and I've been studying the documentation published in the official website: https://wiki.alfresco.com/wiki/Web_Scripts. Even having carefu...

rplana6 by Champ in-the-making
  • 1450 Views
  • 5 replies
  • 0 kudos

Errors on Unable to validate database schema when starting newly created Allinone project on Alfresco 5 Enterprise in Eclispe

I tried to run the newly created Allinone project in Eclipse using Alfresco SDK 2.0 with Alfresco One 5.0.0.3 in Windows 7 following the official guide. During the starting process, I found these error message in the alfresco.log:2015-03-13 12:42:16,...

qingl97 by Champ in-the-making
  • 590 Views
  • 1 replies
  • 0 kudos

Javascript

Hi,How execute javascript at the end my workflow?

gslamy by Champ in-the-making
  • 254 Views
  • 2 replies
  • 0 kudos

execution User task doesn't exist

Hi, I have an error: org.activiti.engine.ActivitiObjectNotFoundException: execution XXX doesn't exist. Which XXX is the user task id. What is the execution of user task? I already enter candidate group, and the Id is unique, and Name, and Documentati...