feat(wfe-core): add when condition field to WorkflowStep
This commit is contained in:
@@ -45,6 +45,7 @@ impl WorkflowInstance {
|
||||
matches!(
|
||||
p.status,
|
||||
PointerStatus::Complete
|
||||
| PointerStatus::Skipped
|
||||
| PointerStatus::Compensated
|
||||
| PointerStatus::Cancelled
|
||||
| PointerStatus::Failed
|
||||
|
||||
Reference in New Issue
Block a user