Update "Job Run Process" diagram according to runJobWrapper

This commit is contained in:
Jeeken Wang 2019-07-31 12:26:09 +08:00
parent 540eea8aeb
commit 8408236646

View File

@ -41,12 +41,12 @@ Pre-built binary for Linux x86_64 is available at [Github releases](https://gith
PreSyncing Syncing Success
+-----------+ +-----------+ +-------------+ +--------------+
| pre-job +--+->| job run +--->| post-exec +-+-->| post-success |
+-----------+ ^ +-----------+ +-------------+ | +--------------+
+-----------+ +----------+ +-----------+ +-------------+ +--------------+
| pre-job +--+->| pre-exec +--->| job run +--->| post-exec +-+-->| post-success |
+-----------+ ^ +----------+ +-----------+ +-------------+ | +--------------+
| |
| +-----------------+ | Failed
+------+ post-fail |<---------+
+----------------+ post-fail |<---------------+
+-----------------+
```