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

Forum Posts

Unknown property used in expression

UseCase1: ServiceTask1,ServiceTask2,ServiceTask3,ServiceTask4UseCase2: ServiceTask1,ServiceTask2,UserTask1,ServiceTask3,ServiceTask4All the ServiceTask configuration as follows,Main Config->  "#{myBean.exeucte(input)}"Note input is the dto which i ca...

demouser by Champ in-the-making
  • 385 Views
  • 1 replies
  • 0 kudos

Alfresco getting shutdown frequently

Hi;We are having 2 Alfresco servers which are running in cluster. One of the Alfresco server is getting shutdown frequently. Sometimes there is some log while getting shutdown but most of the times there is no log trace.The last log message which was...

anndrewtr by Champ in-the-making
  • 871 Views
  • 4 replies
  • 0 kudos

How to achieve flexible workflow

hi,    I'm trying to implement flexible process which users can determine the next task dynamically. I have used the ActivityImpl#getOutgoingTransitions(), createOutgoingTransition(), etc. in our method. This method need to change and restore the the...

tll by Champ in-the-making
  • 212 Views
  • 1 replies
  • 0 kudos

Parallel Gateway - set priority to execution path

Hi,I have parallel gateway with two sequences , one has listener and another one has Message catch event. The listener executes first and throws an message to another process instance and again its throwing message back to another sequence of paralle...

raghuraman by Champ in-the-making
  • 386 Views
  • 1 replies
  • 0 kudos

Activity in WAS (Websphere Application Server)

Hi all, I wanted to know if anyone has successfully implemented Activity in Websphere Application Server (WAS)Furthermore it would be interesting to have a small blank project to start using the program in a web environment. As there are not many exa...

dimco by Champ in-the-making
  • 600 Views
  • 3 replies
  • 0 kudos

Manager of user

Hi,does IdentityService hava a method for getting the manager of a user? or should we develop a bean which uses ldap api and connects the ldap independently to get the manager?I could get the users email as:  public String getMailForUser(String userI...

ismail1 by Champ in-the-making
  • 423 Views
  • 2 replies
  • 0 kudos

Retriving bpmnfile data from Activiti Java API

Hi,we are going to develop generic business process system and we need API for what parameters needs to passed while starting busniess process. My idea is retrieveing bpmn file from Activiti API and retrieving start parameters from that file through ...

installer Eclipse - alfresco

bonjour à tous J'ai trouvé deux publication qui concerne l'installation d'eclipse pour un futur développement sous alfresco1. http://wiki.alfresco.com/wiki/Alfresco_on_Eclipse2. http://blog.developpez.com/glong/p9228/alfresco/tutoriel/installer-alfre...

vaquero by Champ in-the-making
  • 1849 Views
  • 3 replies
  • 0 kudos

Cannot use Activiti-CDI in an EAR

I had a WAR application with activiti-cdi working perfectly. Then I've changed the deployment artifact to an EAR containing the exact same WAR and I get an error on startup:"Could not find an implementation of the org.activiti.cdi.spi.ProcessEngineLo...

felipe1 by Champ in-the-making
  • 803 Views
  • 4 replies
  • 0 kudos

Start and access new process instance from running process

After upgrading from Activiti 5.10 to 5.14 we're facing a problem with a ScriptTask of a running process that needs to start another ProcessInstance.As you can see in the code below, we want to start a new ProcessInstance and afterwards access its fi...

flurina by Champ in-the-making
  • 625 Views
  • 4 replies
  • 0 kudos

Problem about installing AAAR

Hi,I am trying to install AAAR.I follow the step in following url.http://fcorti.com/alfresco-audit-analysis-reporting/aaar-how-to-install/However I can't find anything in "Repository" or anywhere.I got an warning when installing.[IMG]http://i43.tinyp...

steve_cx by Champ in-the-making
  • 361 Views
  • 2 replies
  • 0 kudos

Form Properties - Adding Custom Type In Activiti Modeler

In Activiti Modeler, I have added new type attachment in Form Properties Type Column by changing stencilset.json but when i am deploying the application using Activiti Explorer, I am getting error that "Unknown Type attachment" and deployment failed....

mapped driver

A quick question: "View item details from a mapped drive" thru CIMS is only available in a LAN (local area network)?Thanks!

andy2_0 by Champ in-the-making
  • 555 Views
  • 3 replies
  • 0 kudos

Common error - com.vaadin.event.ListenerMethod - why?

I am unable to attach my XML file(or any file for that matter to this post)  that i am trying to deploy.  But, the below error is very common i encountered many times.  It does not tell you what the problem is.  No clue whatsoever.  So, hopefully Act...

kethur by Champ in-the-making
  • 1462 Views
  • 10 replies
  • 0 kudos

IntermediateCatchEvent locked

Hi,I'm using Activiti Engine on Alfresco  4.2.e.i'm using workflow without any problem since yesterday when i found a "locked" timer.the timer in the table "act_ru_job" di postgres is the only row which has "lock_exp_time_" and "lock_owner_" populate...

7joeblack8 by Champ in-the-making
  • 764 Views
  • 6 replies
  • 0 kudos

How to extend ServiceTask properly?

Hi,I started to create processes programatically inspired by this forum post: http://stacktrace.be/blog/2013/03/dynamic-process-creation-and-deployment-in-100-lines/I see that I probably need various service tasks in Java where I need to set some com...