All Downloads are FREE. Search and download functionalities are using the official Maven repository.

jadex.bpmn.helloworld.Main Maven / Gradle / Ivy

package jadex.bpmn.helloworld;

import jadex.bpmn.runtime.RBpmnProcess;
import jadex.core.IComponent;

/**
 *  Main for starting the example programmatically.
 */
public class Main 
{
	/**
	 *  Start a platform and the example.
	 */
	public static void main(String[] args) 
	{
		IComponent.create(new RBpmnProcess("jadex/bpmn/helloworld/HelloWorld.bpmn"));
		IComponent.waitForLastComponentTerminated();
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy