Package org.jbpm.process.instance.impl
Interface Action
-
- All Known Subinterfaces:
JavaAction
- All Known Implementing Classes:
CancelNodeInstanceAction
,JavaScriptAction
,MVELAction
,SendMessageAction
,SendSignalAction
,SignalNodeInstanceAction
public interface Action
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
execute(org.kie.api.runtime.process.ProcessContext context)
-