Halt
Introduction
Halt action can be used to stop the execution flow by returning an error status. If the execution flow reaches this
action it will act as if an error was found, will return an 0
as error code
and the message you set in the settings as error description.
Settings
Halt Settings has a single text field called Content, any value inserted
in that field will be printed to STDOUT
by the CLI when the execution flow has
reached that action as it was an error, just
before the execution stops.
This settings value should be a string for validation purposes.