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: History of Alfresco VersionsHow to Report Security Issues for Alfresco Resources: Alfresco Developer ResourcesAlfresco Community Edition source codeAlfresco Labs, unofficial experiments by Alfresco develop...

ttoine by Community Manager
  • 1923 Views
  • 1 replies
  • 0 kudos

Is it possible to override some sql queries?

I found out that some queries are not optimal, for example:select count(distinct RES.ID_) from ACT_RU_TASK RES inner join ACT_RU_VARIABLE A0 on RES.PROC_INST_ID_ = A0.PROC_INST_ID_ WHERE ( exists(select LINK.USER_ID_ from ACT_RU_IDENTITYLINK LINK whe...

rnovikov by Champ in-the-making
  • 3861 Views
  • 1 replies
  • 0 kudos

activiti-explorer

Hello , 1 / who can tell me what it means the role security-role!! 2 / the difference between group user and admin.3 / the user group and the admin group have both the role security-role but when we connect to activity explorer do not have the same p...

How to get signal name of the running process instance?

Hello1. The user has sent a mail & now is waiting for response.2. The response came before timer ran out, thus we can send a signal to continue, to do so:3. A signal name should be sent to runtimeService thats says signalEventReceivedMy idea was to :...

georgots by Champ in-the-making
  • 6682 Views
  • 1 replies
  • 0 kudos

Activiti Plugin v5.18 Eclipse Oxygen error with diagrams

I'm having troubles to use the Activiti Editor with the plugin on Eclipse Oxygen 3.7.1 installed on Ubuntu 17.10 (Artful).When creating a new diagram this is how it looks when i open it with the Activiti editor I tried installing others versions of E...

rgrazini by Champ in-the-making
  • 4448 Views
  • 1 replies
  • 0 kudos

Task administration in Alfresco process services/Activiti

I have a process with two tasks which is assigned to two different users(user1,user2) the first task T1 is Draft where user1 will fill the form and second task T2 is review where user2 will be able to review the T1 task data and additionally he shoul...

APS Visibility Rules not working in ADF 2.3

I'm using APS 1.8.1 and ADF 2.3 although I've seen the same in APS 1.7 and ADF 2.2.I'm having a problem with the APS visibility rules not executing within ADF.  I set up a form in APS and added a couple of visibility rules.The controls on the form ar...

Delete running task from activiti tables

Hi,We are trying to delete tasks from runtime tables. Act_ru_task, execution and act_ru_variable tables. We want to be able to leave the process definition as is. We havr about 70000 tasks that we want to delete.We tried the following options1. Delet...

gjaya26 by Champ in-the-making
  • 6988 Views
  • 2 replies
  • 0 kudos

Path is always taken when condition is failed

Hi TeamI am using activiti in my spring web application.After completion of parallel tasks, rejection path will take only when condition is true. but after completion of parallel tasks both paths are executed. please let me know how to solve this?Tha...

vamsinipun by Star Contributor
  • 5470 Views
  • 2 replies
  • 1 kudos

Can I use Java GUI builder in Netbeans with Alfresco?

I'm building a prototype web application project and I was wondering if I could use the Java GUI builder in Netbeans to design a frontend for my application? Or should I just use Vaadin? What are the pros and cons of each?Thanks in advance!

justind by Champ in-the-making
  • 3982 Views
  • 1 replies
  • 0 kudos

Behaviour not works

Hi, i've createad this model:<?xml version="1.0" encoding="UTF-8"?><model xmlns="http://www.alfresco.org/model/dictionary/1.0" name="dmemo">    <author>Administrator</author>    <imports>        <import uri="http://www.alfresco.org/model/content/1.0"...

v_scorsone by Champ in-the-making
  • 6223 Views
  • 3 replies
  • 0 kudos

Docker Alfresco Resources?

I am trying to figure out how to Dockerize Alfresco Enterprise (5.1 or higher) and am not sure exactly were to start.The company I work for has Docker infrastructure built out to production and some critical applications running on it.   I have been ...

Resolved! Get Immutable Properties of LDAP with java alfresco service

Hi, i need to retrieve the immutable properties of ldap on the users of alfresco, with some java service of alfresco:For example://GET ALL USERNAME PagingResults<PersonInfo> users = personService.getPeople("*", new ArrayList<QName>(), new ArrayList<P...

How to define parallel tasks dynamically?

Hi Team,I am using activiti in my spring web application. I was defined one process as follows,Here i was defined parallel tasks are three. But in my scenario, it may be one or more parallel tasks then please let me know how can i define the diagram?...

vamsinipun by Star Contributor
  • 13261 Views
  • 13 replies
  • 3 kudos

contentStreamFileName issue while uploading a document

Hi All,While we were uploading a document by using CMIS. the contentStreamFileName is getting defaulted to file0.xxx(where xxx is the extension of the file name that is getting uploaded).below are the parameters which i am passing:mimeTypefolderPaths...