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

Forum Posts

Override Code

I want to override setAssignee method of activiti/alfersco workflow.How Can I do that?I found that TaskEntity.java class is called during set assignee.Is this proper way to change existing  setAssignee below method of TaskEntity.java? public void set...

WebConfigurer and deploying custom endpoints in Unit Test

Migrating from APS Version 1.5 to 1.9,  we have some Java classes that provide custom REST endpoints that get deployed alongside the standard REST endpoints and allow other systems to call these endpoints via HTTP to inform an process instance that s...

peteth by Champ in-the-making
  • 2689 Views
  • 0 replies
  • 0 kudos

Resolved! Associations in model created by model manager

Hello, I'm sorry if this has been asked before but I couldn't find any clear information about my problem. I've created a few custom models using the model manager, I read in a few tutorials that in order to add associations between types, I need to ...

pcastro by Champ in-the-making
  • 5772 Views
  • 3 replies
  • 0 kudos

How to catch errors that occurred while sending an email?

Hi all!I need to send emails, and I use a service task for it:    <serviceTask id="SendEmail_1" name="Sending a notification by email" activiti:type="mail">      <documentation></documentation>      <extensionElements>        <activiti:field name="to...

maxlich by Champ on-the-rise
  • 8783 Views
  • 7 replies
  • 0 kudos

Process instance variable version history

Hi All,I am new to the activiti bpm, i am trying to create a process instance with set of variables in first time.and after that i am doing an update to those variables. I see ACT_RU_VARIABLE, is maintaining its value and incrementing the version num...

nnvnaveen by Champ in-the-making
  • 2417 Views
  • 0 replies
  • 0 kudos