473,585 Members | 2,657 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Single long flowchart vs multiple flowcharts for a multiprocess workflow

6 New Member
Hi,

I am drawing a cross-functionality flowchart, to document the process between 2 disjointed software systems. The first system can initiate functionality in the second, and the second system ques changes which need to be retrieved and acted upon with in the first system. Right now a Windows Service looks like the best way for me to handle this; the service would listen for events in the second system and initiate the appropriate actions in the first system.

So, I started drawing a cross-functional flowchart to a) confirm / nail down the business process with our managers, b) find all the touch points with their api, and c) communicate this to the second system’s developers, who insist we don’t need a piece of functionality (maybe their right, hopefully this will communicate the flaws in one of our processes).

The question comes up once the Windows Service ‘listener’ app got involved, it seemed logical to break each listener process into a separate diagram. However, I feel that passing the business people a stack of 10 diagrams instead of one might confuse them.

Has anybody thought about this before? Is there a general rule for doing this? Am I over thinking this?

Thanks in advance for your comments.

Regards,
John
Sep 19 '08 #1
2 2999
JosAH
11,448 Recognized Expert MVP
I'd try to chop up that entire flow chart in several 'layers'. The top layer would
concentrate on depicting the communication between the two peers and noting
much else, i.e. no details on the business processes running on a particular
peer.

The next level could be split into several flow charts as well: one per business
process running on a peer. This would clearly separate the technology (the
communication part between the peers) from the business processing part.

Of course this way you'd end up with a pile of smaller flow charts but then again
each flow chart won't be cluttered with details you're not interested in at that
particular moment.

kind regards,

Jos
Sep 21 '08 #2
stuckagain
6 New Member
Thanks Jos,

I wound up breaking each section with the 'Separator' in Visio. It allowed me to keep each area logically separated, but still simplified and flowing for the business people to understand it.

I think in the future though, that I may break process up into it's own diagram.

Thanks again,
John
Sep 23 '08 #3

Sign in to post your reply or Sign up for a free account.

Similar topics

1
1954
by: ccr | last post by:
Please view in a text editor so that the columnar text lines up. I used Terminal 9pt font to compose this post and copied/pasted to my newsreader program. I am writing in the hope that one of you Visual Basic experts may provide a solution, or at least some insight, to the problem described below. I am not a programmer, but am fairly...
1
1817
by: ccr | last post by:
Reposted with a longer line length. Apologies if I did not cancel the 1st attempt before you got it. If necessary, please view in a text editor so the columnar text lines up. I used Terminal 9pt font to compose this post and copied/pasted to my newsreader program. I am writing in the hope that one of you Visual Basic experts may provide...
1
9410
by: agent | last post by:
I am looking for ActiveX or .NET controls that would allow me to draw flowcharts. Besides a rich UI I strongly favor components that expose their APIs as much as possible . Any recommendation? Thanks.
0
1564
by: Jonathan Sachs | last post by:
This is actually needed for Java. I posted in a Java newsgroup and got no informative responses, but one person suggested I try a C++ group because C++ programmers deal more with legacy code. Searching the Web, I found several tools that are claim to perform this task: http://www.fatesoft.com/s2f/ http://www.aivosto.com/visustin.html...
13
2464
by: nigel.t | last post by:
I want to draw some fairly simple flow charts and process method charts to illustrate my PHP site and its local network operation. I dont need anything clever like code generation or stuff like that. The problem is I cant find anything (ideally freeware/shareware) that runs on win-98 I have corel-9 and MS office 2000 and someone said...
3
8429
by: Paulers | last post by:
hello everyone, can anyone recommend a free flowchart framework for vb.net? I was drooling over Flowchart.net until I saw the $500.00 price tag. I realize that a lot of work went into flowchart.net and I do not doubt that it is work $500.00, I just cant afford it. Any direction is greatly appreciated. Thanks :)
4
4683
by: Andrus | last post by:
For winforms application with multiple related forms it is reasonable to create Linq database context object in start of application. Context object is released only when application exits. So connection to database may remain open for all application run time. For such a long time, some routers close connection. This causes Connection is...
19
2375
by: William Gill | last post by:
I seem to be having a mentally bad period lately . My code is beginning to be terrible convoluted mess, and I shudder to think what it will be like to go back in a couple months and try to follow it, so I'm going back to basics. I need to flowchart what I'm doing. The problem is I can't seem to find anything that works well,and doesn't cost...
19
4122
by: sameer | last post by:
1-develop a flowchart and then write a c program to display all prime number less than the number entered by the user.
0
7908
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main...
0
8199
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. ...
0
8336
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that...
1
7950
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For...
0
5389
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert...
0
3835
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in...
0
3863
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2343
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
1447
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.