public interface PlanItemActivityBehavior extends CmmnTriggerableActivityBehavior
CmmnActivityBehavior and CmmnTriggerableActivityBehavior interfaces,
exposing even more low-level hookpoints to add custom logic.
Implementations of this interface will also get notified of transitions between plan item
lifecycle states and can add custom logic if needed.
The transitions supported by the engine are found in the PlanItemTransition class.| Modifier and Type | Method and Description |
|---|---|
void |
onStateTransition(CommandContext commandContext,
DelegatePlanItemInstance planItemInstance,
String transition) |
triggerexecutevoid onStateTransition(CommandContext commandContext, DelegatePlanItemInstance planItemInstance, String transition)
Copyright © 2018 Flowable. All rights reserved.