use case - UML sequence diagram: how do i draw cron job? -


i'm developing application take advantages of restaurants dataset. every 1 week system run cron job synchronize restaurants available on public api database.

however how draw sequence diagram cron job? actor?

the actor scheduler (or can use cron object if like). target synchronizer object doing fancy web scanning.

enter image description here

you can use loop fragment show repetition. simple note :-)


Comments

Popular posts from this blog

xml - Extract substrings with XSLT -

math - "ELO Rating" and how does "TSR Rating" work? -

How can do a tuple comparison in coffeescript similar to that in python? -