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

Forum Posts

No se inicia correctamente el share

Hola, buenos días a todosHe instalado Alfresco 3.2r correctamente (después de un par de problemillas con los puertos y la JAXB) pero ahora cuando inico el share me sale la siguiente página.Estado HTTP 500 - ——————————————————————————–type Informe de ...

ivanoide08 by Champ in-the-making
  • 4084 Views
  • 18 replies
  • 0 kudos

duplicate task for a instance

Hello folks,When instance moved to Receive  Task in a process , i sent a runtimeService.Signal(executionId), instance moved to next actitvity as per the workflow to next User Task  say "B" . Again i sent runtimeService.Signal(executionId)  (signal to...

Suspending process instance

<b>My scenario:</b>Start -> Service task 1 -> Service task 2 -> EndService tasks have Java delegates which runs some long time logic (ie. file processing). Because we don't want task to block transaction and we don't want to use Receive tasks, for so...

garuh by Champ in-the-making
  • 777 Views
  • 2 replies
  • 0 kudos

Due Date - Javascript

Hi!I am trying to filter and list all records that will be due in 7 days.Is this correct? var now = new Date();var filter = {filterueByDate:[MIN TO \"" + (now.getDate()+7)  + "\"]};Thank you.David

davedran by Champ in-the-making
  • 363 Views
  • 3 replies
  • 0 kudos

Display Custom Property from Object Finder Component

Dear Alfresco Community,    I´m trying to use the Alfresco Object Finder Component for providing selectable capabilities in a custom property who must contain a NodeRef value. The idea is very similar to the category.ftl control but referencing a cus...

mdavid_cu by Champ in-the-making
  • 661 Views
  • 1 replies
  • 0 kudos

How to use 'HistoricTaskInstance.getTaskLocalVariables'

Hi,In Activiti v5.13, I can't task local values using "HistoricTaskInstance.getTaskLocalVariables()".  HistoricTaskInstance histTask =  historyService.createHistoricTaskInstanceQuery().taskId(taskId).singleResult();  Map<String, Object> locValues = h...

tamutamu by Champ in-the-making
  • 851 Views
  • 4 replies
  • 0 kudos

Running Activiti Engine with SpringFramework 3.2.4

Hi there,First of all, I know that Activiti 5.13 run with Spring 3.1.2. I'm developer of the Grails Activiti Plugin, the plugin is cease to execute in latest version of Grails 2.3.0 which bundled with Spring 3.2.4. May I know any chance to run Activi...

limcheekin by Champ on-the-rise
  • 259 Views
  • 2 replies
  • 0 kudos

custom edit document with view

Hi everybody,I'm looking for a way to customise my edit document form, so that I get the view of that document while I'm editing it, could someone get me te the wright way ?thnx all.version 4.2.ewindows

Erreur ImageMagick Alfresco Community 4.2.e

je viens d'installer une nouvelle instance d'alfresco (4.2.e) et malheureusement au démarrage j'ai l'erreur suivante:20:16:37,380 ERROR [org.alfresco.repo.content.transform.magick.AbstractImageMagickContentTransformerWorker] ImageMagickContentTransfo...

lascaux by Champ on-the-rise
  • 1748 Views
  • 4 replies
  • 0 kudos

Auto-deployed Process Models not found

I'm deploying resources to Activiti using the "deploymentResources" attribute of the process engine configuration.  That bit seems to work – if I do a DeploymentQuery, I see the deployments (and resources contained).  In this case, there is one proce...

bmarkmann by Champ in-the-making
  • 170 Views
  • 1 replies
  • 0 kudos

TaskFormData is null inside complete taskListener

I have a user task for which I am invoking a task listener when the task completes:        <userTask id="getDoorInfo" name="Get door info" activiti:exclusive="false">            <extensionElements>                <activiti:formProperty id="doorColor"...

Not able to create folder via WebDav when name is 8 numbers

On two separate Alfresco 4.2.c installations, it's impossible to create a new folder of which the name consists of 8 or more numbers. So for example a date isn't possible: '20131025'. I get the error 'can't read from disk'.When I use dashes in the na...

ebogaard by Champ on-the-rise
  • 344 Views
  • 2 replies
  • 0 kudos

Upgrade help 4.0d to 4.2 schema problems

I am trying to upgrade. I installed a fresh copy of 4.2. It works fine.   * Then i dumped the 4.0d db and copied over the contentstore  * Set index recovery to FULL.   * Copied over mysql connector  * Updated model changes changes. When I start 4.2 I...

sharifu by Confirmed Champ
  • 1032 Views
  • 10 replies
  • 0 kudos

Integrate Activiti with Drools

Hi,I have to integrate Activiti with the Drools Engine for my thesis but I have some problems. I have inserted in the Activiti Explorer the .bar file, that contains the .bpmn20.xml process and the .drl file.  Looking in one previus post   I notice th...

Start timer: Avoid multiple process instances

Hey,I have to build a periodic process which is triggered every 5 seconds. The problem is, that the process duration can take up to 20 seconds. So, while one process instance is running, a new one is started by the timer start. That shouldn't happen ...

mjacobi by Champ in-the-making
  • 276 Views
  • 3 replies
  • 0 kudos

ProcessEngines.getDefaultProcessEngine() strange behavior

I have two Java Apps using Maven to download Activiti 5.14 JAR.  Both have this line of coderocessEngine = ProcessEngines.getDefaultProcessEngine();The first app, I have 5.14 JAR.  I set classpath in Eclipse to look for activiti.cfg.xml file.  This a...

Share : Personnalisation du menu 'Créer un contenu'

Bonjour,J'ai créé un modèle de contenu et souhaite à présent l'intégrer à Share :Je souhaite proposer deux façon d'injecter du contenu :1 -Par upload, drag-and-drop puis modification des propriétés du contenu2 -Par utilisation du menu "Créer un conte...

setting/updating properties of task via REST-API doesn't work

Hello,i already got a task by starting a process instance (http://www.activiti.org/userguide/index.html#N13876).But I am missing some fields, that won't get set to the task.I want to set the "dueDate" field for the task. Json looks like this:{"dueDat...

clnyx by Champ in-the-making
  • 361 Views
  • 3 replies
  • 0 kudos