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

how to update property of user using -me- ?

@Override public void execute(WebScriptRequest req, WebScriptResponse res) throws IOException { logger.info("inside Execute method "); ServiceResponseDTO responseObject = new ServiceResponseDTO(); String message = req.getParameter(MESSAGE); logger.in...

dharmraj by Confirmed Champ
  • 6267 Views
  • 4 replies
  • 0 kudos

Review and Approval workflow process

Dear Team,I have written java script for Review and Approval workflow process (activiti$activitiReviewPooled),Now i need to move files from the current folder to an "approval" folder when the files are approved or to the "rejection" folder when the f...

aishu by Champ on-the-rise
  • 7136 Views
  • 4 replies
  • 0 kudos

Activiti Timer Task email Task Reminder Notifications

Hello,I need to send a task reminder email notification on each task in my workflow. Right now I am thinking to put Timer Task on each User Task and have a Service Task attached to it. My question is, how can I get the candidate group of the User Tas...

signjoy by Confirmed Champ
  • 6380 Views
  • 3 replies
  • 0 kudos

Resolved! Activiti Explorer 5.22.0 - Assign User to task

Hi, I am using Activiti Explorer 5.22.0. I am logged in as KERMIT and I am trying to assign a task to another user GONZO. But the list of other users in the system are not getting displayed. The "Select myself" button is working but I want to assign ...

rkaif by Champ on-the-rise
  • 9334 Views
  • 2 replies
  • 0 kudos

LibreOffice Online and nginx

Hi,I'm having trouble getting Libreoffice Online to work with Alfresco and nginx (Failed to read document from storage.) and (ERR WOPI::CheckFileInfo failed with 404 Not Found) errors. The /etc/nginx/conf.d/alfresco.domain.conf is: server { client_ma...

Create a custom admin role

Hi,I have been looking into users roles and permission documentation on Alfresco to wrap my head around a task that I have been assigned but I am not yet able to figure out how to do it.My task involves around a custom admin role that has all the wor...

Users can't create new topics on the Discussions page

I've programmatically created a site, but when logging in as a non-admin user, the discussion tab doesn't allow me to create a new topic, as shown in the attached snapshot, the button is disabled.I presume this is a permission/role problem. Site node...

afielden by Confirmed Champ
  • 3792 Views
  • 6 replies
  • 0 kudos

parallel getaway have problem to execute

Hi,parallel getaway have some random behavior. please find my workflow design below.In this scenario some times its work and some times it fails.i cant understand why its happen all node and database entry was also same.

jkanjariya by Champ in-the-making
  • 7319 Views
  • 1 replies
  • 0 kudos

How to change alfresco URL

Hi,I just got my Alfresco and I want to change url.Today, if I want to go on Share in Alfresco I need this address : localhost:8080/shareBut I want to use this : Alfresco/I think I don't just need to rename alfresco.warThk a lot

mdubois by Confirmed Champ
  • 5375 Views
  • 2 replies
  • 0 kudos

How to Run one BPM process multithreaded

Hello,I have a requirement where I have to run a BPM process in a multi-threaded fashion. I have tried different approaches namely setting async = true and exclusive = false.  What I am trying to achieve? 1. I have a leave application process with mu...

Resolved! Document node in ServiceTask - not found

Hello,Thanks to the awesome Jeff Potts's tutorials i managed to create a simple workflow which starts when content is added to Draft folder and moves added document to Approved or Rejected folders accordingly to user task output.Unfortunatelly, it th...

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

how to get node property base on node id ?

i am passing node from  UI to Back end to fetch node property based on node id and set property value .String nodeId = req.getParameter(ID); logger.info(nodeId); NodeRef node = serviceRegistry.getNodeService().getNodeRef(Long.valueOf(nodeId)); if(nod...

dharmraj by Confirmed Champ
  • 5238 Views
  • 1 replies
  • 0 kudos

Calling webscript in alfresco workflow

Hi,I want to call an webscript from alfresco workflow form to popualate the values which I am getting from an external system. My webscript contains the code hit the external system webservice and giving the response in json format.Can anyone please ...