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

Forum Posts

where is activiti.cfg.xml ?

I've downloaded activiti from http://activiti.org/download.html, but i just can configure .war file, but I want to change activiti.cfg.xml to configure postgre database. WHere can i find activiti.cfg.xml ?Thank you

blvnt by Champ in-the-making
  • 3011 Views
  • 6 replies
  • 0 kudos

BUG in UI

In some models validation error occurs but validation marks (those little red crosses) does not appear on the Modeler or any construct. I tried duplicating those models, still the problem persists. but other models validates or at least show errors. ...

abbask by Champ on-the-rise
  • 214 Views
  • 1 replies
  • 0 kudos

Error java null pointer exception when using REST call

Hi everyone, I defined a variable in activiti using variables -> + -> variable value myUserName And i want with a rest call get a ticket from alfresco using this variable that I set in a script task to "administrator" but when i run my processes, the...

madn by Champ in-the-making
  • 559 Views
  • 2 replies
  • 0 kudos

Getting the results from Activiti Engine 6.0.0 beta2

HiI'm trying to execute the buzzword example in the acitiviti 6 engine.I'm able to get the run the XML ProcessDefinition processDefinition = repositoryService                        .createProcessDefinitionQuery()                        .deploymentId...

bond007 by Champ in-the-making
  • 306 Views
  • 3 replies
  • 0 kudos

How can I custom user with spring boot

when I custom  activiti user with spring mvc,it work well.I move it to spring boot,does't work.——————-CustomGroupManagerFactory—————-public class CustomGroupManagerFactory implements SessionFactory {      private CustomGroupEntityManager customGroupE...

chriszhang by Champ in-the-making
  • 371 Views
  • 1 replies
  • 0 kudos

REST API to get state of a running process in json response

Hello,I am trying to fetch state of a running process details using below REST callhttps://docs.alfresco.com/activiti/docs/dev-guide/1.4.0/#_get_process_instance_detailsapi/enterprise/process-instances/{processInstanceId}For e.g: I have a process, wh...

Configuration of a Process Engine

Hello, Im a new user of Activiti ,I'd already installed activiti 5.1 and tomcat 7 , I followed this tuto :http://activiti.org/userguide/index.html#activiti.setup .When I tried to configure the Process Engine, I didn't know where i could find the XML ...

lobnakh by Champ in-the-making
  • 245 Views
  • 2 replies
  • 0 kudos

no processes deployed with key

I created my workflow and have the following code       ProcessEngine processEngine = ProcessEngineConfiguration                .createStandaloneInMemProcessEngineConfiguration()                .buildProcessEngine();                      RuntimeServi...

zd251 by Champ in-the-making
  • 4375 Views
  • 4 replies
  • 2 kudos

Facade pattern for activiti api ??

Hi ,I want to develop an application based on activiti api with personalized services (do not expose all methods).what is the best way  : Facade Pattern ,  Adapter or  the both .you have an example  ?? regards, Chafik

The best practise to bind JPA-Entity to process

Hi,I would like to ask you, what is the best way of binding a JPA-Entity to activiti process?I tried to set bean as a process variable:variables.put("myBean", myBean);runtimeService.startProcessInstanceByKey("myProcess", variables);‍‍‍‍But this solit...

omd by Champ in-the-making
  • 932 Views
  • 4 replies
  • 0 kudos

configure Start Timer

Hi AllI am new to Activiti Designer , I have the next problem I have process will start on selected date, but this date is entered by actor in previous process ,  my question is how i configure timer start event ( time date field ) correctly  ?Thank ...

Thread Safeness of Java Service Task

Hello everybody,we're using the Activiti engine for a while now in our enterprise application. Some of our Java Service Tasks are completely identical from the perspective of the source code. Their particular behavior just depends on the expressions ...

org.activiti.engine.impl.interceptor.CommandContext close

When ever i am creating object for ProcessEngineFactoryBean in spring then getting below error org.activiti.engine.impl.interceptor.CommandContext closeSEVERE: Error while closing command contextjava.lang.NullPointerExceptionI written only one xml th...

I can't deploy my process

What's up guys?I need your help for my first try to deploy a process. I try to implement the example from activiti user guide.I run my code with Eclipse IDE and there is no errors. Despite that, in activiti explorer i can't see my process. What is ha...

problem with jump to a multi-instance user task

my workflow model is: start->user task1->user task2(multi-instance)->user task3-> endall the assignee I set is using flow variables. at runtime of the flow ,the assignee are as below.user task1 : assignee is `zhangsan`user task2: assignee are `lisi` ...