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

Resolved! rest task-forms save-form dropdown

I am new to this forms, playing around.My task form has drop down control (form control snippet) { "fieldType": "RestFieldRepresentation", "id": "dropOffLocation", "name": "", ...

kdevineni1 by Champ on-the-rise
  • 7520 Views
  • 4 replies
  • 1 kudos

Download as zip not freeing diskspace

Hi,Yestrerday I downloaded many folders as zip, logged in as tenant admin. Not really sure how many times, but 5-6 times.An hour later I noticed the diskspace hadn't been released. Searched this forum and found one that says 1 hour housekeeping and a...

joachim by Champ on-the-rise
  • 4746 Views
  • 3 replies
  • 2 kudos

Compare property values using FTS query search?

Is it possible to compare property values using the fts (or cmis) query language? I have tried the following:{ "query": { "query": "TYPE:'my:type' AND (cm:name != my:prop)", "language": "afts" }, "include": ["properties"], "pagin...

darkstar1 by Confirmed Champ
  • 3428 Views
  • 1 replies
  • 1 kudos

Workflow from Api

Hello ,I try to create a Post call method to create a Workflow from Postman.I see that i can create a GET call with this endpoint : /alfresco/api/-default-/public/workflow/versions/1/tasks/Can i use post method with this endpoint and what should i pu...

Resolved! activiti moduler candidateGroups fixed values

When designing the workflow I choose the candidateGroups fixed value options, as shown in the screenshots.These groups are created in the Identigroup , ogranizatin tab.When trying to start the process instance , keep geting the below number format er...

image image
kdevineni1 by Champ on-the-rise
  • 5129 Views
  • 2 replies
  • 2 kudos

Resolved! Publish to Alfresco Task - Folders not loading

Hello,i am working with the APS Trial Version 1.11 and face an issue when using the Publish to Alfresco Task. I already connected my Alfresco Community Edition Repository with Alfresco Process Services in the Identity Management App and set the admin...

shmalik by Confirmed Champ
  • 9403 Views
  • 5 replies
  • 2 kudos

Resolved! Set default authorities in start workflow form

I develop workflow and i need to set default authorities in people picker (start-workflow form).Example:I think i should to set "default" value to association in model.xml file<association name="scwf:assignees">                     <title>Assignees</...

image
Skyor by Champ on-the-rise
  • 4296 Views
  • 1 replies
  • 2 kudos

Getting all permissions from a starting node

EN : Hello ! I would like to output a list (.json) with the permissions (inherited or added on the node) of each node, from a starting node. Thank you in advance !FR : Bonjour !  J'aimerais pouvoir sortir une liste sous forme de .json avec les permis...

Proper Way to Pass camelBody 'From' one Route To Another

Is there a proper /betterway to get Activiti to set the body automatically from one route to another, instead of manually fetching it out of the properties like so@Component public class TestRoute extends RouteBuilder { @Autowired protected T...

jediwompa by Champ in-the-making
  • 2227 Views
  • 0 replies
  • 0 kudos

Migration options from v4.2.6.4

I have inherited an Alfresco v4.2.6.4 server that is integrated with MariaDB and LDAP on CentOS 7.7. How many upgrades would be necessary in order to get to a more currently supported state?As a follow-up, Alfresco data resides on a 190 GB NFS-mounte...

Resolved! Preview of a generated document in a form

Hello,I have created with BPMN editor a process that generate a document. In a next task, i would like to display this document in a form to allow the task assignee to view it.I would like to have the same functionnality as if the generated document ...

r_kister by Champ on-the-rise
  • 10569 Views
  • 5 replies
  • 1 kudos

How to intall ACS 7.0

I see in the forum tag editor, the "ACS 7.0" tag and the "Community 7.0" tag...Googling for Alfresco Install, it keeps finding the link to the 6.2 GA version...So...where can I found the installation file,and HOW to proceed with intallation (I believ...

Giuliano by Confirmed Champ
  • 4545 Views
  • 2 replies
  • 1 kudos

Resolved! Delete Associated Workflows after document has been deleted

I have a requirement that if a document has been deleted in the repository then all the workflow that are associated with it should get deleted (each workflow package will always have a single document). Originally, on delete of a document the workfl...

abbask01 by Star Collaborator
  • 13851 Views
  • 8 replies
  • 3 kudos

Resolved! Get a list of downloaded Documents in Alfresco

Hello Everyone,I am Using Alfresco 6 (dockerized). Is there any REST API  or Java API available that would help me get the list of downloaded documents in Alfresco? I checked the audit trail rest api but it doesn't get me any entries when a document ...