MobileApp:User Guide: Difference between revisions
Jump to navigation
Jump to search
| Line 15: | Line 15: | ||
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 [label="Enable Bluetooth"]; // [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; // [constraint=false]; | ReceivingImages -> Waiting; // [constraint=false]; | ||
Waiting -> End; // [constraint=false]; | Waiting -> End [label="Disable Bluetooth"]; // [constraint=false]; | ||
//{ rank=same; Begin Registered Processing WithResults Validated} | //{ rank=same; Begin Registered Processing WithResults Validated} | ||