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

Forum Posts

get BPMN Elements in order

Hi,I would like to get all Flow Elements in the same order as they appear in the diagram. Currently, I am retrieving list of flow elements like this:List<FlowElement> elements = model.getMainProcess().getFlowElements()‍However, the order of elements ...

Customizing SecurityConfiguration

We have implemented our SecurityConfiguration bean to use Spring's siteminder AuthenticationProvider, <B>PreAuthenticatedAuthenticationProvider</b>.We'd like to have a config setting whether to use ours or use Activiti Enterprise's com.activiti.conf;...

jonnyg by Confirmed Champ
  • 189 Views
  • 4 replies
  • 0 kudos

Default values for Activiti form properties

Hi there,we are using Activiti's FormService to attach custom form properties to tasks, e.g.:    <userTask id="usertask1" name="Task 1"" activiti:candidateGroups="Group">      <extensionElements>        <activiti:formProperty id="someProperty" name="...

Timer example in activitirc1

Hello I have been trying the Timer example. I am really very confused now and i am really sorry to ask such basic questions in the forum. but please help me.This is the code in bpmn file (bundled with examples)<boundaryEvent id="escalationTimer" canc...

Modify messages.properties on activiti-explorer module

Hi,I'm try modify messages.properties on activiti-explorer module with vietnammese.eg:login.username = Tên Đăng Nhậplogin.password = Mật Khẩulogin.button = Đăng NhậpBut view on web view, it wrong:[img]http://www.upsieutoc.com/images/2016/02/26/activi...

tunglk by Champ in-the-making
  • 52 Views
  • 1 replies
  • 0 kudos

couldn't instantiate class for a service task

Hi,I have created a service task in my process and created corresponding java classes for it. When I deploy my bar file and start the process, I get the below error when I hit the service task -03130003 Wrapped Exception (with status template): could...

nbklot3 by Champ in-the-making
  • 3880 Views
  • 22 replies
  • 0 kudos

Liquibase mssql

Hi All,I'm trying to setup 6.0 beta 2 against mssql 2014 and I'm running into some issues with liquibase generating incorrect ddl statements. How can I disable liquibase in the Beta?Thanks!Log snippet:16:55:37,306 ERROR [stderr] (ServerService Thread...

dzwiers by Champ in-the-making
  • 165 Views
  • 1 replies
  • 0 kudos

Boundary timer - recurring time interval

Hi,I'm trying to set a boundary timer in a user task with a time cycle repeating every minute until the user task is done. Time cycle following ISO 8601: <strong>R/PT1M</strong>After a minute the boundary action starts to execute every less than a se...

elozada by Champ in-the-making
  • 430 Views
  • 3 replies
  • 0 kudos

H2 specific errors while connecting to Postgres DB

I am trying to configure activiti to use postgres DB.My db.properties file is:db=postgresjdbc.driver=org.postgresql.Driverjdbc.url=jdbcostgresql://localhost:5432/activitijdbc.username=activitijdbc.password=activiti====================================...

mohit by Champ on-the-rise
  • 643 Views
  • 6 replies
  • 0 kudos