Hello Community.
I've a boundary timer event attached to a human activity, and set a time to this event as well as a sequence flow. In the exported xml the boundary event looks like the following.
<model:boundaryEvent id="_P1F3oHhPEeOWHOK-7BXDXA" name="Test" attachedToRef="_P1F3oHhPEeOWHOK-7BXDXA" cancelActivity="true">
<model:timerEventDefinition id="eventdef-Test">
<model:timeCycle>172800000L</model:timeCycle>
</model:timerEventDefinition>
</model:boundaryEvent>
My problem is, that the guid in attachedToRef is the same as the id of the boundary event itself. Hence I don't have any knowledge about the activity to which this boundary event is attached.
Is this an error within the export routine ? Or how can I find the link between the activity and the timer event?
Thanks and Cheers
Tim