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
  • 689 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
  • 283 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
  • 5464 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
  • 478 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
  • 884 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
  • 1512 Views
  • 6 replies
  • 0 kudos

Deploying Activiti Explorer to Alfresco 4.0b

Hi All,Is it possible to deploy Activiti Explorer to Alfresco tomcat to manage Alfresco built-in Activiti installation? I've changed the Activiti rest activiti.cfg.xml file to point to the Alfresco database and copied the Activiti rest and explorer w...

Custom form field controller not working

Hi,I am trying to create a custom form field and so followed the steps given in the documentation (dynamic pie chart)https://docs.alfresco.com/activiti/docs/dev-guide/1.3.2/#_example_3_dynamic_pie_chartEven though the button show up, "on-click" funct...

sindhana by Champ in-the-making
  • 478 Views
  • 3 replies
  • 0 kudos

Why does Activiti TaskListener extend java.io.Serializable

I would like to know the reason why Activiti TaskListener was made to extend java.io.Serializable.Because TaskListener extends java.io.Serializable , if the implementation classes for TaskListener use references to other classes , the code review too...

gkd_deepak by Champ in-the-making
  • 384 Views
  • 1 replies
  • 0 kudos

Unable to create Archived Task?

Hello. I'd like to ask where did I go wrong in this. I made a process and then I started it and completed it. However, the task does not appear in the Archived Task panel. Where did I go wrong in this? What needs to be done? FYI, there is this line i...

chrisx_212 by Champ in-the-making
  • 253 Views
  • 1 replies
  • 0 kudos

Removing LDAP integration but maintaining users locally

Hi,I'm trying to disable the current LDAP integration that we have on our Alfresco installation but I don't want to lose the LDAP-originating users and roles in the process.How can I migrate LDAP-integrated users so that they become local Alfresco us...

kvadning by Champ in-the-making
  • 665 Views
  • 3 replies
  • 0 kudos

Display custom type properties only

I have a custom content type,which display properly among standard properties when editing the form. What I want is to display only my custom content type properties without writing all the <hide id=""/> ‍‍

ebuild by Champ on-the-rise
  • 374 Views
  • 1 replies
  • 0 kudos

Alfresco Upgrade - Problem with old aspect

Hello!We haved upgraded Alfresco Community from 4.2c to 5.0d.We used the AddOn FME Datalist Extension (fme-alfresco-extdl) at Alfresco 4.2c. Now at 5.0d we didn't install the Datalist Extension and so we have some problems with old datalistitems in S...

tatatanja by Champ in-the-making
  • 405 Views
  • 1 replies
  • 0 kudos

Activiti Wiki

Hi,how about an Activiti Wiki instead of "documenting" everything in a User forum?This would also would be a great progress for the one-page userguide. Some of the chapters would get more depth, or it would be easier to describe variants of configura...

tzaenker by Champ in-the-making
  • 644 Views
  • 3 replies
  • 0 kudos

Missing ldap subsystem in community 5.1.e

I am not able to find the ldap subsystem as described in http://docs.alfresco.com/community/tasks/auth-subsystem-chain-config.htmlMy Authentication directory does not contain a ldap directory# ls -l tomcat/webapps/alfresco/WEB-INF/classes/alfresco/su...

mfriedel by Champ in-the-making
  • 1181 Views
  • 2 replies
  • 0 kudos

Change the Page title of alfresco 5.0

Hi,I've changed the title of page title of Alfresco to custom name from filewebapps\share\WEB-INF\classes\alfresco\web-extension\messages\slingshot_en.propertiesBut i still see the 'Alfresco' title on the search page.The title got changed on other pa...