package org.jboss.tools.bpel.reddeer.activity; /** * * @author apodhrad * */ public class Exit extends Activity { public Exit(String name) { super(name, "Exit"); } }