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
  • 1153 Views
  • 1 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
  • 3724 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
  • 7279 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
  • 5326 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
  • 5585 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
  • 5190 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 ...

auto cad integration

Dear Team,We have Alfresco Community Edition 3.0, We need to upload and view .dwg auto cad document in alfresco.How should we do this integration?Is Alfresco Community Edition 3.0 supports for an auto cad integration?Please Suggest!

aishu by Champ on-the-rise
  • 5907 Views
  • 3 replies
  • 3 kudos

Autowire TaskService into component used in spring web flow

I need to autowire TaskService into component that I use in spring web flow, in that component every field need to implement Serializable (Spring Web Flow requirement), i got these exceptionrg.springframework.webflow.execution.repository.snapshot.Sna...

czz27 by Champ in-the-making
  • 3021 Views
  • 0 replies
  • 0 kudos

Java web script searching workflows

I am looking to implement a web script using java, and I want it to, using the java api, conduct a search among all the workflows in order to present later. I've gotten the web script itself to work, but I don't know how I am supposed to instantiate ...

henrikr by Confirmed Champ
  • 2428 Views
  • 0 replies
  • 0 kudos

Rule for Excute Script option

Dear Team,I have to set automatic workflow,if any file uploaded to respective folder my workflow should start and send mail to appropriate person for approval. i m trying to set Rule with Perform action->Execute script-> but when i create script then...

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

Datalist to create content less information using CMIS

Hi,I want to store the employee information content less object format. So I have created a sub type of dl:dataListType instead of cm:content and then I am storing the employee metadata in that datalist.Also using CMIS code to populate this employee ...