Class RemoveCaseAssigneeFunctionDelegate

java.lang.Object
com.flowable.platform.common.el.cmmn.RemoveCaseAssigneeFunctionDelegate
All Implemented Interfaces:
FlowableFunctionDelegate, FlowableAstFunctionCreator

public class RemoveCaseAssigneeFunctionDelegate extends Object implements FlowableFunctionDelegate, FlowableAstFunctionCreator
Allows removing case assignee

The following expressions are valid: cmmn:removeAssignee() : will remove the assignee of the current case instance cmmn:removeAssignee(String caseInstanceId): will remove the assignee of the passed case instance id cmmn:removeAssignee(String caseInstanceId, String userId): will remove the passed assignee of the passed case instance id (backwards compatibility)