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

Can't get form data with Rest in Activiti 6

Hi everyone!I'm researching about Activiti 6.When I used version 5.22.0 with Designer plugin in Eclipse, I can create form properties and Activiti Explorer will render into a form for me. I can use GET form/form-data?<taskId> to get form data.But in ...

nhhao1996 by Confirmed Champ
  • 6922 Views
  • 5 replies
  • 0 kudos

Any good xml structure documentation?

I've been trying to find a good source somewhere on how the workflow model xml-files are supposed to be structured (which tags where, and a thorough why and how), in order to implement what I want, but I feel the material is lacking. The community do...

henrikr by Confirmed Champ
  • 2432 Views
  • 0 replies
  • 0 kudos

Why Angular?

I am impressed by Angular and what it can do. My question is: what made Alfresco choose Angular for its front end?

gmurimi by Champ in-the-making
  • 4263 Views
  • 2 replies
  • 4 kudos

Run dashlet as admin not working

I can't get my dashlet webscript to run as admin. It just runs as which ever user loads the page and if that user is not an alfresco administrator it fails with the following error.  I have my webscript baked into and installed amp. I'm on version 5....

g3rain1 by Champ in-the-making
  • 3156 Views
  • 1 replies
  • 0 kudos

Review Workflow History?

Is there a way an user can review the work items history (i.e. check all the previous task it has been through and what where in the inputs and outputs of those task) in the Alfresco Process Services (powered by Activiti) v1.9.0 and make decisions ba...

Edit metadata before file upload

Hello,I have done many searches on this subject but i can't make what i want after many attempts.My objective is to customize the upload window to display the "edit metadata" form before the upload :- Inside a folder which add an aspect on all upload...

superdh by Champ on-the-rise
  • 5547 Views
  • 2 replies
  • 1 kudos

Resolved! Activiti 6 get all tasks by process definition ID

Hi,I am using Activiti 6.I am trying to get all the tasks of a process with Task Type. The need is to Save task details , task Id, task type(Start event, user task etc) with Task Id.If I go by getting Flow Elements from Process , I get Task types but...

shrutim by Champ in-the-making
  • 9848 Views
  • 1 replies
  • 0 kudos

Resolved! Updating process viarables via REST

Hi all.When I send a list of variables only the last one is updated.PUThttps://10.64.9.134:9445/bpmn/runtime/process-instances/5001/variables[      {        "name":"income",        "type":"integer" ,         "value":20000 ,        "name":"loanAmount"...

jaco1 by Confirmed Champ
  • 4612 Views
  • 1 replies
  • 0 kudos

CMIS call for Navigation Service gives HTTP 301

I am using ACS trial version in combination with Pega. Now on a CMIS call for Navigation Service I receive HTTP 301, permanent redirect, and I am not able to handle this. Can anyone help me to get this solved? Or provide the correct URI?org.apache.ch...

Alfresco 5.0 Fails to create index

I am using Alfresco 5.0 and upload about 400 PDF files (about 2MB each) to it per day.Recently I found that some of files can be uploaded successfully within 20 seconds; however, some of them can be uploaded to Alfresco, but Alfresco does not create ...

wayneto by Champ in-the-making
  • 9057 Views
  • 7 replies
  • 2 kudos

COUNT nodes

We're launching queries like that:    TYPE:"ts:FolderSet" and ANCESTOR:"workspace://StoreSpaces/234230..."We need to count how many nodes are matching above condition instead of getting a list of nodes.We're launching this query using /share TFS-Alfr...

nonets by Champ on-the-rise
  • 6378 Views
  • 3 replies
  • 0 kudos

CMIS query performance slow - Solr index improvement?

This problem is experienced with Alfresco 6.0 (could be in Alfresco 5.2 as well). I do not know how much the version matters to this issue.I have a custom model defined. This mode has a custom type and it has a custom aspect with a set of properties....

sepgs2004 by Star Contributor
  • 6465 Views
  • 3 replies
  • 0 kudos

Custom Logic

How can I make  a custom logic each time a workflow starts or end ?Not only for a specific or custom process, but all types of workflow.

Resolved! How to bind a policy behavior on custom property

Hi,I'd like to bind a behavior to a custom property update policy.The issue is that the callback function is never called.I'm likely not using the appropriate policy, but I can't find any example on this.Binding behavior to a custom type or aspect is...

Resolved! Solr 6 indexing lag

The problem is that files are not appearing in searches that are performed immediately after the file is uploaded.How can I reduce this lag?Are there any settings for this?Alfresco version ==> 6.1.Solr6 ==> Alfresco-Search-Services 1.3.0.1.

Service tasks are not persisted in ACT_HI_TASKINST

Hello. i am using Activiti v 6. I have a lot of processes that consist of only service tasks. I want to see the variables of these tasks and the values of the variables. But the service tasks are saved only in ACT_HI_ACTINST table and contain null in...

aminaiser by Champ on-the-rise
  • 6004 Views
  • 2 replies
  • 1 kudos

Alfresco 3Labs , problem with MySQL

Hi i ,m new here and i couldn't post my catalina.out log so here it's is please download it and check my problem.the president of the company told me to install Alfresco 3Labs , it worked fine but when i implemented MySQL it doesn't work anymore , i ...

aymen-123 by Champ in-the-making
  • 3429 Views
  • 1 replies
  • 1 kudos

Workflows

Is there a way to find out if a user has started a workflow ? (java functions)Is it possible to use behaviours ?