FailureDisposition
NexusLabs.Needlr.AgentFramework.Workflows¶
NexusLabs.Needlr.AgentFramework.Workflows.Sequential¶
FailureDisposition Enum¶
Controls how the pipeline runner handles a failed stage result.
Fields¶
AbortPipeline 0
Abort the pipeline immediately.
ContinueAdvisory 1
Continue the pipeline. The failure is advisory and does not affect pipeline success.