List of usage examples for com.liferay.portal.workflow.kaleo.runtime WorkflowEngine interface-usage
From source file de.hofuniversity.iisys.liferay.workflows.LoggingWorkflowEngine.java
/** * @author Michael C. Han */ @Transactional(isolation = Isolation.PORTAL, propagation = Propagation.REQUIRED, rollbackFor = { Exception.class }) public class LoggingWorkflowEngine extends BaseKaleoBean implements WorkflowEngine {