...
Info | ||
---|---|---|
| ||
|
...
Graphviz |
---|
digraph "Example: File Transfer using JADE JITL Job" { graph [rankdir=TB] node [fontsize=10] node [style=filled,fillcolor=aquamarine] checkDB [shape=Mrecord, label="{checkDB | {GO<GO>GO|no<no_GO>no_GO }}"] checkEncrypted [shape=Mrecord, label="{checkEncrypted | {Yes<Yes>Yes|No<No>No}}"] checkDB:GO -> checkEncrypted checkDB:no_GO -> WAITING checkEncrypted:Yes -> transportSourceToLocal -> encrypt -> transportLocalToTarget -> report checkEncrypted:No -> transportSourceToTarget -> report } |
...