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
  • 307 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
  • 213 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
  • 474 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
  • 427 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
  • 1070 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...

Activiti 6: Cannot Cancel Process

Everytime I try to cancel a process in Activiti 6, I get this message:### Error updating database.  Cause: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fail...

chrisx_212 by Champ in-the-making
  • 1499 Views
  • 5 replies
  • 0 kudos

Definition of terms: activity, task, job, execution, ...

There are lots of concepts in Activiti, such as: deployments, processes, activities, tasks, jobs and executions.Unfortunately user manual does not clearly define these terms, and for someone new to Activiti and BPMN it is hard to understand what exac...

jesper1 by Champ in-the-making
  • 2578 Views
  • 1 replies
  • 0 kudos

How can I prevent a process execution is run multiple times?

Hi, we provide a list of open tasks to our users.The same user can display this list in different web sessions.He or she may proceed the same task from different sessions at nearly the same time.This results in multiple calls to taskService.complete(...

mamue by Champ in-the-making
  • 5698 Views
  • 24 replies
  • 0 kudos

Basic Clarification in activiti 6

HiI'm having some basic clarifications.What is an Event in the activiti 6 ? Is it refers to entire model or an task or both ?How can we listen this eventListener?  I've seen the ActivitiEventListener class. But not able to use it to notify about the ...

bond007 by Champ in-the-making
  • 207 Views
  • 1 replies
  • 0 kudos

Is there a way to coexist two workflows in one DB???

Is there a way to coexist two workflows in one DB? Scenario: At first I deployed my workflow and it goes well. Deployment details had been recorded in act_re_deployment table. Users started using the webapp following the deployed Workflow.Problem: Du...

mauwarrior by Champ in-the-making
  • 377 Views
  • 3 replies
  • 0 kudos