org.camunda.bpm.engine.impl.bpmn.behavior
Class CancelBoundaryEventActivityBehavior
java.lang.Object
org.camunda.bpm.engine.impl.bpmn.behavior.FlowNodeActivityBehavior
org.camunda.bpm.engine.impl.bpmn.behavior.BoundaryEventActivityBehavior
org.camunda.bpm.engine.impl.bpmn.behavior.CancelBoundaryEventActivityBehavior
- All Implemented Interfaces:
- CoreActivityBehavior<ActivityExecution>, ActivityBehavior, SignallableActivityBehavior
public class CancelBoundaryEventActivityBehavior
- extends BoundaryEventActivityBehavior
See CancelEndEventActivityBehavior: the cancel end event interrupts the scope and performs compensation.
- Author:
- Daniel Meyer
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CancelBoundaryEventActivityBehavior
public CancelBoundaryEventActivityBehavior()
signal
public void signal(ActivityExecution execution,
String signalName,
Object signalData)
throws Exception
- Specified by:
signal in interface SignallableActivityBehavior- Overrides:
signal in class FlowNodeActivityBehavior
- Throws:
Exception
Copyright © 2017 camunda services GmbH. All rights reserved.