Interface ErrorHandlingProcessData


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

      • 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 -