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

Forum Posts

Boundary timer event not trigered

Hello,I'm trying to run a simple process with boundary time event . But after the expiration of the specified time nothing happens and event was not executed.org.activiti.engine.ActivitiException: time limit of 6000 was exceeded   at org.activiti.eng...

patdab90 by Champ in-the-making
  • 363 Views
  • 1 replies
  • 0 kudos

suspension not working

Hi,I want to suspension on a given condition and then restart after some event is generated. I'm calling below suspension in activiti1 (Please look into attachment for complete flow)    execution.getEngineServices().getRuntimeService().suspendProcess...

loading Spring Form when start activiti process

Hi,I'm new to Activiti as well as to Spring and struggling how to use external form in Spring MVC.As of now I just want to load my Form when application is loaded in Spring. Below is the flow -"<?xml version="1.0" encoding="UTF-8"?><definitions xmlns...

Activiti Rest Api Receive Task

Hi ,Could any one please help me with below: Does Activiti Rest API support Receive task? As i have Receive task after the start event in a process. When i am trying to query the task of a process instance i do not get any thing back.I created receiv...

Async service tasks on clustered applications

Hello!I have 2 applications running on the same database.Both of them start processes like this:for (i = 0; i < msgNbr; i++) {   Map<String, Object> dataMap = Data.prepareData(testOptions);   runtimeService.startProcessInstanceByKey("asyncTransferPro...

victor1 by Champ in-the-making
  • 178 Views
  • 1 replies
  • 0 kudos

Parallel Gateway: Two Instances of UserTask are created mistakenly

Hi All,Attached the process definition.  I am working on a process POC which uses a parallel gateway/exclusive gateway, inclusive gateway, service tasks/user tasks and timerevent.  Strangely enough the two same user task(user task1) are created.  Fro...

wl21st by Champ in-the-making
  • 237 Views
  • 4 replies
  • 0 kudos

Dynamic form generation

Hi ThereWe have a requirement in which we want to generate dynamic forms. Dynamic forms - like 1. show hide of one field on putting some value in another field. 2. making one field mandatory on selection some value in another drop down.3. getting the...

lambav by Champ in-the-making
  • 418 Views
  • 1 replies
  • 0 kudos

Groovy script task to store boolean data.

I am facing a typical problem with Groovy Script task. While trying to store boolean value with following code,<scriptTask id="scripttask1" name="SCRIPT Task" scriptFormat="groovy" activiti:autoStoreVariables="false">      <script>execution.setVariab...

swamy2156 by Champ on-the-rise
  • 324 Views
  • 2 replies
  • 0 kudos

how to change expiration query on workitem based on a parameter

Dear Activiti team,    I have a use case where Iam sending a parameter during the execution time , this parameter is successfully getting saved on the ACT_RU_VARIABLE table . Now the use case is on my timer expiration I want to delete the work items ...

bk1 by Champ in-the-making
  • 198 Views
  • 3 replies
  • 0 kudos