Skip to main content

Hi,

I have an eventlog, with two IDs: JR ID and App ID.

JR ID is always present, whereas App ID is only present in certain activities. The relationship between JR ID and App ID is 1:N. I have created a new ID as a combination of both, to use as my case ID for the eventlog.

imageThen i created 2 eventlogs within Celonis using simple formula:

 

EL_APP:

CASE WHEN "Eventlog"."APP ID" is NOT NULL

then

"Eventlog"."ACTIVITY"

end

 

EL_JR:

CASE WHEN "Eventlog"."APP ID" is NULL

then

"Eventlog"."ACTIVITY"

end

 

The idea behind is to show a transition between both newly created eventlogs. Sadly, Celonis doesn't find any common ground for transition and both the eventlogs are shown without any transition.

imageSo my questions is: On what basis does two eventlogs create a successful transition? What am i missing here?

 

Sadly this link doesn't help me with my investigation.

https://docs.celonis.com/en/process-explorer.html#UUID-fa936c2b-df63-5e61-69a4-1bb2a0280b9e_section-idm4556557076665633518776083748

 

Thanks for any insights here,

 

Cheers

Hi @himanshu.sharm16 

 

Please reach out to servicedesk@celonis.com.

 

Regards,

Doruntina


Reply