org.camunda.bpm.engine.impl.jobexecutor
Class TimerStartEventSubprocessJobHandler
java.lang.Object
org.camunda.bpm.engine.impl.jobexecutor.TimerEventJobHandler
org.camunda.bpm.engine.impl.jobexecutor.TimerStartEventSubprocessJobHandler
- All Implemented Interfaces:
- JobHandler
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TYPE
public static final String TYPE
- See Also:
- Constant Field Values
TimerStartEventSubprocessJobHandler
public TimerStartEventSubprocessJobHandler()
getType
public String getType()
execute
public void execute(String configuration,
ExecutionEntity execution,
CommandContext commandContext)
Copyright © 2015 camunda services GmbH. All rights reserved.