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

Forum Posts

workflow due date

Hello,What are the options for setting workflow timer? Not just for a single task but for the whole workflow. For example, I start the workflow and want to be informed when timer expires, regardless of the current task. Setting timer events on each t...

darionis by Champ on-the-rise
  • 244 Views
  • 1 replies
  • 0 kudos

Activiti Designer Integration

Hello - we're looking into upgrading our use of Activiti to 5.16.3.  We've written some custom service tasks (classes that extend from AbstractCustomServiceTask) that utilize version 5.14.0 version of the org.activiti.designer.integration artifact.I'...

zoikks1 by Champ in-the-making
  • 449 Views
  • 4 replies
  • 0 kudos

Hot deployment

Hello,I am wondering if there is a way to deploy a new content type or webscript without restarting Tomcat.Thank you.

Logging in a custom action

What's the best way to log messages from a custom action?Is it just a case of including commons logging private static final Log log = LogFactory.getLog(App.class);and doing the log.debug etc, or is there something more to it?

Extending JMX

We are running the Enterprise version. We have used the mvn archetypes to develop custom actions. We'd like the actions to be configurable from JMX - in effect extending the list of JMX variables that are delivered with the product. Is this possible?...

remote is not defined

Bonjour.Afin de récupérer l'historique d'un workflow en cours, j'ai créé ce petit javascript : var connector = remote.connect("alfresco");var user = connector.call("ervice/api/login?u=admin&pw=password").toString();var indexHeadFin = user.indexOf(">"...

Deploiment à chaud

Bonjour,Il y il une manière de déploiement à chaud ( sans redémarrer Alfresco ) des content model ou des webscript.Merci.

Wishing to contribute from multitenancy angle

I just published a paper on graphical financial risk modeling and used Activiti as the engine for experiments. I am very happy with Activiti and the ease of use, clean documentation and next generation concepts it has integrated.I wish to contribute ...

iramkumar by Champ in-the-making
  • 454 Views
  • 4 replies
  • 0 kudos

Postgres SQL configuration

Hi,What's the default superuser username/password for postgres after a new installation in alfresco.I am not able to create any database.Through PGadmin I came to know only SYSTEM user has  privilege to create database.What is the password for system...

Database cleared on Activiti Explorer startup

I noticed that when I restart Activiti Explorer all my running tasks and processes disappear from the database. Is it normal? Does Activiti Explorer clear itself on each restart? I use Activiti 5.16, Oracle 11g and run Activiti Explorer on Websphere ...

dennisl by Champ in-the-making
  • 218 Views
  • 1 replies
  • 0 kudos

How to process a set of object in cycle

Hi, I have following problem:suppose on some stage of my workflow I get an array (or set, or something else iterable) of some homogeneous objects. I need to send each member of this set to another task, process it, return to the set, take another mem...

alper by Champ in-the-making
  • 255 Views
  • 3 replies
  • 0 kudos

Manually delete a site ...

Hi AllStill stuck with being unable to delete 1 site. To clean it all up I'd like to delete the site, and document references from the database, and manually delete the corresponding files/folder manually from the file system.So…Which database tables...

linuxyeti by Champ in-the-making
  • 284 Views
  • 1 replies
  • 0 kudos

Miising / Hidden Site content on upgrade

Hi AllAs part of our recently completed upgrade to Alfresco-5.0.a, 2 sites appear to have lost their content, I say appear, as I recovered the content from the old alfresco 4 installation, and attempted to copy the content to the upgraded sites, only...

linuxyeti by Champ in-the-making
  • 1091 Views
  • 3 replies
  • 0 kudos

How to customize REST certain rest api calls

Dear team,Would anybody had an idea on how to customize certain rest features in Activiti.  For examples: runtime/tasks?owner="xxx"&candidateGroup="ccc" is fetching only tasks assigned to user and not returning the tasks which are claiable by the rol...

maven unable to build Alfresco project for 4.2e

Hi everybody,I am trying to extend my alfresco content model with this tutorial: http://ecmarchitect.com/alfresco-developer-series-tutorials/maven-sdk/tutorial/tutorial.htmlCurrently I am not able to build alfresco 4.2e via maven. I raised a issue he...

Timer fired every 5 minutes while executing a long running command

Activiti version  tested : 5.16 and 5.10I have a simple workflow with a timer catching event and a long running task attached to it.START — TimerCatchingEvent (PT10S Intermediate Event) — ScriptTask (Long running - runs for more than 5 min) — ENDThe ...

nchan by Champ in-the-making
  • 1261 Views
  • 5 replies
  • 0 kudos

Has work on the designed stopped

I just noticed that there have been no commits to the designer project since Aug 19.  Is this project no longer being actively developed?