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

Forum Posts

Activiti5: EcmaError: ReferenceError: 'java' is not defined.

Hello, all.While using Activiti5, I ran into a problem where in one server, reporting seems to work fine while in another server, everytime I try to open the 'Process Instance Overview' demo, it shows off an EcmaError: ReferenceError: "java" is not d...

chrisx_212 by Champ in-the-making
  • 218 Views
  • 1 replies
  • 0 kudos

Activiti listener db updates - are they atomic ?

Hi Members,I have written event listeners for events - PROCESS_STARTED and TASK_CREATED. In the event listener I am calling my custom db inserts (these are not activiti tables) for PROCESS_STARTED and TASK_CREATED. For PROCESS_STARTED, it inserts rec...

davanna by Champ in-the-making
  • 156 Views
  • 2 replies
  • 0 kudos

deployment didn't put process definition in the cache

HelloI have deployed a process definition using a BPMN file. The process that i had deployed works completely fine, however when i check the instance tab which lists down all the instances created for a process i come across the below exception:Invoc...

Process Instance started over REST are not showing

I am trying to start a process instance over REST API with the below POST which seems to be working wellOST http://localhost:8080/activiti-rest/service/runtime/process-instancesWith the following json contant in the body:{    "processDefinitionId":"S...

twiinart by Champ in-the-making
  • 654 Views
  • 7 replies
  • 0 kudos

Imtermediate timer catching event is not running

I have a model below:[img]http://s31.postimg.org/tcod2vph7/Selection_001.png[/img]My expectation is recalling the api if has exception after 30s, when success, will be run as normal.But the process is not continue at Imtermediate timer catching event...

minhquankq by Champ in-the-making
  • 201 Views
  • 5 replies
  • 0 kudos

Retrieving Call Activity elements

Hi,It looks like Activiti doesn't auto-deploy Call Activities when they are encountered within a parent process (would be a great plus if it did!).Is there an API from one of the services that can give a list of call activities that need to be deploy...

midiman by Champ in-the-making
  • 243 Views
  • 3 replies
  • 0 kudos

Update custom tables along with Activiti Tables

We are updating custom table using listener in the user task, service task and Email task , as part of our workflow. We are using the same transaction manager for both Activiti and the Custom tables. But even then, when there is a error in the listen...

subashini by Champ in-the-making
  • 557 Views
  • 7 replies
  • 0 kudos

what features we need in .net application.

Hi.I am new on activiti, i find it very useful for my web application i read user guide but i didn't get how can i use it in my application, i read it we can use it by REST . but how? i didn't get it can you plz let me know step by step.?

Two different flow instance async task problem

I have two different flow process A and BProcess A:startEvent—async Task A—endEventProcess B:startEvent—async Task B—endEventasync Task A:update Table Aasync Task B:select Table Awhen this two processes start at the same time,Task B can not get the l...

xiangyuely by Champ in-the-making
  • 85 Views
  • 1 replies
  • 0 kudos

Not able to change the database to ms sql

Hi ,I want to use my own db with this. how to do it?I tried by changing it to sqlserver settings as described in userguide.But of no use. It does not work.The window flickers and disappears fast.How to change it to my own database?Any idea where i am...

kavi by Champ in-the-making
  • 276 Views
  • 4 replies
  • 0 kudos