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

Forum Posts

Understanding SOLR

We have 2 production instances of Alfresco using SOLR which are (or at least seem to be) working fine. Content gets indexed when it is created and searches find content quickly.However, if you look at the SOLR REPORT page there is a large value in<lo...

rjohnson by Star Contributor
  • 258 Views
  • 1 replies
  • 0 kudos

How to customize REST apis in Activiti 5.17.0

I have downloaded latest version of Activiti 5.17.0 and setup is working fine.I am planning to customize few of the rest apis. Seems the latest version changed drastically. Please let somebody post some steps to achieve the same. And also if I custom...

Javascript execution functions

Is there documentation on what available functions come with the execution object in Javascript script task?I'm trying to call execution.getVariables() to get the local scope variables map, but my javascript seems to be failing.execution.getVariables...

hueb1 by Champ in-the-making
  • 239 Views
  • 1 replies
  • 0 kudos

Setting up a go to step for a human action

Hello, I'm testing out the Activiti engine in a trial suite and I remade the example flow that was provided. With that being said I want to take the result of a decision (accept or rejected) and use a go to step to return to the human step before the...

unable to create site alfresco share

Hi,This is the problem in my Alfresco when try to create new site:02180111 Wrapped Exception (with status template): 021818751 Failed to execute script classpath*:alfresco/templates/webscripts/org/alfresco/repository/site/sites.post.json.js': nullThi...

XML Export of process model loses information

Hey ,when I use the activiti modeler in activiti explorer 5.17 I have some bugs when exporting the process model to XML.1. When I configure a service task and mark it as async via the provided checkbox, no activiti:async="true" property is defined in...

einszwo by Champ in-the-making
  • 266 Views
  • 1 replies
  • 0 kudos

Result Variable in JavaDelegate

Hi,When creating a BPMN model, there is a configuration field on a ServiceTask "Result variable". If my ServiceTask uses a delegateExpression backed by a JavaDelegate, can I access the value specified for "Result variable" so I can place the result i...

boekhold by Champ in-the-making
  • 3227 Views
  • 7 replies
  • 0 kudos

Connecting to and from Activiti to external applications

My application in PHP want to use activity for BPM.I am planning to use the rest API to communicate to activiti from PHP application.I need to use some custom logics in the PHP application during the execution of process.what is the best way to commu...

rnair82 by Champ in-the-making
  • 374 Views
  • 2 replies
  • 0 kudos

IllegalArgumentException when invoking a service task requiring a date

Hi all,I have a process definition whose an extract is:    <startEvent id="start" activiti:initiator="employeeName">       <extensionElements>            <activiti:formProperty id="startDate" name="First day of holiday (dd-MM-yyy)" type="date" datePa...

cdeneux by Champ in-the-making
  • 960 Views
  • 5 replies
  • 0 kudos

New rest Service

Hi,I want to develop a new rest service to include some more functionalities that are available by default in the activiti.Can some one give a detailed explanation on how to achieve the same?.

suresh13_m by Champ in-the-making
  • 747 Views
  • 8 replies
  • 0 kudos

candidateGroup null not accepted.

I have an application with a user task, <userTask id="usertask1" name="User Task" activiti:assignee="${assigneeName}" activiti:candidateGroups="${candidateGroup}">‍‍‍My scenario is that from my UI, i will enter either assigneeName (or) candidateGroup...

MessageAddedNotification not available

Hi all,i have implemented a CustomFailedJobCommandFactory and a NoJobRetriesCmd with Activiti-5.14 as followsublic class CustomFailedJobCommandFactory implements FailedJobCommandFactory{   public Command<Object> getCommand(String jobId, Throwable exc...

Re: Piano's pedal & Notation Software Usage.

I am new to using Activiti. After logging in with user-password "kermit", I chose the section Reports then any of the options given, let's say Process Instance Overview.I got a red box in which it is written:

zeeshan002 by Champ in-the-making
  • 203 Views
  • 1 replies
  • 0 kudos

Problem on conditional flow

I am new to activiti. I am trying to create a conditional sequence flow with a condition from a VO object. it throws an error on deployment.If i try as ${type.equals("DEBIE")} , it works.If i try as ${nameVO.type.equals("DEBIE")} , it does not work. ...

smurfs by Champ in-the-making
  • 404 Views
  • 3 replies
  • 0 kudos

Bug with activiti designer ?

Hi everybody, i don't know if it is a bug with activiti designer but when i check "Asynchronous" for a subprocess and i do a ctrl+alt S the subprocess is not save as "Asynchronous".I need to go in the xml and set the subprocess "Assynchonous". On thi...

pred05 by Champ in-the-making
  • 316 Views
  • 3 replies
  • 0 kudos

Error while building ibatis SqlSessionFactory: Error creating document instance. Cause: java.net.UnknownHostException:

Hello,I am currently facing issue with calling activiti from web application. I am getting below exception. I explored activiti forums for this issue. I could not find any concrete resolution. I am already connected to internet so network issue can n...