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

Forum Posts

Activiti 5.16.3 deployment to Websphere 7

We're getting following the errors on the Activiti login screen when I deployed activiti on Websphere.  We tried to add the manger session in context.xml but it didn't fix the issue. <?xml version="1.0" encoding="UTF-8"?><Context antiJARLocking="true...

apple4life by Champ in-the-making
  • 262 Views
  • 4 replies
  • 0 kudos

Activiti vs Bonita

Hi,I need to make a proposition of a BPM tool to my customer. I was shearching for an uptodate comparaison between Activiti and Bonita. But no recent comparaison I could find…I love Spring and Apache license, but there's any other valuable arguments ...

fajer by Champ in-the-making
  • 942 Views
  • 1 replies
  • 0 kudos

Suspend process via JMX

Hi,in the past we used the Activiti Karaf Commands to suspend or kill running processes. So far as I know this was not an official extension to manage the ProcessEngine.  Are there plans to provide such a management extension?

mpriess by Champ in-the-making
  • 82 Views
  • 1 replies
  • 0 kudos

Migration from IBM WPS to activiti

Hi , We are planning to migrate the existing application from  IBM WPS to Activiti Business process Engine .The application which is current using the IMB WPS is not fully automated with the business process but most of the Human work flows are used ...

usai by Champ in-the-making
  • 202 Views
  • 1 replies
  • 0 kudos

Group selection form field

Hi everyone,We can use this code snippet to create a user selection field:<activiti:formProperty id="revisor" name="Revisor" type="user"></activiti:formProperty>Is there a type that allows selecting a group ? something like  'type="group"' ?Thanks!

External form rendering : Form properties values listing

Hi all,I’m working on a workaround to migrate from jpdl outgoing transitions to BPMN 2 (human task + Exclusive gateway)My need: * Provide a form display; give user a choice to decide next step (outgoing sequence flow).* Choice must be "by design" emb...

fredg by Champ in-the-making
  • 1560 Views
  • 11 replies
  • 0 kudos

UI customization

Hi,Is there a way for customizing the form fields, buttons, look & feel (applying styles, css), etc.I need it very rigorously.  Any help will be much appreciated.Thanks in advance.Regards,Nirvana

nirvana by Champ in-the-making
  • 1246 Views
  • 6 replies
  • 0 kudos

Apply Activiti for old project

We have flowstart -> service task1 (object A state 1)-> user task 1 ->service task 2 (Object A change to state 2)-> user task2 -> …. Currently, our project is not apply workflow. If now apply Activiti, the flow for Object A should start at service ta...

Add process variable

Hi,I have flow like this: ServiceTask 1 (return object A have fields A1,A2) -> ServiceTask 2 (need A2). How can I add A2 to flow ?I try runtimeService.setVariable(processInstance.getId(), A2,A2Value) but when flow has not yet user task, processInstan...