Package org.jbpm.bpmn2.handler
Class SendSignalAction
- java.lang.Object
-
- org.jbpm.bpmn2.handler.SendSignalAction
-
- All Implemented Interfaces:
Serializable,Action,JavaAction
public class SendSignalAction extends Object implements JavaAction
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SendSignalAction(NodeImpl node, String variable, String signalName, boolean isAsync)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute(org.kie.api.runtime.process.ProcessContext kcontext)StringgetSignalName()StringgetVariable()
-