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
  • 417 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
  • 283 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
  • 600 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
  • 265 Views
  • 1 replies
  • 0 kudos

Bad performance due to sleep() in AcquireJobsCmd

The sleep(100) inhttps://github.com/Activiti/Activiti/blob/master/modules/activiti-engine/src/main/java/org/activiti/engine/impl/cmd/AcquireJobsCmd.java#L58caused a significant performance reduction. Should I create an issue?

keymaster by Champ in-the-making
  • 378 Views
  • 3 replies
  • 0 kudos

Activiti Explorer 5.18: Deployment doesn't contain any rule

Hello Team,I am using Activiti explorer 5.18, Activiti REST 5.18, Eclipse designer 5.18.I am new to activity and trying to test a business rule task which can call a rule defined in a drl file.I am able to deploy the bar file and can see the drl file...

sonali1384 by Champ in-the-making
  • 678 Views
  • 4 replies
  • 0 kudos

04070101 GetModelsDiff return status is 404

Hi Guys,I'm getting an issue when attempting to install alfresco. I've gone through the text based installation procedure, here's my setup:Tomcat 6 installed and running using the alfresco installation pack.PostgreSQL 9.1 previously installed and app...

jcuk by Champ on-the-rise
  • 8207 Views
  • 18 replies
  • 1 kudos

Activiti 1.4.1 mysql bug

HiActiviti 1.4.1 bugs if I try to connect it with a mysql database.I retried with 1.2.1 (this works)Stracktrace:INFO 3/1/16 12:40 PM: liquibase: classpath:META-INF/liquibase/db-changelog-onpremise.xml: classpath:META-INF/liquibase/db-changelog-onprem...

robinho by Champ in-the-making
  • 460 Views
  • 3 replies
  • 0 kudos

startProcessInstanceByKey not working anymore

Hi I migrated from activiti explorer (community version) to alfresco activiti enterprise.Everything went ok, but now when a process starts a new TTSProcess with the following code:runtimeService.startProcessInstanceByKey("TTSProcess", variables); ‍I ...

robinho by Champ in-the-making
  • 1014 Views
  • 5 replies
  • 0 kudos

Activiti Task Script not working?

Hello. Can anyone tell me where did I get things wrong that this script will not work?<startEvent id="sid-8DEDA21B-F1B5-4E15-83C8-52150B796B04"><extensionElements><activiti:formProperty id="new_var" name="NEW VARR" type="string"/></extensionElements>...

chrisx_212 by Champ in-the-making
  • 696 Views
  • 4 replies
  • 0 kudos

Error installing MSSQL database - 5.3

Running "setup.install" with a new copy of 5.3 on MSSQL Server 2008 R2.Has anyone got 5.3 working with MSSQL?  I plan on just editing the SQL and re-running , but thought I'd go ahead and post here in case others had a similar error.I get the followi...

jchildress by Champ in-the-making
  • 1223 Views
  • 17 replies
  • 0 kudos

Retrieving task variables in a task query

I do the following rest call to get a list of tasks :query/tasksThe variables attribute in the json response is always empty !Why is that ? Note :runtime/tasks/{taskId}/variables/{variableName}?scope={scope}  , this call works fine and the variable ...

aalaa by Champ in-the-making
  • 235 Views
  • 1 replies
  • 0 kudos

How to reset activiti or kill all active processes?

Hello everyone, thanks for your attention, I'm from china , I have been developing a workflow sofware using Activiti,  there are many unused active progress during the test period, I want to implement a function to reset activiti or kill all active p...

theodore by Champ in-the-making
  • 573 Views
  • 2 replies
  • 0 kudos

templates within mail task

Hello,I try to send mail with values from beans like this:You have ordered ${order.number} ${order.name}.The execution within activiti explorer fails with this message:Unknown property used in expression: You have ordered ${order.number} ${order.name...

pueblo2708 by Champ in-the-making
  • 256 Views
  • 1 replies
  • 0 kudos