Getting to know the process

Business Process Analytics in R

Gert Janssenswillen

Creator of bupaR

Identify data sources

Business Process Analytics in R

Reshape them

Business Process Analytics in R

Harmonize them

Business Process Analytics in R

Create event data

Business Process Analytics in R

Inspect event data

summary(otc)

Business Process Analytics in R

Activity presence

activity_presence(otc) %>% plot()

Business Process Analytics in R

Trace lengths

trace_length(otc) %>% plot()

Business Process Analytics in R

Entry points

start_activities(otc, "activity") %>% plot()

Business Process Analytics in R

Exit points

end_activities(otc, "activity") %>% plot()

Business Process Analytics in R

Let's practice!

Business Process Analytics in R

Preparing Video For Download...