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

Forum Posts

Error Initializing Activiti Process Engine using version 5.19.0.2

I am trying to start a very basic messaging event for a proof of concept.public static void main(String[] args) throws InterruptedException {        ProcessEngine processEngine = ProcessEngines.getDefaultProcessEngine();        RuntimeService runtime...

marcdekker by Champ in-the-making
  • 213 Views
  • 1 replies
  • 0 kudos

Job Prioritization for Asynchronous Processing at Scale

Hi,During load test I have observed that the job executor and its thread pool is getting  overloaded and taking time to process the existing jobs and reduce the queue size to a manageable portion again. Now In a large set of pending jobs, some jobs m...

Is Signal End Event not supported?

I try to throw signal at the end of the process, so I use signal end event.<code lang="xml" linenumbers="normal"><endEvent id="endevent1" name="End">   <!– <extensionElements><activiti:executionListener event="start" class="com.diplab.test.MyExecutio...

Command Class for Task Assignment?

Hello, all.In the package org.activiti.engine.impl.cmd, we have a lot of classes that is called when certain events happen. Such as claiming task, we have ClaimTaskCmd.java.I'd like to know which one is the class for assigning task within that packag...

chrisx_212 by Champ in-the-making
  • 50 Views
  • 3 replies
  • 0 kudos

support JSON data type

It would be great if a JSON data type could be supported somehow at the GUI layer. Single valued variables are too limiting in the context of a large quantity of business data. For example, I'd like to be able to store the JSON data returned by a RES...

Activiti 6 UI in our Spring Boot Backend Application

We are exploring activiti 6 by using Spring Boot. The basic starter and other modules available seem not containing activiti 6 ui application.It make sense for us to allow some users to create and edit the bpmn models with the same platform as the en...

micwic1 by Champ in-the-making
  • 440 Views
  • 1 replies
  • 0 kudos

Create a ServiceTask with Activiti 6 UI Designer

Hi, I'm trying to create a process with the new Activiti 6 web process designer.I don't know how to create a simple service task that consume a web service and obtain some result. I try to use the Activiti User Guide but there is nothing releated wit...

ale1 by Champ in-the-making
  • 110 Views
  • 1 replies
  • 0 kudos