I should have it... I am attempting to do this in execute() method of an 
ActionHandler.  Currently I put the following in (taken from the jBPM source 
code):


  |   SchedulerService schedulerService = 
(SchedulerService)Services.getCurrentService(
  |     Services.SERVICENAME_SCHEDULER
  |   );
  |   schedulerService.cancelTimersByName(
  |     UserManagerEscalator.TimerName,exeCtx.getToken()
  |   );
  | 
  | 

Thanks

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4023944#4023944

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4023944
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to