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

Forum Posts

Important topics

We now have a float feature on the forums, that I will be testing in the coming days/weeks on Connect to see the behaviour on Categories and Forum boards. The target is obviously to be able to pin a couple of important contents at the top. Unfortunat...

ttoine by Community Manager
  • 463 Views
  • 0 replies
  • 0 kudos

Querying ProcessInstance on PROCESS_COMPLETED events

I'm trying to handle a PROCESS_COMPLETED event by creating an ActivityEventListener bean:   @Override    public void onEvent(ActivitiEvent event) {         final ProcessInstance processInstance = event.getEngineServices().getRuntimeService()         ...

Query regarding statuses [Process,Task,Custom]

Hi Team,I have few queries regarding process statues, task statues, custom statues...I have listed down the requirement,1. fetch all processes as well as tasks whose status="In Progress"2. Ability to add custom statuses. For example status workflow f...

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

Process Definition and Access Control

Hi Team,I have a query regarding process definition and access control.Consider a scenario: I have created a user="admin" and role="admin_custom". Using this admin user i have created a new process definition and deployed the same. By default this pr...

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

Dynamic generation of process name

Hi Team,I have created a process definition say name "myProcess" and deployed the same. Now for every process-instance i start i want to assign a dynamically created process name so that it can be uniquely identified across all users.After going to e...

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

Fetch all pending Approvals or hierarchy of Approvals

Hi Team,We are looking for a functionality where we can fetch all pending approvals required by a user and display to user that these all approvals are pending from your end. Also we want to show the hierarchy of Approvals required in order to comple...

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

Ability to create Group Hierarchy

Hi Team,Can you please suggest how to create Group hierarchy and assign it to a specific task? Looking forward for your support. Thanks in advance.--Sonali

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

Integrate LDAP with Activiti Explorer

I want to configure my LDAP with activiti explorer so I have followed the instructions from the user guide and i created activiti-custom-context.xml file and I did what he said but it didn't work for me and give me this error03:33:38,967 [localhost-s...

wassim404 by Champ in-the-making
  • 9353 Views
  • 7 replies
  • 1 kudos

Mail Task in Activiti-Rest application

Hi Team,I have a query regarding Mail Task in Activiti-Rest application. I am using activiti-5.22.0 version.For Mail configuration i have modified below files in Tomcat 8.0\webapps\activiti-rest\WEB-INF\classes:-1) activiti-custom-context.xml :-<!-- ...

sonalik by Champ in-the-making
  • 5693 Views
  • 3 replies
  • 1 kudos

Deploying Jars build by SDK 3.0.0

I've created a new project based on Alfresco SDK 3.0.0. There are 2 jars: 1) repo, and 2) shar. How can I deploy these into my current Alfresco Community 2017020?

naderm by Champ on-the-rise
  • 4466 Views
  • 2 replies
  • 1 kudos

Resolved! ScriptNode actions: before or after file created/deleted

Hi,I developed a script which triggered when items created or deleted. Its function is only to check whether a folder (container) is having a document (isDocument) or not. I use the traverse/recursive method to check.After do some iterate checks and ...

billydekid by Star Contributor
  • 4830 Views
  • 2 replies
  • 2 kudos

What ECM blogs do you read?

Our Alfresco ECM blog  list is a bit outdated. I thought it might be nice to update the site - or just move that list to this community. That being the case, which blogs should we include? I'm looking for blogs that you read that are about content ma...

kgastaldo by Star Collaborator
  • 3899 Views
  • 1 replies
  • 7 kudos

Set Cache-Control Header for Alfresco Content

I'm using Alfresco to store PDFs for my web application. However, when requesting these files directly, e.g. via https://example.com/alfresco//download/attach/workspace/SpacesStore//b1b6f82c-e09a-4f99-b9be-01aed2f53882/demo.pdf?ticket=TICKET_26e8e8d1...

enigma969 by Champ on-the-rise
  • 8980 Views
  • 7 replies
  • 1 kudos

Alfresco Community and LDAP integrated auth headache

Dear all, I am at my wits end with trying to get AD users to authenticate to Alfresco (latest community version). I am seeing no errors in any of the logs (attached) and the sync of users from AD into Alfresco works so therefore the connection (via a...

9thinsight by Champ in-the-making
  • 3467 Views
  • 1 replies
  • 0 kudos

Integrate LDAP with Activiti Explorer

I want to configure my LDAP with activiti explorer so I have followed the instructions from the user guide and i created activiti-custom-context.xml file and I did what he said but it didn't work for me and give me this error03:33:38,967 [localhost-s...

fatma19 by Confirmed Champ
  • 3445 Views
  • 1 replies
  • 0 kudos

Lucene query with property value

I need to query lucene with this: @ph\:siren:"666999666" AND @ph\:cinematique:"pdf-v"When I do this in the node browser I obtain uncorresponding results. No problem with the siren property but it seems like the query match everything containing pdf (...