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

Forum Posts

SQL error using MSSQL as database

Running the following code throws an error with MSSQL.  Runs fine with Oracle.  Tested from 5.13 thru 5.16.1         ProcessEngine processEngine = ProcessEngines.getProcessEngine(dbname);         RepositoryService repositoryService = processEngine   ...

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

Complement docu regarding LDAP config

Hello Activiti Team,I just stumpled into a little pitfall while configuring the LDAP bean. I think it would be nice if you add a line in the user guide (and the example there) where you mention how to get the user's mail address.For example:<property...

newur by Champ in-the-making
  • 43 Views
  • 1 replies
  • 0 kudos

Forms & I18n

Hi guys,I'm currently evaluating the latest version of Activiti (5.1) and I was wondering how to handle i18n within forms; in particular, through build-in form rendering and using current Locale ? If possible, could you provide a simple example ? If ...

bgillis by Champ in-the-making
  • 123 Views
  • 5 replies
  • 0 kudos

Locking an instance to update variables

Hi all,We are building a complex product around the Activiti 5.15.1 engine and we occasionally need a background process to update the values of process variables in running processes (namely replacing a given URL stored in String variables with anot...

franck102 by Champ in-the-making
  • 45 Views
  • 1 replies
  • 0 kudos

Activiti Designer Bugs with CallActivity Tasks

Hey there,while customizing the Activiti Designer i found 2 Bugs on CallActivity Tasks. I don't know where i can report bugs of Activiti Designer, so move it to the right direction or tell me where/how i can.The Target Expression column will never be...

rogernexus by Champ in-the-making
  • 60 Views
  • 1 replies
  • 0 kudos

act_ge_bytearray size

Hello,the table act_ge_bytearray is getting to large.which is the problem?* <property name="history" value="audit" />..or * I'm passing large objects (that are serialized to the DB) into the workflows (I'm using jpa).best regards

activiti kickstart - human step inside review step

I'm using the Activiti Kickstart component (with the Eclipse Kepler) and I need some help with placing a human step inside a review step. From top to bottom I have a review step where I placed the human step in case the flow gets rejected. After the ...

bluesony by Champ in-the-making
  • 62 Views
  • 1 replies
  • 0 kudos

Absolute positioning of flow labels

When generating a diagram image from java code running with the 5.15.1 engine, the flow labels are all pushed to the the bottom right of the Diagram. Generating the same image from within the Eclipse Designer works as it should.I suspect that it is r...