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

Forum Posts

Custom FormType help

I need the ability to have a multiple select enum type.  I am using Activiti embedded.  I have created a new form type and it does load properly.  My problem is when I declare the type in the designer and set the enum values they are not loaded.  Loo...

tcheekva by Champ in-the-making
  • 142 Views
  • 1 replies
  • 0 kudos

Need to implement a generic exception handling machanism.

Hi,We need help in implementing a generic exception handling framework. We refered all the documents and couldn't find any clue. What we actually want to achive is, We want one exception handler that would log the message, and selects which path in e...

Mail Task Transaction

We have a flow where a user task is executed by the user which takes the flow to a service task. After this task is complete a mail notification is sent. The flow then moves to the next user task.Initially this was all in sync and worked fine. The is...

jatz by Champ in-the-making
  • 143 Views
  • 3 replies
  • 0 kudos

How to get the parentId of call activiti task

I have a process (18725) with a call activiti (18502) and that process also has a call activiti (18920) task. When the process(18920) arrives a receive task, here's how it looks the execution table.SELECT id_, proc_INST_ID_ , parent_id_, supER_EXEC_ ...

cirerenat by Champ in-the-making
  • 263 Views
  • 4 replies
  • 0 kudos

Problems using parallel gateway together with exclusive gateway

I have a process model where after exclusive gateway comes parallel gateway, but when parallel gateway is reached, process doesn't create tasks. Process is automatically ended. No errors are thrown. If I use ONLY parallel gateway or ONLY exclusive ga...

risto45 by Champ in-the-making
  • 124 Views
  • 1 replies
  • 0 kudos

Access to dbconnection to execute arbritrary query

Is there a way to either access the internal db connection object in a script task or Java task, so that I can run an arbitrary query?  I am embedding Activiti using plain java         ProcessEngineConfiguration processEngineConfiguration = ProcessEn...

tcheekva by Champ in-the-making
  • 191 Views
  • 4 replies
  • 0 kudos

about ProcessDefinitionQuery orderByDeploymentId BUG

Hi!    In my project, I want to make my  ProcessDefinition list ordered by deploy time, so I use this code below:    repositoryService.createProcessDefinitionQuery().orderByDeploymentId().desc();    But unexpected results returned, they're ordered in...

carson1 by Champ in-the-making
  • 46 Views
  • 1 replies
  • 0 kudos

JTA inside a java delegate

We have a Activiti workflow with UI developed using JSF , JPA and CDI. We have a submit screen which is associated with start-form-key and one User task which correspondsto the approver screen. I have some questions :-Q1) We have a requirement such t...

chimu by Champ in-the-making
  • 121 Views
  • 2 replies
  • 0 kudos