MobileApp:User Guide: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 13: | Line 13: | ||
End [label="" shape="doublecircle" style=filled fillcolor="black" fixedsize=true width=0.2 height=0.2]; | End [label="" shape="doublecircle" style=filled fillcolor="black" fixedsize=true width=0.2 height=0.2]; | ||
// Edges | // Edges | ||
Begin -> Waiting [constraint=false]; | Begin -> Waiting; // [constraint=false]; | ||
Waiting -> TransferingWorklist [label="Mobile request" | Waiting -> TransferingWorklist [label="Mobile request"]; | ||
TransferingWorklist -> Waiting [constraint=false]; | TransferingWorklist -> Waiting; // [constraint=false]; | ||
Waiting -> ReceivingImages [label="Mobile request" | Waiting -> ReceivingImages [label="Mobile request"]; | ||
ReceivingImages -> Waiting | ReceivingImages -> Waiting; // [constraint=false]; | ||
Waiting -> End [constraint=false]; | Waiting -> End [constraint=false]; | ||