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

Forum Posts

Problem in deploying activiti-explorer in jboss EAP 6.2

I am using out of box EAP 6.2 with no other configuration, this happens when you access any of the pages of activiti-explorer (even the log-in page), please help. I 18:21:30,604 ERROR [org.infinispan.interceptors.InvocationContextInterceptor] (http-/...

Creating correct 'Deployment artifacts' in JAR und BAR files

Hi all,i know that the point was discussed several times but i would be glad if someone could give me some advice concerning the files in deployment process.Until now i was able to explore the Process-Engine with configuration and to get it runnable ...

werners by Champ in-the-making
  • 277 Views
  • 2 replies
  • 0 kudos

Activiti Engine

Hi there,In the company I work for, we are interested in using Activiti, but we don't really know where to start reading to design a proper solution for our environment. Particularly, we don't know what would be the best way to deploy the Activiti En...

tizo by Champ in-the-making
  • 220 Views
  • 19 replies
  • 0 kudos

multi instance sub process,variable conflict?

i have activity A and assignee variable ${recevier} (eg: assignee kermit);multi sub process element variable same named recevier;activity C assignee variable ${recevier};when complete sub process,and set recevier value 'gonzo' then task C also assign...

leebm by Champ in-the-making
  • 66 Views
  • 1 replies
  • 0 kudos

Transaction Isolation Level and MySQL

I have been having trouble with the following code;@Overridepublic void notify(DelegateExecution execution) throws Exception {    String parentOrderID = (String) execution.getVariable("parentOrderId");    ProcessInstance instance = runtimeService.cre...

arandall by Champ in-the-making
  • 647 Views
  • 2 replies
  • 0 kudos

Newly Created Tasks With Authenticated User

Hello,To make my question simple lets say in my model User Task 'A' is immediately followed by User Task 'B'. If User Task 'A' is completed and the AuthenticatedUser in Activiti is set, why does User Task 'B' automatically get assigned to the current...

jrmich44 by Champ in-the-making
  • 36 Views
  • 1 replies
  • 0 kudos

transaction example question (from user guide)

    In the example:    // here you can do transactional stuff in your domain model    // and it will be combined in the same transaction as     // the startProcessInstanceByKey to the Activiti RuntimeServicepublic class UserBean {  /** injected by Sp...

beep02 by Champ in-the-making
  • 43 Views
  • 1 replies
  • 0 kudos

Executing Asynchronous Processes from exception point

Hello,I have multiple service tasks in my process. I'm not able to re-execute the job from exception point of particular task.I'm using ''managementService.executeJob(id)'' for executing the particular job, here it is executing the process from servi...