Class IsStageCompletableExpressionFunction

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

public class IsStageCompletableExpressionFunction extends Object implements FlowableFunctionDelegate, FlowableAstFunctionCreator
This function evaluates a stage to be completable, which is the case, if all required and active plan items are completed
Author:
Joram Barrez, Filip Hrisafov