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: Alfresco Community Edition 25.3 Release Notes - Hyland ConnectHow to Report Security Issues for Alfresco Resources: Alfresco Developer ResourcesAlfresco Community Edition source codeAlfresco Labs, unoffici...

ttoine by Community Manager
  • 1031 Views
  • 1 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
  • 18032 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
  • 2279 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
  • 4281 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
  • 3362 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
  • 5827 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
  • 7828 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
  • 5037 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
  • 4509 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....

Resolved! setting datetime aspect properties in rule action

Are aspect datetime custom properties supported for the 'set property' rule action?We created an aspect with different properties and all show up when creating 'set property' rule actions except the d:datetime properties.We are using Alfresco communi...

How to add a Inherited group

Does anyone know where to add the Editor group with Editor Role as Inherited Permissions? I would like to have the Editor Group with Editor Role assigned whenever a document is uploaded to the system. I see that the Everyone group is in the Inherited...

it_dept by Champ in-the-making
  • 3660 Views
  • 2 replies
  • 0 kudos

How to Access alfresco custom action in python

Hi, I have create one custom action in alfresco using Java Code for merging multiple images into one pdf. I want to access this custom action in Python application and I am using cmis browser binding for establish connection with alfresco.Please give...