Class DelegateExecutionScriptBase

    • Constructor Detail

      • DelegateExecutionScriptBase

        public DelegateExecutionScriptBase()
    • Method Detail

      • runScript

        protected void runScript​(org.activiti.engine.delegate.DelegateExecution execution)
                          throws java.lang.Exception
        Run the script that is configured, using the given execution.
        Throws:
        java.lang.Exception
      • getInputMap

        protected java.util.Map<java.lang.String,​java.lang.Object> getInputMap​(org.activiti.engine.delegate.DelegateExecution execution,
                                                                                     java.lang.String runAsUser)