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

Forum Posts

Release notes after Codehaus?

The links to the Release Notes all point to codehaus and now they are all dead.Have these notes been moved elsewhere?Thanks!–John Emmerling

jemmerling by Champ in-the-making
  • 106 Views
  • 1 replies
  • 0 kudos

Release 5.17.0 and org.activiti.spring.annotations

The org.activiti.spring.annotations‍ suddenly disappeared with release 5.17.0. I have been working with the source code from the Manning Activity in Action book and one of the examples uses these.Does anybody know how to migrate code that used these ...

jemmerling by Champ in-the-making
  • 97 Views
  • 1 replies
  • 0 kudos

How to Upload File(access file as formparameter)

HiI have one business process where I want to access file from user(in user task) as form property. This file will be send to REST API using using service task for validating it. it is possible in Acitiviti?How should I implement it?please give me de...

ashay by Champ on-the-rise
  • 388 Views
  • 3 replies
  • 0 kudos

Programmatically LDAP configuration

Hi,I'm trying to configure LDAP on a ProcessEngine by doing it programmatically on Activiti 5.14. First, I want to use the default configuration resource (i.e. activiti.cf.xml) and then configure the LDAP properties. Everythings seems to work until t...

matutano6 by Champ in-the-making
  • 698 Views
  • 3 replies
  • 0 kudos

How do we use the new MailActivityBehavior with attachments?

Hello All,I looked at the source code on github for MailActivityBehavior and see that attachments are now implemented.https://github.com/Activiti/Activiti/blob/master/modules/activiti-engine/src/main/java/org/activiti/engine/impl/bpmn/behavior/MailAc...

ms1 by Champ in-the-making
  • 252 Views
  • 2 replies
  • 0 kudos

Unable to start process instance using Rest client

I am trying  to start the demo process instance (examples) using google chrome advanced rest client but no joy.I have tried all the combination but it  keep giving HTTP 404 error or Unable to set the content type.—-Status400 Bad Request Show explanat...

shailk by Champ in-the-making
  • 182 Views
  • 1 replies
  • 0 kudos

Boundary Events and Execution Listeners

Hello,I noticed that in the user guide and this forum post:http://forums.activiti.org/content/timer-boundary-event-and-execution-listenersthat execution listeners are not supported with boundary events. I just wanted to know if there were any plans t...

rallen1 by Confirmed Champ
  • 180 Views
  • 3 replies
  • 0 kudos

Get All Active Tasks, Including Sub Process Tasks

Hi.Is there a way to get all active tasks including those from a subprocess (invoked using Call Activity)?I've tried the following1) List<Task> tasks = taskService.createTaskQuery().executionId(processInstanceId).list();– Only gives tasks for specifi...

Chaining LDAP Servers

Is it possible to use multiple LDAPConfigurators? For example, if I want to setup activiti to work two different company's which each have their own LDAP can that be configured?Ian

ianzink by Champ in-the-making
  • 113 Views
  • 1 replies
  • 0 kudos