FailureDisposition
NexusLabs.Foundry.MicrosoftAgentFramework.Workflows¶
NexusLabs.Foundry.MicrosoftAgentFramework.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.