This repository has been archived by the owner on Dec 21, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 244
Introduce waiting status in /sequence endpoint #5526
Comments
ermin-muratovic
added
area:core
type:improvement
Improves/enhances an existing feature
labels
Oct 6, 2021
2 tasks
thisthat
added
the
ready-for-refinement
Issue is relevant for the next backlog refinment
label
Oct 27, 2021
We should define the list of possible states before we can tackle this issue |
@thisthat is the list of possible states already defined for this issue ? Thank you. |
From discussion we know that states of sequences can have these values:
Stages have also the same states as sequences + state It should be enough to introduce a new state Use CaseWhen a running sequence (in state |
ermin-muratovic
added a commit
that referenced
this issue
Dec 16, 2021
…olution and this will be fixed with #5526) Signed-off-by: ermin.muratovic <[email protected]>
ermin-muratovic
added a commit
that referenced
this issue
Jan 10, 2022
…olution and this will be fixed with #5526) Signed-off-by: ermin.muratovic <[email protected]>
ermin-muratovic
added a commit
that referenced
this issue
Jan 10, 2022
* don't load traces if only remediation title is need. remeditation title is now provided with GET /sequence endpoint Signed-off-by: ermin.muratovic <[email protected]> * ignore waiting status for remediation sequences (is an intermediate solution and this will be fixed with #5526) Signed-off-by: ermin.muratovic <[email protected]> * load actions for remediation sequence correctly Signed-off-by: ermin.muratovic <[email protected]> * add problemTitle to mocks, where sequence endpoint is used Signed-off-by: ermin.muratovic <[email protected]>
odubajDT
removed
the
ready-for-refinement
Issue is relevant for the next backlog refinment
label
Jan 14, 2022
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The
/sequence
endpoint returns astate
property and each stage has also astate
property. Currently the overall state might betriggered
,paused
orfinished
. However, the stage state is eithertriggered
orfinished
, see example below.The
state
value should also returnstarted
for started stages.If the user paused a sequence, I would expect to see the state
paused
instead of the statetriggered
.If the sequence is waiting for another sequence to be finished, I would expect to see the state
waiting
instead of the statetriggered
.This is a breaking change.
DoD
The text was updated successfully, but these errors were encountered: