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 ClassesModifier and TypeInterfaceDescriptionstatic enumConstants for the parameter names which build the API of the template. -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionReturns the ID of the template which shall be instantiated when the node fails.voidsetTemplateID(UUID templateID) Set the error handling template ID.
-
Field Details
-
ID
My plug-in (data) ID.- See Also:
-
-
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
Set the error handling template ID.- Parameters:
templateID-
-