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

Forum Posts

ByteArrayEntity: improve encapsulation

I've run into a nasty bug in a custom variable type causing Foreign Key Constaint error in ACT_FK_VAR_BYTEARRAY.The first part of solving the problem was to improve logging in DbSqlSession. This helped me diagnose what went wrong. These changes you c...

marcus1 by Champ in-the-making
  • 408 Views
  • 6 replies
  • 0 kudos

deputy function?

Hello Does Activiti have a deputy function ?  example: Kermit can watch Gonzo's queue for a period of time by admin to assign.Jay

jay1 by Champ in-the-making
  • 170 Views
  • 1 replies
  • 0 kudos

Process failover in a cluster

Hijust joined recently, so please excuse me if this is a repeat - I have searched the forums for relevant information, but still don't have all the information I need.We are prototyping a BPM requirement using Activiti. The server is setup as a stand...

zlalani by Champ in-the-making
  • 246 Views
  • 2 replies
  • 0 kudos

activity in webapp

I am new in Activiti I want to know if it's a good choice for my web application.I have a WebService who receive mail. These mails enters in a workflow to be treat.According to propertties on the Business object, le mail must be treat by a special gr...

bbrod69 by Champ in-the-making
  • 131 Views
  • 1 replies
  • 0 kudos

How to use REST API along with activiti?

How to start a process instance using POST request. I am mainly concerned about its code implementation. As with the GET request we can provide the attribute-values in query string and paste it over browser but POST data are hidden and needs some sor...

prasad1 by Champ in-the-making
  • 2672 Views
  • 18 replies
  • 0 kudos

REST image retrieval cuts off edges of diagram

Hi guys,I want to retrieve the png of a workflow via the REST interface, but the left and upper edges are sometimes cut off.Here is a sample of what the REST call retuns:[img]http://i43.tinypic.com/346xgeb.png[/img]Here is what it looks like in Eclip...

sfuchs by Champ in-the-making
  • 281 Views
  • 4 replies
  • 0 kudos

Navigate to previous task in the workflow

Navigate to previous task in the workflow is possible depends on the UI level interaction.Actually my requirement is suppose user want to create account there some sections (Registration forms)fill up.For that i created user tasks for each section.Su...

sai576 by Champ on-the-rise
  • 363 Views
  • 1 replies
  • 0 kudos

Transaction problem within spring config / hibernate

Hello,I'm facing a problem with my spring configuration. My processEngine bean can't be created. Instead, following exception is throwed :Caused by: org.hibernate.TransactionException: commit failed…Caused by: org.h2.jdbc.JdbcSQLException: The object...

cthurier by Champ in-the-making
  • 174 Views
  • 1 replies
  • 0 kudos

how to set user task expiration

Is there any way where I can set the user task expiration value, so that the user task should be completed/expired automatically once the expiration value is reached and the user task should no longer be available in database.

ganeshr by Champ in-the-making
  • 116 Views
  • 1 replies
  • 0 kudos

Stop serializing Hibernate objects

I am using Spring, Hibernate and Activiti.The documentation says that Activiti will store ids to JPA objects (and I presume not serialize them), however it seems to be serializing mu Hibernate objects.I thought Hibernate was an implementation of JPA....

user_23 by Champ in-the-making
  • 128 Views
  • 1 replies
  • 0 kudos

Common security with Activiti REST API

I can see that the REST api uses basic authentication. Basically this means that every call must have a header where the user name and password is set.I want to communicate with the REST api from a Liferay instance in order to run my workflows (on th...

eao by Champ in-the-making
  • 376 Views
  • 2 replies
  • 0 kudos

Strange Behaviour of Rest API

Hi List,I have been struggling for couple of days to get it up n running.seems there is no luck.I m evaluating Activiti Rest API through Chrome Advance rest Client.some rest calls really go fine where some fails.Lets say i call http://localhost:9999/...

tulipneo by Champ in-the-making
  • 139 Views
  • 1 replies
  • 0 kudos

Process level notification

hi ,instance  can be in any activity in the given workflow . It can be a user task or in Receive task (waiting for a event to move forward). Is there any way i can notify USER TASK from a java api call and move the instance forward along the workflow...

Alfresco Indexing + SSL Fails to Find New Content

After configuring the connectors in server.xml to support https, searches for new content fail to return any results.  Though old content is still indexed and successfully finds documents.  I've imported the SSL root certificate into all the truststo...

Event-based Gateway in Unit Test

Hi,I've an event-based gateway in my process. In one outgoing flow of it there is a timer and in the other one there is a message catching event. I'm executing timer event by calling managementService.executeJob(delayTimer.getId());After my process e...

gokceng1 by Champ in-the-making
  • 459 Views
  • 4 replies
  • 0 kudos

get Class from ServiecTask

Hey,is there a way to get to the class, which must implement the interface (JavaDelegate).I have an instance from org.activiti.bpmn.model.ServiceTask, there exists a lot of getters, but no one give me the class.regardslars

Extending service task and add async

Hi all.i've to implement my task using the delegation (http://www.activiti.org/userguide/#eclipseDesignerExtending). so far so good.Now, inside the task logic, i've to perform a poll of data that periodically queries an external server and, when the ...

esseti by Champ in-the-making
  • 176 Views
  • 1 replies
  • 0 kudos