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: Member Etiquette Guidelines - Hyland Connect - 482975How to Report Security Issues for AlfrescoAlfresco Community Edition 25.2 Release Notes - Hyland Connect - 491551 Useful resources: Alfresco Labs

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

ADF can we run in s3 hosting

Hello, I would like to know is it possible to run ADF angular from s3 hosting ..?If yes then how will redirect our requests  /alfresco login page ? This one i am able to get from nginx redirection ..I have tried to host the dist(build source) folder ...

Qcad integration with alfresco for windows

Dear Team,Recenlty as i mentioned i need to review .dwg file in alfresco,for this we install QCAD software but i dont know how to integrate alfresco with QCAD for windows OS,Please suggest how to integrate QCAD with Alfresco for windows.

aishu by Champ on-the-rise
  • 3369 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
  • 5977 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
  • 6717 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
  • 6062 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
  • 9074 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
  • 3415 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
  • 7133 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
  • 5142 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
  • 5442 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
  • 5022 Views
  • 1 replies
  • 0 kudos