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

Forum Posts

Important topics and useful resources

Important topics for the Alfresco community: History of Alfresco VersionsHow to Report Security Issues for Alfresco Resources: Alfresco Developer ResourcesAlfresco Community Edition source codeAlfresco Labs, unofficial experiments by Alfresco develop...

ttoine by Community Manager
  • 1915 Views
  • 1 replies
  • 0 kudos

Resolved! simple drools rule with input of process variables

I would like  to implement a simple business rule task:<businessRuleTask id="businessruletask1" name="Business rule task" activiti:ruleVariablesInput="${input1}, ${input2}" activiti:rules="DecideWS" activiti:resultVariable="choice"></businessRuleTask...

ajeje93 by Confirmed Champ
  • 7544 Views
  • 1 replies
  • 0 kudos

Resolved! Changing control flow during execution

I would like to know if it is possible to change the control flow of a process during execution.For example in the following process:It is possible to jump form "Service Task 2" directly to "User Task 4" or maybe going back to "User Task 1"?I read in...

ajeje93 by Confirmed Champ
  • 8373 Views
  • 4 replies
  • 0 kudos

How do I get a list of all the form fields a userTask is requesting? I'd like to wire the form up to a non-traditional interface...

I'm interested in wiring workflows up to non-traditional interfaces like SMS, phone, or chat. This requires me to get into some of the nitty-gritty details of the structure of tasks and so on. Any tips?The first bit of detail I'm poking around in is ...

firepoet78 by Champ in-the-making
  • 3373 Views
  • 1 replies
  • 0 kudos

Resolved! Alfresco source code building

Hi,I have successfully buit source codes of community-edition-master and alfresco 5.0.a. I have got two war files: alfresco-5.0.a.war and share-5.0.a.war. I have deployedboth files in tomcat. The link: http://localhost:8080/share-5.0.a/page/  display...

gaurav0918 by Champ on-the-rise
  • 8507 Views
  • 2 replies
  • 0 kudos

Resolved! Is it possible to "embed" the new V6 UI?

Hi,  We're long time users of Activiti and have built a substantial app around an embedded use of the Activiti engine.  Users build workflows using the Eclipse Designer extended by our custom tasks (really just helpers for the JavaDelegates).Question...

blezek by Champ on-the-rise
  • 5685 Views
  • 2 replies
  • 0 kudos

Problem with field injection with Spring proxy

Hi, I am trying to use field injection on a JavaDelegate service and am having an issue with Spring where activiti is trying to get/set the field on the service object but Spring is proxying that object (via JdkDynamicAopProxy) and activiti can't fin...

brendenr by Champ on-the-rise
  • 7686 Views
  • 3 replies
  • 0 kudos

Resolved! javax.net.ssl.SSLHandshakeException  Alfresco community 5.1

I just installed alfresco community 5.1 , I tried to configure outbound emails , i added all the configurations in alfresco-global.properties : # Sample #Gmail settingsmail.host=smtp.gmail.commail.port=465mail.username=----------@gmail.commail.passwo...

rami1920 by Champ in-the-making
  • 8094 Views
  • 1 replies
  • 0 kudos

Resolved! Webdav doesn't lock the file during editing. what is the solution?

Hi every one,I’m working in Alfresco Community 201612, 2017 and 4.2f and also Alfresco One. I’m testing webdav protocol in these versions in Linux and Windows 7.Our tests verify that Webdav doesn’t lock the documents when a user is working on it, so ...

parisa by Champ on-the-rise
  • 10642 Views
  • 6 replies
  • 3 kudos

Resolved! error calling a web service with multiple input data

I am using the Web Service from the book Activiti in Action (book-sales-app), modified a little bit adding two parameters more in input, and it is correctly running on address http://localhost:8080/book-sales-app/services/address?wsdl.The WSDL is the...

ajeje93 by Confirmed Champ
  • 5416 Views
  • 1 replies
  • 0 kudos

Sending inbound email from Gmail fails

Hi I am trying to send inbound emails, but it fails when sending from Gmail. When I send over telnet, it works.Error I am getting is : TLS Negotiation failed: generic::failed_precondition: starttls error (0): protocol errorI have my Alfresco 4.2.f ru...

charmees by Champ in-the-making
  • 10311 Views
  • 5 replies
  • 1 kudos

Resolved! How to handle a race condition signaling an Execution

Hi,  We start long-running workflows that wait for a signal.  When certain events happen, we signal the workflow by searching for the list of Executions waiting on the signal (and some other criteria).  This can lead to race conditions because the in...

blezek by Champ on-the-rise
  • 6755 Views
  • 2 replies
  • 1 kudos

Resolved! Hitting CSRF when trying to use the workflow admin console

Hi all,I setup up Alfresco Community edition build 201701 (Platform 5.2.e, Share 5.2.d) on a Ubuntu 16.04 VM. I also have an Apache (2.4) proxy with the SSL and JK modules, configured according to the guide.I can access the Workflow admin console (ht...

Resolved! setAuthenticatedUserId

Hi,i have a question regarding the IdentityService.setAuthenticatedUserId. When is this value used? Just for process starting and querying? Or is it used by another service except the activiti-app?Thanks,Niklas

nikmenke by Confirmed Champ
  • 4722 Views
  • 1 replies
  • 0 kudos