Automate Dependency Diagram

D

Dexter

hi,

i have a data file containing a job flow. something like the
following.

Job A
depends on B
depends on C
depends on D

Job B
depends on G

Job C
depends on E
depends on F
Job D
depends on H

Job E
depends on G

Job F
depends on H

Job I
depends on G
depends on H

Is there a tool to convert the following Job Flow into a diagram?
Please let me know.
Thank you.
 
B

BH

Many Tools out there can be made to do this. visio can use VBA and the File
System object to do this (as can our product PROCESS REVOLUTION).

If you own visio do some reading on their VBA programming features they have
a good set of manuals and you should only need the File System COM Object to
do this.

The only difficult thing will be the automated Diagram Layout Algorithms -
Visio is lacking a bit here - but it shoudl handle everything else well and
you can manually edit the diagram when its done.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top