Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
54 views

We're using activit spring boot starter. Almost all of the processes are created and edited through modeler and REST api; which means a new deployment is created only when there are some changes. ...
Coderino Javarino's user avatar
0 votes
0 answers
55 views

I recently updated from WildFly 25 (do not have those problems there) to WildFly 35. Usually when a bean is not found, the exception looks like this: Target Unreachable, identifier 'mailFeedback' ...
Tobsi's user avatar
  • 21
0 votes
0 answers
45 views

I've tried: log.info("getTaskId-2 : " + processEngine.getHistoryService() .createHistoricProcessInstanceQuery() .processInstanceId(...
Nunyet Calçada's user avatar
1 vote
1 answer
61 views

I am using Alfresco Process Services 24.2 Spring version - 6.1.5 I have overridden DbSqlSessionFactory in my custom code using below code CustomDbSqlSessionFactory package com.activiti.extension.bean....
Vikash Patel's user avatar
  • 1,376
0 votes
1 answer
355 views

I started a spring boot 3.2 project, where I added the activiti-engine dependency <dependency> <groupId>org.activiti</groupId> <artifactId>activiti-engine&...
Riadh Azzouz's user avatar
1 vote
0 answers
58 views

Are there any example Java projects specifically for version 6? SG Looking a DemoApplication.java for version 7.0. References ... import org.activiti.api.process.model.ProcessDefinition; ... which ...
user23334812's user avatar
3 votes
1 answer
1k views

I am trying to explore different BPM tools and how open source they are. For Camunda, I was able to find detailed articles (article 1, article 2). For Flowable, I could find only this link, does this ...
Gopikrishna K S's user avatar
0 votes
1 answer
273 views

I'm successfully using Activiti via the Spring Boot Starter for a while and am attempting to change from automatically deploying bpmn processes to manually doing it via Java. I basing this on a fairly ...
Alan Parry's user avatar
0 votes
0 answers
282 views

Multi-instance sub process is set isSequential="false", while sub processes are created in parallel without any issues, users are not able to concurrently complete (Rollback due to ...
Madhav kumar jha's user avatar
0 votes
2 answers
168 views

In our project we are using Activiti for workflow, the backend as well as front end is hosted on kubernetes, the challenge is if I have to scale the services what would happen to triggers and time ...
Din Reddy's user avatar
3 votes
0 answers
3k views

Can anyone please provide information on the compatibility of Spring Boot version 3.x with the Activiti framework? I have checked the official documentation of Activiti but could not find any specific ...
Denish Ranpariya's user avatar
0 votes
0 answers
147 views

In this docker file, if you comment out the kafka specific stuff and uncomment the rabbitmq stuff, this will work. If you don't, then you get: TransactionalId tx-0: Invalid transition attempted from ...
Jim Barrows's user avatar
  • 3,634
2 votes
0 answers
160 views

I'm rather new to activiti. We have a project that was using an older version of activiti and spring boot. We have upgraded but I am seeing issues. Test code: @Value("${activiti.sys_username}&...
user20155381's user avatar
0 votes
0 answers
46 views

Is there any way to define targetRef/sourceRef/id of bpmn2 flows as variables. eg. something like this <sequenceFlow id ="flow1" sourceRef = ${placeholderVariable1}, targetRef = ${...
Madhav Kumar Jha's user avatar
0 votes
1 answer
2k views

I am working on Spring Activiti using Java 17 and getting this error. I have initialized and used RuntimeService in my code as follow @Service public class BPMNTaskService { @Autowired private ...
Faizan Haidar Khan's user avatar

15 30 50 per page
1
2 3 4 5
85