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

Forum Posts

Server Version for activiti

Hi,I want to use jsf for my form rendering and if i use jsf with EL2.2 then it is not supported by tomcat 6. I need tomcat 7 or jboss6.Want to confirm will Activiti-explorer and Activiti-rest will work on tomcat 7 or jboss6.Please suggest this is urg...

suoza by Champ in-the-making
  • 44 Views
  • 1 replies
  • 0 kudos

Running performance evaluation test?

HiIn my project I have integrated my business process with an external system using Java Service Task and Service Task. I want to run performance evaluation tests for this integrated business process. How can I run more than for example 100 instances...

aneeque by Champ in-the-making
  • 67 Views
  • 1 replies
  • 0 kudos

Pass non-serializable object to service task

I need to pass to service task object (O) that contains ClassPathXmlApplicationContext, which isn't serializable. As a result I can't put (O) to process context. But, I needn't pass it to the whole process context!1. I want to know if it is possibili...

jolo_ by Champ on-the-rise
  • 67 Views
  • 1 replies
  • 0 kudos

Where I can find activiti-spring-examples

I activiti user guide it was said: "A more advanced example, JPASpringTest, can be found in activiti-spring-examples.". But where I can find those samples?

jolo_ by Champ on-the-rise
  • 452 Views
  • 1 replies
  • 0 kudos

Assignee tracking for a particular task

Hi, I am looking for a detailed history information for a task such as list of the assignees that were previously assigned to the task. Do not see ACT_HI_TASKINST table storing multiple records for a specific task.How can we track the assignees for t...

studious by Champ in-the-making
  • 61 Views
  • 1 replies
  • 0 kudos

using jsf for form rendering

Hi,I am new to jsf. Can you please help me in understanding where should i place the below files so that they are read easily and use them. Also suggest how can i integrate it with the spring environment.1. faces-config.xml2. beans.xml — can i includ...

suoza by Champ in-the-making
  • 52 Views
  • 1 replies
  • 0 kudos

Activiti doesn't submit to rollback

I wrote the simplest demo: only one hundred strokes of code. In this demo I use Activiti with JPA, pass JPATransactionManager to activiti's processEngineDefinition. All configurations of Spring context and JPA I've got from "Activiti in Action" sampl...

jolo_ by Champ on-the-rise
  • 302 Views
  • 2 replies
  • 0 kudos

Assign Task Local Variables in BPMN (JavaServiceTask)

Is there a way to assign a task local variable for a Java ServiceTask from BPMN?My use case is developing small reusable ServiceTasks and we would like to not have to have them know about the larger process they are running in, rather we would like t...

Generic Java delegate to validate task variables.

Hello,   I am new to BPMN and Activiti. I have a generic java delegate extending TaskActivityBehavior. This would be used by multiple tasks. i.e. multiple process definitions would have this in class attribute. Each of these ServiceTasks using this c...

Activiti: potentialStarter method not work

I defined my process like:<process id="myProcess"             name="My process"             isExecutable="true"             activiti:candidateStarterUsers="MANAGER"             activiti:candidateStarterGroups="MANAGER">….‍‍‍‍‍‍‍‍Problem:The groups an...

jolo_ by Champ on-the-rise
  • 85 Views
  • 1 replies
  • 0 kudos