Class ScriptingBpmnUtils

java.lang.Object
com.flowable.platform.engine.impl.scripting.ScriptingBpmnUtils

public class ScriptingBpmnUtils extends Object
Author:
Arthur Hupka-Merle
  • Constructor Details

    • ScriptingBpmnUtils

      public ScriptingBpmnUtils()
  • Method Details

    • throwError

      public void throwError(String errorCode, String message)
      Throws an BPMN Error which can be handled in the model by Error start events or Error boundary events.
      Parameters:
      errorCode - the BPMN error code used as reference in BPMN models.
      message - additional message to carry.
    • throwError

      public void throwError(String errorCode)
      Throws an BPMN Error which can be handled in the model by Error start events or Error boundary events.
      Parameters:
      errorCode - the BPMN error code used as reference in BPMN models.