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

Forum Posts

multiple email notifications on document library

Hi all. I've recently started working with Alfresco (3.4b) but am running into a problem that I can't resolve. I have setup a content rule for anything uploaded into the document library of a space to email the members of the space that there is a ne...

Is there a way to add Listener when task get deleted/expired

In my workflow, I am expiring User task using Timer boundary event. So, once timer boundary event scheduled job fires, task get deleted. At this moment, I would like to fire an event(a.k.a listener to make some action when task deleted like initiate/...

swamy2156 by Champ on-the-rise
  • 221 Views
  • 1 replies
  • 0 kudos

Possible bug in Activiti Engine : cancelling sub-process containing intermediate timer catching events should be cancelled by si

I have developed a following process : https://dl.dropboxusercontent.com/u/1846654/subprocess.jpgAs you can see the sub-process contains two intermediate catching time events. When the boundary signal occurs, the process goes through appropriate flow...

Remove external links from the classic alfresco page.

Hi We just switched over to using the classic alfresco page because there were too many problems with the share site.  Most of the users that will be using alfresco do not have internet access, however there is something on the page that is trying to...

hsturner by Champ on-the-rise
  • 498 Views
  • 2 replies
  • 0 kudos

[BUG] TaskQueryImpl#getCandidateGroups getting called 5x

Hi,I am pretty sure i have found a Bug in the TaskQueryImpl#getCandidateGroups implementation, or to be more specific, in whatever is calling it. The following code called the method once under actitiviti 5.14. Since activiti 5.15 it is called exactl...

ikaros by Champ in-the-making
  • 173 Views
  • 1 replies
  • 0 kudos

Alfresco: Add a tag based on the location of the document

I've been struggling with a little script that should be easy to implement: I've added a rule on a folder that runs a script. The script should get the folderlocation of the uploaded or incoming document and add the location as a tag:var url = docume...

robinho by Champ in-the-making
  • 285 Views
  • 1 replies
  • 0 kudos

session management strategies

Hi,Our team is evaluating Activiti engine to make use in our product. For that purpose I want some information regarding sessions in Activiti i.e. how sessions are created and managed ? What are different session management strategies ? does engine s...

kanchan by Champ in-the-making
  • 359 Views
  • 2 replies
  • 0 kudos

Separate business data and process relative data

I tried to understand how activiti works with data.I searched and read several forum posts, so I came prepared to ask question.What I currently understand is following: 1.Activity hides persistence layer and works with Variables, which , if defined a...

beep02 by Champ in-the-making
  • 347 Views
  • 3 replies
  • 0 kudos

Problem in deploying activiti-explorer in jboss EAP 6.2

I am using out of box EAP 6.2 with no other configuration, this happens when you access any of the pages of activiti-explorer (even the log-in page), please help. I 18:21:30,604 ERROR [org.infinispan.interceptors.InvocationContextInterceptor] (http-/...

Creating correct 'Deployment artifacts' in JAR und BAR files

Hi all,i know that the point was discussed several times but i would be glad if someone could give me some advice concerning the files in deployment process.Until now i was able to explore the Process-Engine with configuration and to get it runnable ...

werners by Champ in-the-making
  • 509 Views
  • 2 replies
  • 0 kudos

Activiti Engine

Hi there,In the company I work for, we are interested in using Activiti, but we don't really know where to start reading to design a proper solution for our environment. Particularly, we don't know what would be the best way to deploy the Activiti En...

tizo by Champ in-the-making
  • 1323 Views
  • 19 replies
  • 0 kudos

multi instance sub process,variable conflict?

i have activity A and assignee variable ${recevier} (eg: assignee kermit);multi sub process element variable same named recevier;activity C assignee variable ${recevier};when complete sub process,and set recevier value 'gonzo' then task C also assign...

leebm by Champ in-the-making
  • 188 Views
  • 1 replies
  • 0 kudos

Transaction Isolation Level and MySQL

I have been having trouble with the following code;@Overridepublic void notify(DelegateExecution execution) throws Exception {    String parentOrderID = (String) execution.getVariable("parentOrderId");    ProcessInstance instance = runtimeService.cre...

arandall by Champ in-the-making
  • 851 Views
  • 2 replies
  • 0 kudos

Newly Created Tasks With Authenticated User

Hello,To make my question simple lets say in my model User Task 'A' is immediately followed by User Task 'B'. If User Task 'A' is completed and the AuthenticatedUser in Activiti is set, why does User Task 'B' automatically get assigned to the current...

jrmich44 by Champ in-the-making
  • 153 Views
  • 1 replies
  • 0 kudos

transaction example question (from user guide)

    In the example:    // here you can do transactional stuff in your domain model    // and it will be combined in the same transaction as     // the startProcessInstanceByKey to the Activiti RuntimeServicepublic class UserBean {  /** injected by Sp...

beep02 by Champ in-the-making
  • 230 Views
  • 1 replies
  • 0 kudos

Executing Asynchronous Processes from exception point

Hello,I have multiple service tasks in my process. I'm not able to re-execute the job from exception point of particular task.I'm using ''managementService.executeJob(id)'' for executing the particular job, here it is executing the process from servi...

sankardunga by Champ in-the-making
  • 1679 Views
  • 26 replies
  • 0 kudos