Class DelegateExecutionScriptBase

    • Constructor Detail

      • DelegateExecutionScriptBase

        public DelegateExecutionScriptBase()
    • Method Detail

      • runScript

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

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