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

not able to fetch the parent of a node in share side js

I am trying to find the parent of a node in node-header.get.js by doing the following;   var str = model.nodeRef;   logger.log("childnoderef"+str);   var parentNodeRef = str.parent;   logger.log("parentNodeRef"+parentNodeRef); but parentNodeRef is co...

Resolved! Unable to create thumbnail

Hi all, I am getting a Bad request (404) on a .docx preview rendtions request in adf-viewer.Here is the error:"Unable to create thumbnail 'pdf' for application/vnd.openxmlformats-officedocument.wordprocessingml.document as no transformer is currently...

Resolved! RuntimeService getVariable flushes

Hi,Calling org.activiti.engine.RuntimeService.getVariable causes the corresponding ByteArrayEntity content to be updated and flushed when it is supposed to only be read. Because we are attempting to read the process (and its variables) in multiple tr...

Resolved! Alfresco SDK 3.0 Jar deployment

I'm currently using Alfresco SDK 3.0 as a back-end service and Alfresco ADF Angular Components as a front-end. I've set up the integration test and a database connection using PostgreSQL. It works fine when I mvn clean install alfresco:run. My questi...

Versioning Web Application code and BPMN

My team is using the Activiti 5.19 engine embedded in a Grails 3.1.4 WAR deployment (Spring Config).  Our application is being developed against  development and pre-production Apache Tomcat stacks.  We have been very pleased with the engine and what...

cpfrank by Champ in-the-making
  • 4520 Views
  • 1 replies
  • 1 kudos

web script

i create these two files into web scripts extension directorywhen i open this url: 127.0.0.1:8080/alfresco/service/hello?Name=moez i get an error in the png filewhat should i do?

Smart folder query on TYPE derived from cm:folder

I was trying to create smart folder based on a custom type (and his fields) based on cm:folder. I saw that is not possible to do create smart folder querying on cm:folder.Is there any workaround?I'm using Alfresco Community v5.2.0 & Alfresco Share v5...

redflow by Confirmed Champ
  • 4111 Views
  • 1 replies
  • 0 kudos

Resolved! The future of Share sites

Hi,only for curiosity (that I hope is of general interest): if Share will be discontinued, what will be the destiny of the Share Sites? Will they still exist?If not, are Alfresco going to propose an alternative "structure" for the repository?

List of All the Running Process (not tasks)

How to get List of all running processes (not taks) in activiti. I am able to find code for getting list of all tasks.I dont see any method in runtimeService for listing all the running or completed tasks.

diplav by Champ on-the-rise
  • 4142 Views
  • 1 replies
  • 1 kudos

Why create two schemas for activiti-admin and activiti-app?

A couple on-line tutorials show that two schemas are created for activiti-admin and activiti-app separately, and the same database setup scripts "create.engine", "create.history", "create.identity" are run in both schemas. Activiti-admin uses liquiba...

beringsea by Champ in-the-making
  • 4990 Views
  • 2 replies
  • 0 kudos

Executing task

Hello,Is there any possibility to execute a task (chosen by property)? Additionally I would like to make this task to finish after execution - not to proceed further.

reaker by Champ in-the-making
  • 3611 Views
  • 1 replies
  • 0 kudos

Start a process instance in a specific task

Hello,Is there a way to start a process in a different point of the flow? exampletart --> fristUserTask --> secondUserTask --> thirdUserTask --> EndIf I create a new instance of the Procces above, the active activity will be "fristUserTask". But if f...

Sync Process: Activiti App and Spring Activiti Engine

Steps Followed: 1. Deployed activiti independently using war in tomcat connecting to common mysql database(Here Common means Independent deployed activiti app and spring activiti using same database with same credentials)2. Designed process using act...

diplav by Champ on-the-rise
  • 7643 Views
  • 5 replies
  • 0 kudos

jQuery and bootstrap references

Hello everybody,I'm doing customization by adding a carousel in the home page of the alfresco Share (Community verision 5.2) .I managed to create an external module and added it to lib (as shown in this tutrial Add content to an Alfresco Share page |...

fgdoura by Champ on-the-rise
  • 6455 Views
  • 1 replies
  • 1 kudos