Interface ErrorHandlingProcessData


public interface ErrorHandlingProcessData
Error handling process data, ie. which template shall be started if the node fails.
Author:
Kevin Goeser
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static enum 
    Constants for the parameter names which build the API of the template.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    My plug-in (data) ID.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the ID of the template which shall be instantiated when the node fails.
    void
    setTemplateID(UUID templateID)
    Set the error handling template ID.
  • Field Details

  • Method Details

    • getTemplateID

      UUID getTemplateID()
      Returns the ID of the template which shall be instantiated when the node fails. Note, that the template with the ID must exist in the process manager and must obey the API for error handling processes.
      Returns:
      The ID of the template to be instantiated when the node fails.
    • setTemplateID

      void setTemplateID(UUID templateID)
      Set the error handling template ID.
      Parameters:
      templateID -