Example usage for com.liferay.portal.workflow.kaleo.runtime WorkflowEngine interface-usage

List of usage examples for com.liferay.portal.workflow.kaleo.runtime WorkflowEngine interface-usage

Introduction

In this page you can find the example usage for com.liferay.portal.workflow.kaleo.runtime WorkflowEngine interface-usage.

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 {