Class TimerStartEventSubprocessJobHandler

java.lang.Object
org.camunda.bpm.engine.impl.jobexecutor.TimerEventJobHandler
org.camunda.bpm.engine.impl.jobexecutor.TimerStartEventSubprocessJobHandler
All Implemented Interfaces:
JobHandler<TimerEventJobHandler.TimerJobConfiguration>

public class TimerStartEventSubprocessJobHandler extends TimerEventJobHandler
JobHandler implementation for timer start events which are embedded into an event subprocess. The configuration is the id of the start event activity.
Author:
Daniel Meyer, Kristin Polenz