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

Getting No TransformationService found error

Hi,I am using a simple workflow  which is having a usertask and parallel gateway and the two generate document task.the usertask is having the form which is having checkboxes A & B.whenever i select the checkboex A &B  from usertask the  control goes...

Arun_nmc by Champ on-the-rise
  • 2740 Views
  • 0 replies
  • 1 kudos

How to add a node to all sites?

Hi fellow devs,What is the easiest way to create a node in all sites?I'm aware of how to create nodes:https://api-explorer.alfresco.com/api-explorer/#!/nodes/createNodeAnd how to get all sites:https://api-explorer.alfresco.com/api-explorer/#!/sites/l...

ARamos by Champ in-the-making
  • 4960 Views
  • 2 replies
  • 2 kudos

Resolved! Disabling some header options for user

hello,I want to disable some header options for the user not for the admin. I have tried by making changes in share-header.get.properties, but it applies only for admin.I want to apply these changes for the user instead of admin.I have used this code...

amar7295 by Champ on-the-rise
  • 6982 Views
  • 3 replies
  • 2 kudos

How to access process Instance start time in a script task?

Hi, I'm trying to access a process instance start time within a script task. Written in Javascript, I currently havetry{ //Get Process ID procID = execution.getProcessInstanceId(); execution.setVariable("processId", procID); //Get Process Def...

cchung by Champ in-the-making
  • 4011 Views
  • 1 replies
  • 0 kudos

How to display current date in the form?

I want to display the current date in the form. So whenever you create new process instance, it should fetch the current date and display in the form. Issue: I am able to get and display current date but that code is running everytime I open the form...

WorkflowService broken

Hi,After a not identified operation, I can't call any workflowService method that query workflow instances, I get the following exception:Any idea where to search ? (activiti table have been cleaned up alr 2020-05-18 16:25:11,742  ERROR [extensions.w...

Internal error. Failed to copy content to string

Hello,After restarting my Alfresco Server I can do login and see my control panel perfectly. However, when I acces to a site appears this error message:01140129 org.alfresco.service.cmr.repository.ContentIOException: 01140471 Failed to copy content t...

APS DB Tuning

Hi all,Is anyone able to point me towards any APS specific DB tuning tips, please? It's a high-throughput system with some complicated processes, running APS 1.9 against Postgres in RDS.We've got an active support case reviewing Java OOM exceptions w...

Override aos webdav servlet

Hello.I want to override the AOS webdav servlet in web.xml I can override the 'alfresco/webdav' service, because it is mentioned in web.xml, but the AOS webdav servlet is not mentioned in web.xmlI think the web.xml is extended by enterprise installat...

wybrand by Champ in-the-making
  • 2720 Views
  • 0 replies
  • 0 kudos

start-cloud-process component and forms

Hi,sorry for the long post (and my english is bad and i hope you can understand something) buti am evaluating cloud activiti (with adf component) and i have some questions1) I would need connector for alfresco community (I have to publish documents)....

glarentis by Champ in-the-making
  • 2952 Views
  • 0 replies
  • 0 kudos

Generation of multiple Documents at a time

Hi,I am using checkboxes in form for document generation, after the user task i have given a condition and i am using Gateways for multiple generation of documents, when i select 'n' number of documents it was generating 'n-1' documents.example :  if...