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
  • 2027 Views
  • 1 replies
  • 1 kudos

Resolved! Missing images after conversion Html to Pdf

Hi all,I have defined rule, which automatically convert html files to pdf.In converted PDFs there are just blank rectangles instead of images.Is this known issue or what is missing on our side ?Thanks

zxdev777 by Confirmed Champ
  • 29637 Views
  • 9 replies
  • 2 kudos

Resolved! Activiti and Apache Struts

Hi all,Does Activiti explorer/ Alfresco Activiti use Apache struts framework in its default installation? Regards and thanks,Jeenu

jeenut by Champ on-the-rise
  • 5962 Views
  • 2 replies
  • 0 kudos

Resolved! Alfresco 5.1 solr4 Tracking failed

Hi,I configured alfresco, share and solr4 wars on tomcat and am able to run share without issues. However I see below solr4 exception. I am able to search existing documents from the search, however, new imported docs are not being picked up. If I de...

janardhanc by Champ on-the-rise
  • 18894 Views
  • 4 replies
  • 1 kudos

User Task Assignee in Alfresco Activiti

Hello all,Does activiti:assignee="${makerid}" not work in Alfresco activiti verison? There is a service task which does: execution.setVariable("makerid", "Jeenu Thomas") ;Following this is a User task where I set the Assignee to ${makerid}. But the u...

jeenut by Champ on-the-rise
  • 2783 Views
  • 2 replies
  • 0 kudos

Log file in Alfresco Activiti

Hi all,Can someone explain how and where can I get to see the output for a 'Console.log(".....")' statement written in a script task in Activiti workflow?  Regards and thanks in advance.

jeenut by Champ on-the-rise
  • 4567 Views
  • 1 replies
  • 0 kudos

REST API ACTIVITI Users mapping

How to ensure single authentication between Activiti and my application.I explain, I want Activiti to recognize my users when I make REST calls on Activiti. I have no idea. Please i need your help.

REST API to fetch all tasks defined in a process

Hi,Can you please help me with the REST API to fetch all tasks defined in a process?I tried to get the list of tasks using below api's but both returned the tasks which are active, whereas i need list of all tasks.http://localhost:8080/activiti-rest/...

sonalik by Champ in-the-making
  • 3661 Views
  • 1 replies
  • 0 kudos

How to get share form value from different fields?

Hello, In my share config custom form, I have defined a validation handler on the field by the javascript file custom-form-handler.js<config>    <forms>        <dependencies>            <js src="/js/custom-form-handler.js"/>        </dependencies>   ...

sprincess by Champ in-the-making
  • 6418 Views
  • 3 replies
  • 0 kudos

disable action in Document Library in Share (amp)

Hi,i want to disable a standard action in the document library.I've got a custom-doclib-extension File in my amp, where i want to hide the standard action with the id "document-edit-offline". I added the disableAction-Evaluator to the action, but not...

sa_ah by Champ in-the-making
  • 8656 Views
  • 5 replies
  • 2 kudos

Disable Rename option in Share

Hi Guys,How can we disable Rename option which appears on hovering on a file or folder name from Share document library in Alfresco 5.1.x?Regards,Kavi

kavilash23 by Champ on-the-rise
  • 5429 Views
  • 3 replies
  • 0 kudos

Resolved! How to hide an action present in another addon

Hi,I have a requirement where I have to hide a custom action specified in an addon that I am using in my code. The action is required for a rule but I want to hide the action from users in document library and document preview page. I have tried the ...

How to write if condition in expression?

Hi Everyone,How can i write an if condition using expressions? I actually want to show some variable values in the documentation of the user task if a boolean is true.Please advice.Thank you

JobExecutor and AcquireJobs Thread Competing

Hello,I have been working with 5.18 and found issues when Activiti is under heavy load. I have a timer that may be triggered immediately (i.e. duration = PT0S). Apologies, I cannot provide the BPMN, but from the logs I have been able to observe the f...

rallenz by Champ in-the-making
  • 4940 Views
  • 1 replies
  • 1 kudos

Projet Source NetBeans Java (LDAP)

I have a problem with an open java project (Activiti - BPM [LDAP project]). To develop this project, I use NetBeans 8.2.When I apply a change (dependent on the main project) and debug, all my breakpoints are successful but the change is not executed....