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

Forum Posts

búsqueda con lucene search no encuentra resultados entre comillas

Estoy buscando a través de un web script documentos con un tipo de contenido especifico, con respecto a un campo de texto en un formulario que seria text, cuando este es llenado con por ejemplo: alfresco, encuentra resultados como corresponde, pero s...

jevr by Champ in-the-making
  • 701 Views
  • 1 replies
  • 0 kudos

CMIS Query Full Text com caracteres especiais

Estou fazendo a seguinte query cmisELECT * FROM xuxu:xuxu_conteudoWHERE  CONTAINS('50%')‍‍‍‍Quando executo essa query, me retorna todos documentos que têm o número 50. Independente se tem o "%".Como eu posso fazer para que a consulta retorne essa str...

how to invoke a web service with parameters

Hi,I have a question about how to invoke a ServiceTask with a web service that have parameters. I tried an exemple like the user guide with the counter and i succeded to increment the counter with the web service but when i tried to set it's value it...

tomi88 by Champ in-the-making
  • 312 Views
  • 4 replies
  • 0 kudos

How to set the owner of a task?

Hi,I have a simple workflow with custom form.I figured out a way to set the owner of the task and it seems to work fine..public class ArchiveTask implements org.activiti.engine.delegate.JavaDelegate{   public void execute(DelegateExecution execution)...

bbarani by Champ in-the-making
  • 1106 Views
  • 7 replies
  • 0 kudos

Autodeployment with Spring - Issue

I am having difficulty deploying with Activiti-Spring auto deployment in our dev environment.   We have multiple developers (each with their own workspace location) and each time any one of them starts their local WAS Server, Activiti auto-deploys th...

Timers not working with unit tests on 5.12

Hi everybody,I created a simple example process with a Timer Start Event set to R1/PT10S.I modified the activiti.cfg.xml as follows:<bean id="processEngineConfiguration" class="org.activiti.engine.impl.cfg.StandaloneProcessEngineConfiguration">      ...

zidia by Champ in-the-making
  • 219 Views
  • 3 replies
  • 0 kudos

import org.activiti.bpmn.model.ServiceTask

I try to use the following packages:import org.activiti.bpmn.model.Process;import org.activiti.bpmn.model.ServiceTask;to define a new process with new Service Task.I instantiate the following linesrocess process = new Process();ServiceTask serviceTas...

User authorization to start processes based on their groups

Hi,There is ProcessDefinitionQuery.startableByUser(String userId)‍ to check if a special user is in the list of a process candidate start users.How is it possible to check for candidate start groups?I seek for somthing like: ProcessDefinitionQuery.st...

hamotahari by Champ in-the-making
  • 383 Views
  • 3 replies
  • 0 kudos

Sincronizar 2 plataformas por medio Alfresco Sync

Hola a todos,Estoy intentando sincronizar dos plataformas de Alfresco por medio de Alfresco Sync 0.8.0.6 (que no Desktop sync 0.9.6), ya que este software me permite gestionar varias conexiones a varios servidores de Alfresco.El problema que tengo es...

Which role to :- Move documents between folders within the

Hi I want to give some users permissions to move documents between folders, which role should I give.Giving the permission, will the user get permission to delete the files also. I think it should be because you are moving, moving is actually  removi...

bisana by Champ on-the-rise
  • 323 Views
  • 2 replies
  • 0 kudos