Interface TaskRuntimeConfiguration
public interface TaskRuntimeConfiguration
-
Method Summary
Modifier and TypeMethodDescriptionList<org.activiti.api.runtime.shared.events.VariableEventListener<?>>
-
Method Details
-
taskRuntimeEventListeners
List<TaskRuntimeEventListener<?>> taskRuntimeEventListeners() -
variableEventListeners
List<org.activiti.api.runtime.shared.events.VariableEventListener<?>> variableEventListeners()
-