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

Export documents with their shared link

Hello,We need to shutdown a server and move the documents of the customers to a new Alfresco 6.0 server.We don't want to export any other data like users and their aspects or rules or sites etc...Our customers used their document Alfresco share links...

jamilnour by Star Contributor
  • 3557 Views
  • 1 replies
  • 0 kudos

Old flow and New Flow

I am using activiti work flow.  i have done some flow and deployed. later i have change the flow and deployed againnow the old application getting issues after deploying new flow can u pleas help me 

vijayaraju by Champ in-the-making
  • 4147 Views
  • 2 replies
  • 0 kudos

Changes in workflow files are not getting reflected

Hi everyone,I am working on workflows with SDK 3.0.1. When I try to make changes (e.g. adding simple log in task listener, etc) in workflow bpmn file and restart the server it is not getting reflected. But when I change the workflow process id and th...

POST Webscript

I wrote  a post webscript :JAVA Controller rotected Map<String, Object> executeImpl(WebScriptRequest req, Status status) { String id = (String) req.getParameter("id"); String username = (String) req.getParameter("username"); System.out.println(usern...

move automatically documents

hi every one,I'd like to know if there's a way to automatically move documents to an other folder at the end of a weekI can see that rules are applied when the folder is updated, when documents are uploaded or deleted.But can I schedule a script on a...

livier by Confirmed Champ
  • 6047 Views
  • 3 replies
  • 0 kudos

About SmartFolders Templates Syntax Query:Path

Hello, I'm looking for a query code syntax that will look for a specific folder name (Example: TESTFOLDER) and bring together all the documentation from that folder. Also if possible to standardize a dynamic code that could detect path based on where...

rodrigobm by Champ on-the-rise
  • 5204 Views
  • 2 replies
  • 0 kudos

App Permission with ADF

Hello All,Can we add or implements the permissions for Applications with ADF and if so? does anybody have a tutorial or an explanation on how to do this?Regards.Marwen

marwen by Champ in-the-making
  • 2667 Views
  • 0 replies
  • 0 kudos

How to set a default task type

Hello all,So, I have a workflow that requires all tasks to have additional information, which does not fit in the standard "bpm_workflowTask" that gets created by default by Alfresco. I defined a different base task type, "my:baseTask", and added the...

How to get Audit log based on custom content type

Hello everyone,Is there any possibility to get audit logs based on custom content type only? Suppose I have one custom content type scwf:demoType then I need audit logs of that type only. How can I do this?Thanks

sanjaydp by Champ in-the-making
  • 3332 Views
  • 1 replies
  • 0 kudos

WebDAV: Who have locked the document

Is there possibilty to show user in MS Office application, who have locked the Office document, when opening it via WebDAV ? I'm using  Alfresco Community Edition 201901 GA, AOS 1.2.2, MS Office 2016. When one user open document for editing, then whe...

karlos78 by Champ in-the-making
  • 2521 Views
  • 0 replies
  • 0 kudos

how to login activiti-app in spring

hello ,I integrate activiti with spring ,how can i login activiti-app in spring like activiti-app.war do?Is there any interface?I want to login and find my history taskthank you

fuduhui by Champ in-the-making
  • 2631 Views
  • 0 replies
  • 0 kudos

Custom type and its properties in workflow

Hi everyone,I have one model having number of properties. I want to use these properties in workflow tasks and its forms. I know it can be done by defining aspect and its properties and assigning values of custom properties to those wf model properti...