Currently there are 2 end status values.
Success
Error
Sometimes I wish that I can give warnings in the workflow (maybe with an extra node) that does not run directly to an error but points it out: Hey there could be problems here.
A status “Warn” would be really great for something like that.
Also a trigger node(warn workflow) would be really useful for this.
@lublak do you envision this as a “workflow status” type of node?
It could then be placed anywhere in the flow where you want to terminate the execution, and decide on a status via the node’s parameters (success, error, warn).
Yes something like that. Only with an extra addition in case of a warning not to stop the worklfow but only to set the final state to “warn”.
Maybe as an extra option: “do not stop the workflow”. @maxT
If the node had “do not stop workflow = true” and then a later node returns an error, should the error override the warn? Or do you see scenarios where both is possible? (does override, does not override)