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, Community ...

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

HistoryService obj without the @Autowired option

Use case : We write a custom alfresco activiti Extention. That extension contains the 1 REST web service.When this service is called they run the ExecuatorService(Java Thread) and respond to the user that your task is registered and will complete in ...

Unlock node

I am trying to unlock node using cancel editing but due to some error, it is not getting unlock.I am not able to perform any type of operation on that node.How Can I forcefully unlock?

sp2 by Elite Collaborator
  • 4820 Views
  • 2 replies
  • 0 kudos

Resolved! Change type of child association

I'm trying to change a child association from one model type to another so that we can remove old models from our system to clean things up a bit.Is there a way to easily change the type of a primary child association? Currently when using deleteChil...

alavery by Champ in-the-making
  • 4003 Views
  • 2 replies
  • 3 kudos

Resolved! Javascript in Activiti with OpenJDK 11

Hello,I'm developing application with Activiti 6 embedded as library, compiled together with my application. I have javascript incorporated in the process as ScriptExecutionListener. Everything works fine under OpenJDK 8.Now I need to upgrade to Java...

jmerari by Champ in-the-making
  • 5634 Views
  • 2 replies
  • 1 kudos

Alfresco returned code 302

Hello.I am using Alfresco Community Edition 6.2 GA and setup everything via docker.For configuration, I used this instruction to change ports.Configured according to this instruction:https://javaworld-abhinav.blogspot.com/2020/07/change-alfresco-shar...

image
Blob031 by Champ in-the-making
  • 4182 Views
  • 3 replies
  • 1 kudos

Transfer personnal medatas to Alfresco

Hi and thank you for your help in advance,I'm a begineer in Alfresco so i'm sorry if someone post it somewhere but i didn't really find what i was looking for.I will try to explain my problem with my own words. I want to transfer my personalized meta...

Grammi by Champ in-the-making
  • 8987 Views
  • 12 replies
  • 2 kudos

Resolved! AD ldap multiple path synchronization

I have  this properties,ldap.synchronization.userSearchBase=DC\=main,DC\=fip ldap.synchronization.personQuery=(&(objectClass\=user)(memberOf\=CN\=Пользователи СЭД,OU\=Users,OU\=FIP,DC\=main,DC\=fip)(!(cn\=Guest))(userAccountControl\:1.2.840.113556.1....

image
john2994 by Champ on-the-rise
  • 4137 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
  • 6784 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
  • 4035 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
  • 3131 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
  • 4587 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
  • 8180 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
  • 3941 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...