Alfresco Archive
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Activiti 6: Dynamic activityId and triggering a receive task

So, struggling a bit to get this working as expected We have multiple processes for different work flows, some contain either 1 or more receiveTasks<receiveTask id="receivetask1" name="Receive Task"></receiveTask>‍‍‍ The test process we created : [st...

disable history for specific process

Hi All,I have few processes in my system.I have a scenario where I need to have full history for some processes and no history for other.As the history configuration is done at spring level, all my processes are having full historyis there a way to t...

Full Table Scan Happening for the table ACT_HI_PROCINST

Hi,We are using Activiti 5.17Below Query causing full table scan of ACT_HI_PROCINST resulting in slowing down the performance.select * from ( select a.*, ROWNUM rnum from ( select RES.* from ACT_HI_PROCINST RES WHERE RES.SUPER_PROCESS_INSTANCE_ID_ = ...

sakumar1 by Champ in-the-making
  • 87 Views
  • 1 replies
  • 0 kudos

Required field not working

Hi, I have created a simple model with 2 form properties variables.The model has a start point, to the start i connected a user task, and connected the user task to end point.in the user task i added 2 form properties and set them with "required" att...

ilansch by Champ in-the-making
  • 65 Views
  • 2 replies
  • 0 kudos

Nested JPA object in process

We are developing a loan processing system with activiti, all the process is done using workflowAs the loan is having reference to employment ,income, liability etc, can we have the loan entity reference as process variable.Can we access the referenc...

sudhishp by Champ in-the-making
  • 45 Views
  • 1 replies
  • 0 kudos

Form property missing when BPMN Model converted to XML

Hi,I am trying to generate XML from BPMN model. I have a user task which has a Form Definition which in turn contains several properties.when I convert this model into XML , I don't see the extension tag. All form properties are missing in the genera...

vgaur by Confirmed Champ
  • 101 Views
  • 5 replies
  • 0 kudos

Where are the context files for Activiti 1.3.2

HiFirstly apologies if the question is very simple or is duplicated in the forum. I am new on Activiti.First thing I wanted to understand is how is the Activiti Engine built. I know it is based on Spring however I can not find any context file defini...

srojas1 by Champ in-the-making
  • 35 Views
  • 2 replies
  • 0 kudos

How can i set user id when the process is been deleted

Hi,i didn't find any example on how can i set a user id when i call deleteProcessInstance method.I will try to use this code:        try {            identityService.setAuthenticatedUserId(idUser);            runtimeService.deleteProcessInstance(proc...

Aikau Prepopulate AlfList Widget

Hi Folks,I am building a simple Aikau Share Page, which will manage document associations. I have used the DocumentPicker widget and am using jQuery to do xhr requests back to Alfresco.So far I have managed to scrape my way through displaying the pic...