-
Notifications
You must be signed in to change notification settings - Fork 93
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
Documentation here: https://github.com/ovh/utask#steps indicates
Several conditions can be specified, the first one to evaluate as true is applied. A condition is composed of:
It's actually not true.
All the conditions are evaluated, regarding if one prior was true
We actually have unit test that validates this behavior
Line 465 in 93929c6
assert.Equal(t, step.StateToRetry, res.Steps["stepOne"].State) |
https://github.com/ovh/utask/blob/master/engine/templates_tests/stepCondition.yaml#L13-L27
We need to patch the documentation
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working