Class SetUserStateFunctionDelegate

All Implemented Interfaces:
org.flowable.common.engine.api.delegate.FlowableFunctionDelegate, org.flowable.common.engine.impl.el.FlowableAstFunctionCreator

public class SetUserStateFunctionDelegate extends AbstractVariableContainerAwareIdmFunctionDelegate
Function for setting the state of a user Usage:

setUserState(userId, state)

Author:
Filip Hrisafov
  • Constructor Details

    • SetUserStateFunctionDelegate

      public SetUserStateFunctionDelegate()
  • Method Details

    • setUserState

      public static void setUserState(org.flowable.common.engine.api.variable.VariableContainer variableContainer, String userId, String state)