1 package org.smartcomps.twister.engine.priv.core.definition;
2
3 import org.smartcomps.twister.engine.priv.core.definition.BasicActivity;
4
5 /***
6 * The Terminate activity immediately terminates the execution of
7 * a business process.
8 */
9 public interface Terminate extends BasicActivity {
10 }
This page was automatically generated by Maven