workflow mit anschlussanfrage erweitert
This commit is contained in:
parent
f5b503d172
commit
c5c68743ea
2 changed files with 3 additions and 0 deletions
|
|
@ -1,5 +1,6 @@
|
|||
digraph prio {
|
||||
new
|
||||
waitforclose
|
||||
sofort
|
||||
treffen
|
||||
sprint
|
||||
|
|
@ -8,6 +9,8 @@ digraph prio {
|
|||
closed
|
||||
|
||||
new -> sofort [label="dringendes/großes problem"]
|
||||
new -> waitforclose [label="::neuanschluss antworten"]
|
||||
waitforclose -> treffen [label="antwort"]
|
||||
new -> treffen [label="relevantes problem"]
|
||||
new -> sprint [label="ich kümmer mich drum"]
|
||||
new -> backlog [label="unwichtig"]
|
||||
|
|
|
|||
BIN
workflow.png
BIN
workflow.png
Binary file not shown.
|
Before Width: | Height: | Size: 31 KiB After Width: | Height: | Size: 91 KiB |
Loading…
Add table
Add a link
Reference in a new issue