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

Forum Posts

Activiti custom extension not working

Hi,I'm trying to change and extend the palette of activiti designer. I have followed the user guide, used the examples and successfully created the jar file. But if I put this jar file to the Activiti Designer Extensions user library nothing is happe...

rm0046400 by Champ in-the-making
  • 404 Views
  • 4 replies
  • 0 kudos

Timer Start Event 'forgotten'

Hi all, I run a process every 10 minutes that GETs from one REST API and POSTs to another. For a little while now I have found that the timer start event is 'forgotten' at unpredictable intervals. These are the symptoms I observe: - If an exception o...

tstephen by Champ on-the-rise
  • 249 Views
  • 1 replies
  • 0 kudos

Multi sub process creation by script

Dear all,I am  facing an issue concerning sub process creation by script:- I have one process parent which create start 1…n sub process- parent process should wait until all sub process finish to continue other taskThe problem is that all process sta...

mwm1 by Champ in-the-making
  • 272 Views
  • 2 replies
  • 0 kudos

A property of type person with constraint.

Hi,Ihave configured new variable to assigne the review task, this variable is called wf_workflowReviewer(an aspect that contain an association with cmerson class), actually in the task form when i click on the picker to assign the wf_workflowReviewer...

Deploy share-config-custom.xml via AMP in 5.0.c

I'm a bit of a greenhorn to customization but trying to follow along with the ecmarchitect.com tutorials while making accommodations for the differences since 4.x.I'm developing using the all-in-one archetype of the 2.0 Alfresco SDK on a VM running D...

dsmith by Champ on-the-rise
  • 1922 Views
  • 9 replies
  • 0 kudos

Get path without qname

If I want the path of a node, I do the following:getNodeService().getPath(nodeRef)‍‍‍It returns something like this:/{http://www.alfresco.org/model/application/1.0}company_home/{http://www.alfresco.org/model/application/1.0}user_homes/{http://www.alf...

spilby by Confirmed Champ
  • 556 Views
  • 2 replies
  • 0 kudos

Timer Event Start does not start on time

I am new to Activiti and i am having this problem. Please helpI have a timer start event <startEvent id="timerstartevent1" name="Timer start">      <timerEventDefinition>        <timeCycle>R1000/2015-06-19T14:08/PT4M</timeCycle>      </timerEventDefi...

Shorter URL in the browser

Hello guys,I was wondering if there is a way where I can configure the alfresco tomcat to listen for an IP/FQDN and redirect to the full URL of the alfresco. Also I want to avoid any additional SW installed on the system, for example some apache inst...

start event fields is not accessible

Hi,I am new to Activiti and facing some problems in it. I am using eclipse designer.I am adding a field at start event and later on I want to use its value on my user form. - The intent is to add some process variables to the template at the start of...

chhipa by Champ in-the-making
  • 260 Views
  • 2 replies
  • 0 kudos

Creating process variables in the GUI

Hi,  Is it possible to set process variables from the GUI?  I understand that Forms can be used for user input, but we would like to set process variables directly (not through a script task, if possible).  How can this be done?Currently, we do this ...

blezek by Champ on-the-rise
  • 1442 Views
  • 10 replies
  • 0 kudos

Unable to add attachment to task with Activit REST API

Hi,I'm trying to use rest API call to add an attachment to a task . ( attaching a file rather than giving an external url)  I'm trying to do this in a webapp, so the rest call happens as jquery ajax. Following is the js function that i'm using. funct...

hguser by Champ in-the-making
  • 580 Views
  • 4 replies
  • 0 kudos

Java Appplication crash/ Activity class not found exception

Hello!I'm currently trying to restart-proof my application that uses Activiti, but can't seem to understand the restart mechanism for Activiti completely. I'm not decided about the deployment 100% as for in development state, im deploying my applicat...

d-fnc by Champ in-the-making
  • 285 Views
  • 3 replies
  • 0 kudos

How to control Task Listeners events when task is rolled back.

Hi,I have a simple workflow with 2 user tasks(synchronous) with task listener for all types of events(create, assignment, complete). When I am completing userTask1(UT1), userTask2(UT2) will be created and two events will be triggered - UT1 complete &...

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

Activiti JPA save

Hi all,i need to intercept with an aspect save event on the db of process variable.I suppose that activiti uses the entity manager to do so but persist or merge are never called.how activity do that?wich method call?Thanks

paulux by Champ in-the-making
  • 164 Views
  • 1 replies
  • 0 kudos

History by User Task Claim time

Hi,The project that we are working on requires that the system track how long a user spends on a task. This has to be starting from when a user claimed the task (not when the task started). Currently I do not see this in the DB or any mechanism to ha...

ruedesilva by Champ in-the-making
  • 1107 Views
  • 8 replies
  • 0 kudos

Overcome StackOverFlow without extenal trigger

I am trying to convert 11 complex workflows from JBPM to Activiti.  They all contain serviceTasks only; and they all have one more multi-task loops. As shown in attached image.  Cardinality of such loops could reach 60. So; I am facing StackOverFlow ...

gul by Champ in-the-making
  • 555 Views
  • 2 replies
  • 0 kudos

start a new process

Hi, I try to start a new process via the public api on a 4.2 on-premise installation.If I send a POST request with a REST client to the URL http://localhost:8080/alfresco/api/-default-/public/workflow/versions/1/processeswith this body {"processDefi...

by Not applicable
  • 1544 Views
  • 9 replies
  • 0 kudos