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

Forum Posts

dynamic create a transition insert to a PorcessDefinition

hi all.ActivityImpl source = null;ActivityImpl destination = null;      //……// before: (usertask1)–sf1–>(usertask2)      TransitionImpl transition = new TransitionImpl("mytransition", def);transition.setProperties(vals);transition.setSource(source);/...

weiyi2011 by Champ in-the-making
  • 391 Views
  • 1 replies
  • 0 kudos

search tasks

I use taskService to search tasks, like:List<Task> tasks =          taskService.createTaskQuery()            .taskCandidateUser(actorId)            .list();‍‍‍‍but how to make a distinction different types document, just like financial report, leave ...

jonlee by Champ in-the-making
  • 396 Views
  • 2 replies
  • 0 kudos

Disproportionate backup size of Alfresco

I have a feeling that when uploaded files from Alfresco (ver 3.4.d) are deleted, the complete effect of file deletionmay take sometime to stabilise even though the files instantaneously disappear from Share or Explorer.Backup of Alfresco continues to...

Custom task

In my project, I need to create a custom task. It is like user task but I need to add a few attributes and persist those attributes. How can I do this??Thanks…

ahmetkara by Champ in-the-making
  • 773 Views
  • 4 replies
  • 0 kudos

Automatic PDF generation

We're looking to auto generate PDF documents populated from Activiti forms via a PDF template.Are there any tools available to assist with this task?

knixon by Champ in-the-making
  • 1399 Views
  • 6 replies
  • 0 kudos

¿Por qué no me funciona crear este nuevo tipo de contenido?

Hola que tal.Quiero crear un tipo nuevo de contenido (<type name="custom:Registro">) para el Explorer de Alfresco  pero lo único que consigo es que al intentar abrir la URL  de Alfresco me aparezca la página de error  HTTP 404.¿Que es lo que estoy ha...

yolanda by Confirmed Champ
  • 2690 Views
  • 7 replies
  • 0 kudos

FTP Port problem

I can't seem to change the port FTP is listening on.  I added the file-servers-custom.xml like this:<alfresco-config area="file-servers">   <config evaluator="string-compare" condition="FTP Server">    <port>1121</port>   </config></alfresco-config>n...

mangar by Star Contributor
  • 657 Views
  • 2 replies
  • 0 kudos

Password problem with Share

When I try to change my password, the following message is displayed:01140003 Failed to execute script 'classpath*:alfresco/site-webscripts/org/alfresco/components/profile/change-password.post.json.js': 01140002 SyntaxError: syntax error (file:/opt/a...

My activiti engine does not work

I need help concerning my activiti Engine, Each time i run the ant demo.start on the terminal window, it builds the necessary files successfull and it stops there. What do i do plz ?

vyklag by Champ in-the-making
  • 343 Views
  • 1 replies
  • 0 kudos

Problem in parallel gateway

Hi    I'm using version 5.1.   When I do some sample codes in parallel gateway, I demoed a use case much like the unbalanced parallel way sample in user guide. Below is the process image.   I found that when start the process, two user taskinstance w...

bojiang by Champ in-the-making
  • 511 Views
  • 2 replies
  • 0 kudos

activiti modeler can't work well

after i copied the activiti-modeler.war file to the tomcat install path , and start the tomcat web server,but i can't opent http://localhost:8080/activiti-modeler   on my browser.Why?  could anybody tell me?Thanks in advance.

ammyht by Champ in-the-making
  • 481 Views
  • 3 replies
  • 0 kudos

Comment vérifier si un utilisateur a un rôle donné

Bonjour,J'aimerai savoir s'il existe un moyen de vérifier si un utilisateur a un rôle donné autre que "admin" (user.isAdmin) ou "Guest" (user.isGuest).En effet, je souhaite cacher le lien "Créer un site" pour les utilisateurs qui n'ont pas le rôle "C...

3snet by Champ in-the-making
  • 1576 Views
  • 3 replies
  • 0 kudos

ProcessInstance.isEnded() returns false

How can it be that processInstance.isEnded() does not return true if the process terminated?What did I do wrong?This is the process definition:<process id="testProcess1" name="Test Process">    <startEvent id="startTest" />    <sequenceFlow id="flow1...

frauke by Champ in-the-making
  • 1606 Views
  • 10 replies
  • 0 kudos

How to remove a variable?

Hi,The API (ActivitiExecution class) doesn't have any method specifically for removing a variable from the execution.I am guessing setting a variable to NULL would remove it. Am I right? If so, it would be helpful to note it in the JavaDocs (on setVa...

iravanchi by Champ in-the-making
  • 1040 Views
  • 4 replies
  • 0 kudos

Parsing the process definition

Hello everybody,is it possible to parse the process definition before the process has been started?We like to get some information about the tasks before starting the process.Frauke

frauke by Champ in-the-making
  • 1516 Views
  • 13 replies
  • 0 kudos

about backing operation

hi,how can a process instance back to the previous node, i have read the user guide, but i did't discovery the demo.thanks for any advice

jonlee by Champ in-the-making
  • 414 Views
  • 2 replies
  • 0 kudos

Embedding the activi engine inside an existing app

hi,I have a Spring / Hibernate based web application (running on Tomcat) built with Maven.I would like to embed the engine in it.1. What dependencies should i include in order to use the engine (the services provided)?2. Are there scripts provided to...

feldmani by Champ in-the-making
  • 343 Views
  • 1 replies
  • 0 kudos

Some questions in Task query?

Hi     When I want to query tasks ,I use TaskQuery to add some criteria. I want to query all the tasks that a user can do ,including tasks assigned to this user , and tasks can be pulled by this user. I use the below code to do this query.    pe.getT...

bojiang by Champ in-the-making
  • 870 Views
  • 3 replies
  • 0 kudos

Usuário Guest

Toda vez que após instalar o Alfresco que tento entrar com o endereço http://localhost:8080/alfresco ele carrega com o usuário Guest, e não aparece a tela de login e senha, como posso mudar isso para que a tela de login apareça?

marcelovmz by Champ in-the-making
  • 785 Views
  • 1 replies
  • 0 kudos