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

Problem after alfresco SDK 3.0

Hello guys, After upgrade for Alfresco SDK 3.0, all of my projects managed by Eclipse, present an error as below:What requisite are necessary for new SDK ?My environment:MacOS : 10.12.25Java: 1.8.0.51-b16Apache-maven: 3.5.0Alfresco Community 5.2fEcli...

avmcf by Confirmed Champ
  • 7925 Views
  • 7 replies
  • 0 kudos

Search Process Instances by Initiator

How can I search for process instances started/created by a particular user? I used the identityService to set the authenticatedUser before creating the instance so that the START_USER_ID_ column in the ACT_HI_PROCINST table is populated. I don't see...

sam_a by Champ in-the-making
  • 5120 Views
  • 3 replies
  • 0 kudos

Custom Form Type Error

Hi every one, I have a problem with custom types. I did itpackage test;import org.activiti.engine.form.AbstractFormType;public class TextAreaFormType extends AbstractFormType { public static final String TYPE_NAME = "textarea"; public String getName(...

Problem share services alfresco when sso enabled

hello,I have a problem with CIFS configuration, I could successfully activate CIFS but I have a problem with share services when I enable sso authentification.exactly on this ligne of the alfresco-global.properties configurationntlm.authentication.ss...

yacinezr by Champ on-the-rise
  • 10992 Views
  • 6 replies
  • 5 kudos

Resolved! How to control serviceTask execution

In Activiti, we have a need to control how jobs (serviceTasks) are executed. More specifically, we have some jobs that we want to limit to 2 concurrently, but other jobs may run 10 concurrently. All of these jobs are serviceTasks, no Timers or other ...

robdiana72 by Champ in-the-making
  • 11630 Views
  • 8 replies
  • 0 kudos

Resolved! Workflow script fails depending on folder level

Hi allI'm trying to implement a script within my workflow definition which moves a file to a folder pre-selected by the workflow initiator. Currently, I have a cm:folder association called "vorwf_folderLink" and I am using the following code to move ...

Best way to start with solr4 sharding

Friends,I am totally new to solr sharding, do not know how to start with in actual implementation.I read alfresco documentation theoretical I understand it but how do I practically start with VM (virtual machine)Linux node. I didnt get step by step f...

g_rathod by Star Contributor
  • 3746 Views
  • 1 replies
  • 0 kudos

Context initialization failed

Hi,Could someone help me with an issue?I get the following error:- Context initialization failed org.alfresco.error.AlfrescoRuntimeException: 04110021 Failed to find 'app:dictionary' node        at org.alfresco.repo.action.scheduled.ScheduledPersiste...

Get reminder to end of a timer Event

how can i am get reminder to end of a timer event?lets assume i have a task or sub Process and in this a boundary timer event occur and lets assume time of boundary timer event 24 hour . I am want know a reminder or acknowledgment lets assume 22 hour...

skverma02 by Confirmed Champ
  • 5125 Views
  • 3 replies
  • 1 kudos

Get active process Instances with associated tasks

I have a requirement to get the list of all active instances along with the tasks under every instance. I did the below but unable to retrieve the tasks under the instance. Appreciate any pointers.//Get the list of all active process instancesList<Pr...

sam_a by Champ in-the-making
  • 6234 Views
  • 2 replies
  • 2 kudos

lazy loading outside command context error

I am currently developping a java jee application using activiti as process engine and alfresco as ged.i am using mvc design pattern and micro services to make rest calls for the backend  project.I want to pass a list of ProcessInstances via the cont...

fatma19 by Confirmed Champ
  • 9117 Views
  • 3 replies
  • 0 kudos

Error creating file through webscript

I'm trying to create a file if it doesn't exists or modified it if it exists.I created a webscript createfile.get.jsfunction main() { var doc = userhome.childByNamePath('answers.txt'); if (!doc) { doc = userhome.createFile("answers.txt"); doc.addAsp...

Does Activiti support full Role-Based Access Control?

Hi everyone !I'm working about integrating security to BPMN. I know now to execute a task, user have to assign role. But I wonder that Did Activiti support full RBAC like Hierarchical RABC, Static Separation of Duty or Dynamic Separation of Duty ?If ...

troibk by Champ in-the-making
  • 4743 Views
  • 1 replies
  • 0 kudos