cancel
Showing results for 
Search instead for 
Did you mean: 

Manual .CSV File Upload to SAP Signavio Process Intelligence

alessandro__
Discoverer
0 Kudos

Dear SAP Community,

I am currently writing my bachelor thesis on SAP Signavio. I have created the following diagram as a BPMN diagram in the Process Manager:

alessandro___0-1710339250806.png

 

I have also created a csv file for manual upload to SAP Signavio Process Intelligence. The file looks like this:

alessandro___1-1710339250807.png

 

The result of creating an investigation and linking the activities with the BPMN model is the following process discovery:

alessandro___2-1710339250808.png

 

And this is where I have a problem. I would like to create a branch from a parent task to two subtasks, which should signal that after one task the next two tasks should run in parallel. My goal is to create a branch like this:

alessandro___3-1710339250810.png

 

How can I achieve this or how do I have to revise the csv file to create this branch in Process Discovery? I would be very grateful for your help, this is essential for my scientific work.

Accepted Solutions (0)

Answers (1)

Answers (1)

manuelmeindl
Advisor
Advisor

Hi Alessandro, 

in process mining usually multiple events relate to one case. The minimum example that you generate has always a different case id. In reality, you could upload e.g. 1 case with 4 events and another case with 4-5 events where some are the same and some are others. 

Case 1234
Event 1
Event 2 
Event 3

Case 1235
Event 1
Event 3
Event 3
Event 4

Best
Manuel

alessandro__
Discoverer
0 Kudos
Thanks for the Help!