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

Forum Posts

Open CMIS

Hello ..I am using open-cmis for connecting my java appilication to alfresco.I have create new folder in alfresco using java code.I want to assigan some propeties and tag to that folder.What should i do for that?Please reply as early as possible.Than...

How to avoid multiple instances of the same process

Hi !I have several activiti engines embeeded in several JVMs sharing the same DB.How is the best way to avoid starting an other instance of a specific process if one is already started ?Thanks in advanceCheers,Patrick Brühlmann

jaylemur by Champ in-the-making
  • 306 Views
  • 2 replies
  • 0 kudos

Best Practice for SLA based task flow

I have a relatively simple use case and I am looking for some guidance on the best way to solve it. There are two actors, employees and managers. Managers track how the employees are performing the tasks and perform actions based on how much at risk ...

sangv by Champ in-the-making
  • 218 Views
  • 2 replies
  • 0 kudos

Automated testing

Hi all,I am new to activiti and was wondering if it is possible to do some kind of automated testing for the workflows eg. using the Eclipse plugin? A bit like unit tests in a software project?Regards,Olli

ojaro by Champ in-the-making
  • 149 Views
  • 1 replies
  • 0 kudos

Share variables between workflows

Hi all,I am new to activiti and starting to get into scripting. Does anyone know if it is possible to define a global variable that can be used between workflows somehow?I am using the Eclipse plugin.Regards,Olli

ojaro by Champ in-the-making
  • 151 Views
  • 1 replies
  • 0 kudos

problem with activiti transaction

hi all,        This is how my code is,      @Transactional(readOnly = false, propagation = Propagation.REQUIRED,rollbackFor = {Exception.class} )        public void saveFile()       {           saveFile(uploadItem);           raiseAndcompeleteUploadT...

Activiti-OSGi and custom FormType

Hello everyone,I am trying to convert my kinda monolitic Activiti-application to an OSGI-based one.In my process definition I use a custom formtype for URLs.When trying to deploy the bundle/process I get an exception, that Activiti doesn't know about...

ronnybr by Champ in-the-making
  • 226 Views
  • 4 replies
  • 0 kudos