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

linux - Does gcc have any options to add version info in ELF binary file? -

java - Are there any classes that implement javax.persistence.Parameter<T>? -

android - send complex objects as post php java -