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

Custome date property is not null

Is there a way to check whether a custom date property is not null in an Alfresco rule? Would like to fire an action in case the content type is the specified one and one of the custom property is not empty. Managed to show the property, but I can on...

zputnoky by Star Contributor
  • 3865 Views
  • 1 replies
  • 0 kudos

assign parallel generated task to multiple user

how to assign parallel generated task to multiple user?lets assume  start  a workflow which have a subProcess . Subprocess executed parallely. so when start subprocess then a userTask in subprocess assigne mutiple user. how can i do this. genre ted 

skverma02 by Confirmed Champ
  • 5136 Views
  • 2 replies
  • 0 kudos

code ELIFECYCLE

I created a new ADF application from scratch.I can not start it. Will output error alfresco@0.1.0 start /home/user/alfresco> npm run server-versions && npm run webpack-dev-server -- --config config/webpack.prod.js --progress --content-base app/npm WA...

varlok by Confirmed Champ
  • 8967 Views
  • 4 replies
  • 0 kudos

Modify a Alfresco's node from Activiti context

Hi, I have a problem with JavaDelegate class than not modify node on Alfresco Contexte.Details :With BPMN workflow (Task service) I call a JAVA CLASS which must modify aspect properties of a (Alfresco) document's Node.This Class running with success ...

gawel by Confirmed Champ
  • 6012 Views
  • 3 replies
  • 0 kudos

Resolved! Create custom datalist in alfresco community 5.2

Hi,I am getting error while creating custom Custom Datalist in alfresco community 5.2Steps followed tep 1: Created CustomDataListModel.xml and put it inside the directory "\alfresco-community\tomcat\shared\classes\alfresco\extension\". Step 2: Create...

anandhan by Star Contributor
  • 9324 Views
  • 2 replies
  • 1 kudos

Default Container Volumes

I am a complete new to docker and I understand the way default container volumes are made. Container volumes are inside of /var/lib/docker/volumes. can I change the default volume directory for each container, to a directory/partition of choice on th...

Creation of renditions from client

Hi All,I want to create rendition from my custom developed Alfresco client.For this i was looking into Alfresco Content Services REST API Explorer create rendition post call.As i understand i have to just provide the node id for which i have to creat...

saurav by Champ in-the-making
  • 4073 Views
  • 1 replies
  • 0 kudos

Get data from one process to another process

Hello,I want to get data from one process to another process.Consider an example there are two processes(student details[id,name,role number are the form fields], student address[id, city, pincode are the form fileds]). In the student detail process ...

amruta_w by Star Collaborator
  • 5180 Views
  • 3 replies
  • 0 kudos

How to create a process instance in activiti-app by script?

Currently, I only deployed activiti-app in my environment; I can create/run process instance successfully by dashboard, but there's a requirement to create/run process instance by script, e.g. REST API, how to do that?Someone suggest to start activit...

k82cn by Champ in-the-making
  • 4347 Views
  • 1 replies
  • 0 kudos

Resolved! Set Doctype of new upload files using FTP in alfresco

I am using alfresco-5.2.I have enabled the FTP in alfresco,and able to upload the files successfully.but those are coming without type can anyone tell me how to set doc-type and meta-data for file.like for new files i want doctype "unindexed"and meta...