| Interface | Description |
|---|---|
| CmmnActivityBehavior |
Root interface for all classes implementing logic when the CMMN engine
decides the behavior for a plan item needs to be executed.
|
| CmmnTriggerableActivityBehavior |
Behavior interface, like
CmmnActivityBehavior, when the CMMN engine
decides the behavior for a plan item needs to be executed and the behavior
acts as a wait state. |
| PlanItemActivityBehavior |
Behavior interface, like the
CmmnActivityBehavior and CmmnTriggerableActivityBehavior interfaces,
exposing even more low-level hookpoints to add custom logic. |
| Class | Description |
|---|---|
| CoreCmmnActivityBehavior |
Superclass for
CmmnActivityBehavior implementations that are part of the
core CMMN behaviors of the CMMN Engine. |
| CoreCmmnTriggerableActivityBehavior |
Superclass for
CmmnTriggerableActivityBehavior implementations that are part of the
core CMMN behaviors of the CMMN Engine. |
Copyright © 2018 Flowable. All rights reserved.