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

Forum Posts

Mule Integration with Activiti

Hi Team,   I am new to Activiti BPM. I am trying to figure out a way to integrate mule on activiti. I had gone through net and I am not able to figure out how to do that. Can you hel me in this issue.

Get all user tasks' names in one long process

Hi, I'm a beginner using Activiti. In my BPMN project, I have a really long line like this:start -> usertask1 ->usertask3 ->usertask4->usertask5 -> … ->usertask 15 ->end     (task1 and task2 are paralleled)        -> usertask2 ->I want to get all the...

lingnan by Champ in-the-making
  • 412 Views
  • 3 replies
  • 0 kudos

Error in JUNIT RUN (missing semicolon, I can not recognize where)

WARNING: Exception while executing scripttask1 : problem evaluating script: sun.org.mozilla.javascript.internal.EvaluatorException: missing ; before statement (<Unknown source>#1) in <Unknown source> at line number 1Jun 24, 2015 5:34:24 PM org.activi...

pradhn by Champ in-the-making
  • 413 Views
  • 1 replies
  • 0 kudos

Expression to custom form field

HiI have been wrestling with this problem for a while and I really hope someone could assist me with this. I am fairly new to Activiti so I will try to describe as detailed as possible what I am looking for and what I have tried.I have created my fir...

jwistrom by Champ in-the-making
  • 990 Views
  • 3 replies
  • 0 kudos

Aactiviti-rest.war failed in weblogic env

HiI deployed activiti-REST.war in weblogic 12c environment. I got following error while service call.Any suggestions??–PrasantaError 500–Internal Server Error java.lang.IllegalArgumentException: ServletContext must not be null   at org.springframewor...

pksahoo by Champ in-the-making
  • 288 Views
  • 1 replies
  • 0 kudos

auto updating a timer label in Vaadin

Combination of Activiti & Vaadin doesn't let to use Javascript timers in client-side; if we want to have a count up timer that works in server-side, the related label won't be refreshed by itself automatically. Is there any solution to update a label...

somy by Champ in-the-making
  • 711 Views
  • 1 replies
  • 0 kudos

ENUM VALUES CONFIGURED FOR FORM PROPERTIES FOR USER TASK NOT REFLECTING IN BPMN XML WHEN EXPORT FROM ACTIVITI EXPLORER (5.17.0)

Hi,When i export the bpmn xml from activiti-explorer(5.17.0) which is designed using activiti-Modeller(5.17.0) , i found enum values for form properties of user tasks not reflecting in bpmn xml. Expected :<activiti:formProperty id="action" name="Acti...

JavaScript client-side Activiti Explorer

Hi,Are there plans for an Activiti Explorer with pure client-side JavaScript (or with frameworks such as jQuery?)Is it possible to build one using the REST API? As an alternative to coding custom features in Java+Vaadin.Thanks!Miguel

mparaz by Champ in-the-making
  • 812 Views
  • 5 replies
  • 0 kudos

Pass list into a form property

HiI am rather new to Activiti but I have some knowledge. I am using Vaadin to render the forms. I have created my own fields for rendering. Now I want to create a form property (or something) so I can render a component with two tables (available val...

jwistrom by Champ in-the-making
  • 1008 Views
  • 9 replies
  • 0 kudos

How to fix resourcedata Content-Type?

Hi, I got a resource:{"id"=>"vacation1.yml", "url"=>"http://our.stage.server/activiti-rest/service/repository/deployments/98370/resources/vacation1.yml", "contentUrl"=>"http://our.stage.server/activiti-rest/service/repository/deployments/98370/resour...

zloy by Champ in-the-making
  • 265 Views
  • 1 replies
  • 0 kudos

Activiti for simple validation rules

  Iam a newbie to Acitiviti ..Iam planning to use activiti for simple validation rules to validate input from a file. Ex : then file will have list of account number  start date end date . The validation rules will be defined for each of these fields...

ra_rly by Champ in-the-making
  • 257 Views
  • 1 replies
  • 0 kudos

Fetch and update from database in activiti Explorer

As per my application I have changed the database to Oracle,so i am not able to fetch any value from my table(i Have two table one is user master and second one is updatw usermaster).Kindly Suggest me a way to fetch the record from the database and u...

vaib by Champ in-the-making
  • 987 Views
  • 6 replies
  • 0 kudos

maven dependency error

hello,everybody  when database configuration with oracle,something wrong happened: Failed to execute goal on project bpms: Could not resolve dependencies for project gzuni:bpms:jar:5.17.0: Failure tofind com.oraclejdbc6:jar:12.1.0.1 in http://repo.sp...

mrlure by Champ in-the-making
  • 439 Views
  • 2 replies
  • 0 kudos

Simply timer

Hello!I have a some problem with timer. I want to add timer after startEvent and get task after delay (1 minute).My problem is that I don't get the task after delay, but I see it into View Process Diagram.What do I do wrong?  <process id="myProcess" ...

gslamy by Champ in-the-making
  • 488 Views
  • 3 replies
  • 0 kudos

metadata 'cm:modified' changes values

Hello,I have noticed that the metadata "cm:modified" can change its value even if we didn't change the docuement . For example, while displaying the document details without updating any property or changing anything  . Is there a way to stop this me...

sofia by Champ in-the-making
  • 514 Views
  • 1 replies
  • 0 kudos

Alfresco 5 Cifs

Hello,I the company that I worked for before had a Alfresco server running 4.0.d. It was an enterprise version and had CIFS set up correctly. I am a programmer and not a network person.The configuration they had before was as follows in Alferso-globa...

jakepens71 by Champ in-the-making
  • 683 Views
  • 2 replies
  • 0 kudos

taskService.createTaskQuery().or()

Can you show the usage of or()‍ with an example since the javadoc seems to confuse me a bit.The javadoc for or() ‍method states the below:All query clauses called will be added to a single or-statement. This or-statement will be included with the oth...