public interface CmmnActivityBehavior
PlanItemJavaDelegate interface is
that the implementation of this execute(DelegatePlanItemInstance) methods
is expected to plan the next operation on the CmmnEngineAgenda,
while for the PlanItemJavaDelegate the engine will automatically
plan a completion after execution the logic.
Concrete implementations of this class will be set on the PlanItem
in the case model during parsing.
Implementations of this class are assumed by the engine to not have wait state behavior,
use the CmmnTriggerableActivityBehavior when this behavior is needed.| Modifier and Type | Method and Description |
|---|---|
void |
execute(DelegatePlanItemInstance delegatePlanItemInstance) |
void execute(DelegatePlanItemInstance delegatePlanItemInstance)
Copyright © 2019 Flowable. All rights reserved.