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

Forum Posts

Issues with creating user inside Java task

Hello,I'm implementing "Create user process" - at first step initiator enters some user details and at second stet Java service task is called: <java>public class CreateUser implements ActivityBehavior {  private static final long serialVersionUID = ...

butik by Champ in-the-making
  • 233 Views
  • 2 replies
  • 0 kudos

Dynamic selectone in alfresco share

Hi, I want to make dynamic selectone in alfresco share. Anybody knows how to do that ? I found that i have to create customSelectone.ftl and there I will write some code which will create this content. Is there some good tutorial for this ?Thanks

_jan by Champ on-the-rise
  • 1158 Views
  • 3 replies
  • 1 kudos

Code javascript qui marche une fois sur deux

Bonjour à toute l'équipe,J'ai un problème avec mon code java script intégré à mon Workflow, il ne marche pas à chaque fois. Je souhaite ajouter à mon package un fichier qui se génère dans l'entrepôt malheureusement celui-ci s'ajoute une fois sur deux...

sims by Champ in-the-making
  • 743 Views
  • 1 replies
  • 0 kudos

outbound smtp

Bonjour,j'ai mis en place l'envoi d'email lors de l'ajout d'un fichier. J'ai mis les confis de notre serveur mail :### SMTP Configuration ###mail.host=192.168.1.191mail.port=25mail.protocol=smtpmail.username=mail.password=mail.from.default=jeremy.dub...

jey10 by Champ in-the-making
  • 897 Views
  • 2 replies
  • 0 kudos

Im getting exceptions on mail task

Hi,I've created a mail service task that is supposed to send an email.When I run my code I get a lot of error messages.I've set the properies; mailServerPort, mailServerHost, mailServerUseTLS in both my activiti.cfg.xml and applicationContext.xml fil...

Cannot access activiti explorer after changing database

Hi,I wanted to use a mysql database instead of the default h2 database so I changed the db.properties file in "C:\apache-tomcat-7.0.54\webapps\activiti-rest\WEB-INF\classes" and "C:\apache-tomcat-7.0.54\webapps\activiti-explorer\WEB-INF\classes"to:db...

Get Activiti explorer in english

Hi,I deployed activiti on tomcat. The activiti on Firefox is always in french instead of English.For information, i configured language english in my firefox.Any idea please ?Thank's

mtail by Champ in-the-making
  • 150 Views
  • 1 replies
  • 0 kudos

Extended user task

Hello,I have searched in the forum how to add a custom task. All I have read about it, is that you can achieve it by implementing a custom ActivityBehavior. So, as far as I understand this are the steps:1) Create your own behaviour.package org.acme.r...

yahekia by Champ in-the-making
  • 350 Views
  • 1 replies
  • 0 kudos

requirement for config assignee mode

I am a new developer for Activiti, I have a requirement for some kind of assignee  configuration:suppose customer has a group “GM" which has three user : gm0, gm1, gm2when we design process, we have a user task for the GM Audit node, our customer wan...

woodfox by Champ in-the-making
  • 270 Views
  • 4 replies
  • 0 kudos