Class SetUserStateAndSubStateFunctionDelegate

java.lang.Object
com.flowable.idm.engine.impl.el.AbstractVariableContainerAwareIdmFunctionDelegate
com.flowable.idm.engine.impl.el.SetUserStateAndSubStateFunctionDelegate
All Implemented Interfaces:
FlowableFunctionDelegate, FlowableAstFunctionCreator

public class SetUserStateAndSubStateFunctionDelegate extends AbstractVariableContainerAwareIdmFunctionDelegate
Function for setting the state and sub state of a user Usage:

setUserStateAndSubState(userId, state, subState)

Author:
Filip Hrisafov
  • Constructor Details

    • SetUserStateAndSubStateFunctionDelegate

      public SetUserStateAndSubStateFunctionDelegate()
  • Method Details