Flowchart – A Quick Guide

Flowchart – A Quick Guide

A flowchart is a graphical representation of an algorithm, workflow, or process, with different types of boxes representing different types of steps, and arrows connecting every two steps. This representation facilitates the illustration of solutions to known problems. Flowcharts are widely used to analyze, design, document, and operate processes or procedures in many fields.

Continue reading
A Comprehensive Guide to Flowchart

A Comprehensive Guide to Flowchart

A flowchart is used to show the successive steps in a process. Such diagrams use a series of interrelated symbols to map the entire process, making the process easy to understand and helpful in communicating with others. Flowcharts can be used to explain the workings of a complex and/or abstract process, system, concept or algorithm. Flowcharting can also help to plan and develop processes, or improve existing processes.

Continue reading
Develop DFD with Stepwise Refinement

Develop DFD with Stepwise Refinement

One of the effective way to solve a complex problem is to break it down into simpler sub-problems. You start by breaking down the whole task into simpler parts. Step-by-step refinement is essentially a decomposition of the system to gain insight into the subsystems that make up the system, known as the top-down decomposition method.

Continue reading
What is Case Management Model and Notation (CMMN)

What is Case Management Model and Notation (CMMN)

CMMN is a graphical notation used for capturing work methods that are based on the handling of cases requiring various activities that may be performed in an unpredictable order in response to evolving situations. Using an event-centered approach and the concept of a case file, CMMN expands the boundaries of what can be modeled with BPMN, including less structured work efforts and those driven by knowledge workers. Using a combination of BPMN and CMMN allows users to cover a much broader spectrum of work methods.

Continue reading