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

Forum Posts

intermediate catch event timers

In this scenario, there are 2 intermediate catch event timers in sequence, in which the first timer has timerEventDefinition with timeDate value calculated in a java method (java.time.LocalDate.now() + 3 days), and the second timer is calculated with...

pmarques by Champ in-the-making
  • 2600 Views
  • 0 replies
  • 0 kudos

Alfresco Community v 5.1.5??

Hi,We are currently upgrading our Alfresco Enterprise version from version 5.1.1 to 5.1.5 and I'm currently looking to determine if there is an equivalent 5.1.5 Community version of Alfresco? Any help would be greatly appreciated..Regards,Paddy

paddyq by Champ in-the-making
  • 3465 Views
  • 1 replies
  • 1 kudos

how to access all child of node if user not a permission ?

There is any way to set admin user from java and through this i can access  node and all child node .in my case if  i have login with any user and  i pass nodeId to fetch all child node of node. so i am thinking i will set admin user in java code and...

dharmraj by Confirmed Champ
  • 4217 Views
  • 2 replies
  • 0 kudos

Not able to load data after upgrade to 5.22 (from 5.16.3)

Hi,We just upgraded the activiti dependencies from V 5.16.3 to V 5.22 in our application.We are using a spring base configuration;.....<bean id="workflowProcessEngineConfiguration" class="org.activiti.spring.SpringProcessEngineConfiguration"><propert...

aymenbe by Champ in-the-making
  • 2203 Views
  • 0 replies
  • 0 kudos

Alfresco database migration

Hi All,I am migrating the Alfresco 4.1.x from one server to another server on Windows. I have copied all content stores from source server to destination server.I getting the issue while initializing the database. I installed Alfresco version 4.1.x v...

Resolved! How to get bpm_assignee username?

The user is choosing bpm_assignee in the UserTask. Now how can I get the username of this bpm_assignee in Java/Javascript?I know i can use ${bpm_assignee.properties.userName} in the process definition. But I have to get the username in the taskListen...

upforsin by Star Collaborator
  • 7064 Views
  • 2 replies
  • 1 kudos

Inherited rules not being applied to all sub-folders

Hi All.I have a very strange issue with inherited rule sets on Alfresco Community 6.0.1Some new folders are not displaying the "rules" icon when created, even though the folder states it "This folder inherits rules from it's parent" when selecting ma...

stevem by Champ in-the-making
  • 8192 Views
  • 2 replies
  • 0 kudos

Resolved! Create a document tree

I just started with Alfresco. Got the community V6.1.2 installed and running (with hiccups).Can I create a document tree? The idea is that we have a lot of client correspondence (yes, on paper) that we need to track. So for each issue / activity / to...

hussain by Champ on-the-rise
  • 6475 Views
  • 1 replies
  • 0 kudos

How to make variables persistent?

Hello,I have defined an Activiti process and I can not force variables to be persistent across whole process (they just "evaporate")!Let's say I have "san:value" property defined in mainUserTask type in workflowModel.xml.Every other task is a child o...

upforsin by Star Collaborator
  • 3613 Views
  • 1 replies
  • 0 kudos

[SOLVED]Daily job NOT sending email

Hi Guys,I'm working with Alfresco 5.2 on a AWS Linux environment and I have set a job to run daily at 1am. The job it self is running perfectly but an email that should be sent to the user is not being sent.Everything seem working fine and when I cal...

integrate existing app with alfresco ADF

Hi,I have an existing application (angular 7 apps) which has few pages,  now I want to integrate alfresco ADF component into that angular existing code. I am planning to try the below way. Please correct if I am doing wrong as I am a newbie to ADF.1....