feat(wfe-core): add when condition field to WorkflowStep

This commit is contained in:
2026-03-26 17:05:30 +00:00
parent aff3df6fcf
commit 9c90f0a477
2 changed files with 6 additions and 0 deletions

View File

@@ -45,6 +45,7 @@ impl WorkflowInstance {
matches!(
p.status,
PointerStatus::Complete
| PointerStatus::Skipped
| PointerStatus::Compensated
| PointerStatus::Cancelled
| PointerStatus::Failed