Skip to main content
Question

How can I show throughput time of repeating activities (first_occurrence to last_occurrence ) in the Process Explorer using process KPI's ?

  • February 8, 2023
  • 4 replies
  • 8 views

abhishek.chatu14
Level 11
Forum|alt.badge.img+4

Example: A(1)-C-B(1)-A(2)-B(2)-N-A(3); In this case I need the throughput time between A(1)->B(2). any ideas? 

 

For the rest it should show me values like

C->B(1),

B(2)->N and

N->A(3)

 

Currently I use something like the following

 

DATEDIFF(dd, SOURCE ( "ACTIVITIES"."EVENTIME" ),TARGET( ( "ACTIVITIES"."EVENTIME" )))

 

However this works for the rest of the flow but for A(1)->B(2) it will just return 0

4 replies

Forum|alt.badge.img+3
  • Level 0
  • February 27, 2023
Hi, Please find this document page that shows you how to use the throughput time : https://docs.celonis.com/en/throughput-times.html#idm45248670665808 Many thanks for understanding. Have a great day.

abhishek.chatu14
Level 11
Forum|alt.badge.img+4
Hi, Please find this document page that shows you how to use the throughput time : https://docs.celonis.com/en/throughput-times.html#idm45248670665808 Many thanks for understanding. Have a great day.

Does not answer my question @ilmi.hajdi I am looking for specific flow i.e for this case A(1)-C-B(1)-A(2)-B(2)-N-A(3); time between A(1)->B(2)

For the rest it should show me values like

C->B(1),

B(2)->N and

N->A(3)

 


Maybe CASE WHEN and several PROCESS EQUALS (one for each combination)?

 

HTH


abhishek.chatu14
Level 11
Forum|alt.badge.img+4

Maybe CASE WHEN and several PROCESS EQUALS (one for each combination)?

 

HTH

Would be very difficult to make it dynamic..