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

Forum Posts

Is there a sync API?

I am completely new to Alfresco, so apologies if the answer to this is obvious. I have played around with CMIS and looked at the REST API docs, but did not find anything specifically like a "sync" or "notification" API. What I mean is some kind of me...

ericgj by Champ in-the-making
  • 171 Views
  • 2 replies
  • 0 kudos

Maven Development Environment

Hi,I have already installed alfresco community edition 5.0.b on my system and also customized it. but now i want its source code and i want to integrate this installed alfresco with the development environment. As with maven it provides us with the d...

start task using REST

Hi, I have created simple aaplication in activiti using servlet and deployed it on tomcat. Now I want to start the task from REST call.please help me how I can start task. I read documentation but I didn't able to start process. Is I have to write RE...

SubProcess information

Hi Community Members,I need to understand how we get information about the subprocesses defined in a process given the process definition key. I did take a look at the HistoryService but it is not clear. Can you point to code samples in the activiti ...

davanna by Champ in-the-making
  • 116 Views
  • 1 replies
  • 0 kudos

Completing multi-instance task is very slow, takes hours to complete each task when multi-instance has 1000+ tasks

Hello, We have a workflow with a multi-instance task and the multi-instance task is having between 2000 to 4000 running tasks. When we try to complete one of the task when there are thousands of multi-instance tasks running, it is taking hours to com...

vamsimp by Champ in-the-making
  • 334 Views
  • 3 replies
  • 0 kudos

Web service related events

Hi,I was wondering if it would be possible to capture any events/log related to a web service execution bound to a service task. I am trying to monitor the web service behaviour through Activiti engine. thanks,

logic3 by Champ in-the-making
  • 220 Views
  • 3 replies
  • 0 kudos

How to Reset/Clean activiti database everytime I start

I need to activiti database to be reset everytime I start my program. So, I want to ask about databaseSchemaUpdate, When the default schema false. It not reset. But if I use create-drop, when I terminate my program, it drops activiti database so when...

retzer by Champ in-the-making
  • 950 Views
  • 2 replies
  • 0 kudos

Immutable process instance variables

Hi, I was wondering if there were any suggestions for ways to implement immutable process instance variables using Activiti Engine and the Activiti REST API.I am designing a process where process instance variables are set upon creation for an initia...