Class IsPlanItemCompletedExpressionFunction

java.lang.Object
org.flowable.cmmn.engine.impl.function.IsPlanItemCompletedExpressionFunction
All Implemented Interfaces:
FlowableFunctionDelegate, FlowableAstFunctionCreator

public class IsPlanItemCompletedExpressionFunction extends Object implements FlowableFunctionDelegate, FlowableAstFunctionCreator
This function evaluates a plan item to be completed, which is most likely used on a plan item with a repetition rule to check, whether it has alreday been completed before.
Author:
Micha Kiener