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

Forum Posts

send email with xml attatchment

I am using alfresco 4.2.c. I want to create a rule which triggers a script that will send an email with xml file that contains all properties of that document that was updated. so far I have come across posts which are old and related to version 3.x ...

sharifu by Confirmed Champ
  • 301 Views
  • 3 replies
  • 0 kudos

activiti-exploer process instance highlight diagram is incorrent

activiti-exploer process instance highlight diagram is incorrentsee attachment "Activiti incorrent diagram highlight.png"My historicActivityInstances are A -> exclusiveGateway -> B -> C -> D, but flow between exclusiveGateway and D is also highted.An...

long_187 by Champ in-the-making
  • 391 Views
  • 5 replies
  • 0 kudos

Persisting modified variables in scriptTask

Hello, I start a process with an output variable which is a basic HashMap. In a javascript scriptTask, I insert some values into this map as followsutput.put("result", "success");‍‍‍If I read the process variables inside an ExecutionListener at the e...

thomasl by Champ in-the-making
  • 876 Views
  • 3 replies
  • 0 kudos

Getting NPE while retrieving bytearray value

Hi,This exception is a show stopper for me at the moment. Need to fix this asap, i am using activiti 5.10 and not possible to upgrade it at the moment. I looked around and found that it was fixed in  version 5.0. Maybe something else is causing it. H...

sukhveer by Champ in-the-making
  • 186 Views
  • 1 replies
  • 0 kudos

REST Services sorts ID as String

I have been trying to use the REST service with the following URLhistory/historic-process-instances?size=200&order=desc&includeProcessVariables=trueand since our installation is new the ids are lower numbers and have just crossed into 4 digits. The I...

activiti-engine maven build failure

Hi I have tried to build activiti-engine using maven. But I got the below errors. I am alos attaching following filesorg.activiti.standalone.history.FullHistoryTestorg.activiti.standalone.parsing.ChineseConverterTestorg.activiti.standalone.parsing.Cu...

jignesh11 by Champ in-the-making
  • 202 Views
  • 1 replies
  • 0 kudos

activiti-rest: Bad link in the user guide.

Wooh boy did I just have the most adventurous two days of debugging the activiti-rest app! In the end the root cause was that I hadn't read the User Guide in enough detail. But in my own defense I got sidetracked by the following sentence which turne...

gfrlog by Champ in-the-making
  • 362 Views
  • 8 replies
  • 0 kudos

Upgrading activiti from 5.8 to 5.13

Hi I have been provided implementation of BpmnParseListener interface to parse the workflow. The main purpose of this is to register the custom execution listeners on ExecutionListener.EVENTNAME_START and ExecutionListener.EVENTNAME_END event for pro...