Class RemoveCaseOwnerFunctionDelegate

  • All Implemented Interfaces:
    FlowableFunctionDelegate, FlowableAstFunctionCreator

    public class RemoveCaseOwnerFunctionDelegate
    extends Object
    implements FlowableFunctionDelegate, FlowableAstFunctionCreator
    Allows removing case owner

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