org.camunda.bpm.engine.impl.bpmn.delegate
Class ActivityBehaviorSignalInvocation
java.lang.Object
org.camunda.bpm.engine.impl.delegate.DelegateInvocation
org.camunda.bpm.engine.impl.bpmn.delegate.ActivityBehaviorSignalInvocation
public class ActivityBehaviorSignalInvocation
- extends DelegateInvocation
- Author:
- Roman Smirnov
|
Method Summary |
protected void |
invoke()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
behaviorInstance
protected SignallableActivityBehavior behaviorInstance
execution
protected ActivityExecution execution
signalName
protected String signalName
signalData
protected Object signalData
ActivityBehaviorSignalInvocation
public ActivityBehaviorSignalInvocation(SignallableActivityBehavior behaviorInstance,
ActivityExecution execution,
String signalName,
Object signalData)
invoke
protected void invoke()
throws Exception
- Specified by:
invoke in class DelegateInvocation
- Throws:
Exception
Copyright © 2017 camunda services GmbH. All rights reserved.