package org.jbpm.gd.jpdl.model; import org.jbpm.gd.common.model.NamedElement; public interface ActionElement extends NamedElement { }