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

org.yaoqiang.bpmn.engine.operation.ProcessStart Maven / Gradle / Ivy

There is a newer version: 2.2.18
Show newest version
package org.yaoqiang.bpmn.engine.operation;

import org.yaoqiang.bpmn.engine.runtime.Execution;

/**
 * ProcessStart
 * 
 * @author Shi Yaoqiang([email protected])
 */
public class ProcessStart implements ExecutionOperation {

	public void execute(Execution execution) {
		execution.disposeStartingFlowNode();
		execution.performOperation(FLOW_NODE_EXECUTE);
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy