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

Forum Posts

Start subprocess on signal

I start embedded subprocess on signal, all works like in example http://forums.activiti.org/comment/13412#comment-13412.What I do:1. Launch process2. runtimeService.signalEventReceived("launchCandidateSubprocessSignal")3. End ProcessProblem:When I st...

jolo_ by Champ on-the-rise
  • 266 Views
  • 2 replies
  • 0 kudos

Reuse enum name in next task

In .bpmn file    <userTask id="task1" name="task one">      <extensionElements>        <activiti:formProperty id="field1" name="field one" type="enum" required="true">          <activiti:value id="id1" name="Some long text"></activiti:value>         ...

alxt by Champ in-the-making
  • 167 Views
  • 3 replies
  • 0 kudos

Invocation of one process from other

Hi,I want to invoke one process from other but not using the call Activity. Is is possible to use the execution or task listeners to invoke the other process using ProcessInstance processInstance = runtimeService.startProcessInstanceByKey("<newProces...

suoza by Champ in-the-making
  • 368 Views
  • 3 replies
  • 0 kudos

Using activiti as a business owner

Hi, first let me give you a bit of background before I ask my question.  I run a large scale manufacturing company in Asia with more than 1000 employees working.  My background is computer engineering but I haven't been practicing in my field for the...

Debugging a JavaDelegate

I have created a Java class to implement the JavaDelegate interface and created the execute method.  How can I attach a debugger and step through my code when it is executed by Activiti?  Is there a document explaining the procedure?Thanks in advance...

jdf1963 by Champ in-the-making
  • 158 Views
  • 2 replies
  • 0 kudos

Composite content

Hi all,This concept of composite content was on the 2010 roadmap - http://wiki.alfresco.com/wiki/2010_Roadmap#Composite_Content - was it ever implemented?  I can't find any documentation that indicates that something like this is currently possible. ...

anotherjay by Champ in-the-making
  • 133 Views
  • 2 replies
  • 0 kudos

New Installation and upgrading

Hello All,This question might be geared more toward the Alfresco engineers, but maybe someone can help. Our company is really close to launching Alfresco in a production environment. I've been testing Alfresco for the last month and have been making ...

eswbitto by Confirmed Champ
  • 137 Views
  • 2 replies
  • 0 kudos

Repository rest api returns 400

When I issue a request likehttp://localhost:8080/activiti-rest/service/repository/process-definitions/SNJCOWF-1%3A1%3A156the response is always as follows{"errorMessage":"unknown type 'activitUser' possibleAssignmentOwner","statusCode":400}My other p...

prashantm by Champ in-the-making
  • 146 Views
  • 4 replies
  • 0 kudos

Oracle and Java datatype double

Hi,why maps Activiti the Java datatype double to the Oracle datatype NUMBER(*,10) instead to the Oracle datatype NUMBER?With the current mapping the value 1e-11 becomes to 0 if stored.This concerns the three tables ACT_HI_DETAIL, ACT_HI_VARINST, ACT_...

mamue by Champ in-the-making
  • 131 Views
  • 2 replies
  • 0 kudos

How to find all folders with certain group permission

Hello,we need to remove certain group from LDAP (and thus Alfresco), however, we don't want our users to loose access to the affected files/folders. We thus need to find all folders where the group in question is used in permission settings before it...

lukas_baxa by Champ in-the-making
  • 134 Views
  • 1 replies
  • 0 kudos