Skip to main content

Required Data

What kind of data?

Process Chart requires following data fields:

Data Roles Required

Data FieldDescriptionData TypeAllow Nulls
Process IdValue that identifies each processString or NumericNo
Event IdIdentifier of the event (sequence, order number etc)String or NumericNo
Next Event IdIdentifier of the next event where this one is linkedString or NumericYes
Event LabelLabel that descripes event (text shown in node)String or NumericNo

Let's consider the following data. There are two processes Process 1 and Process 2. Each of them have 3 nodes.

Process IdEvent IdNext Event IdEvent Label
11020Event A
12030Event B
130Event C
21030Event A
22030Event B
230Event C

How data can be seen in Process Chart

In Process Chart, data looks like this:

Simple data in Process Chart

Process Id is displayed at the top of the process and wraps all it's events under.

Process Id in visual

Each Event Id forms a node, with the Event Label displayed inside it.

Event in visual

Each combination of Event Id and Next Event Id forms a edge between nodes.

Edge in visual

Conclusion:

  • Process Id is unique id that represents a process.
  • Event Id is unique id within a process that represents a node. Event Id also defines order of the nodes in process.
  • Next Event Id is unique id within a process and event that represents a edge. This should be blank for events that are last in process.
  • Event Label describes the event that takes place. In one process, there can be many same Event Labels, but they must each have different Event Id. Event Label is used in Summary View as the value by which all processes are grouped.