public interface CmmnEngine extends Engine
| Modifier and Type | Field and Description |
|---|---|
static String |
VERSION
the version of the flowable CMMN library
|
| Modifier and Type | Method and Description |
|---|---|
CmmnEngineConfiguration |
getCmmnEngineConfiguration() |
CmmnHistoryService |
getCmmnHistoryService() |
CmmnManagementService |
getCmmnManagementService() |
CmmnMigrationService |
getCmmnMigrationService() |
CmmnRepositoryService |
getCmmnRepositoryService() |
CmmnRuntimeService |
getCmmnRuntimeService() |
CmmnTaskService |
getCmmnTaskService() |
DynamicCmmnService |
getDynamicCmmnService() |
void |
startExecutors()
Starts the execuctors (async and async history), if they are configured to be auto-activated.
|
static final String VERSION
void startExecutors()
CmmnRuntimeService getCmmnRuntimeService()
DynamicCmmnService getDynamicCmmnService()
CmmnTaskService getCmmnTaskService()
CmmnManagementService getCmmnManagementService()
CmmnRepositoryService getCmmnRepositoryService()
CmmnHistoryService getCmmnHistoryService()
CmmnEngineConfiguration getCmmnEngineConfiguration()
CmmnMigrationService getCmmnMigrationService()
Copyright © 2021 Flowable. All rights reserved.