Book a Demo

Author Topic: InterTriggerTimer - Condition  (Read 2641 times)

berry242

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
InterTriggerTimer - Condition
« on: August 17, 2022, 07:35:32 pm »
Hi all,

I am rather new to EA and am Working with the BPSim Functionality in order to simulate BPMN2.0 Processes.

I am trying to run a process where an obejct is beeing "Designed" for 100 times, meaning 100 designs are created by one person. Each activity has a processing time (productive) and a waiting time (non productive). Now I wanted to depict the total waiting time in a graph and noted, that depending on the inter trigger timer, the waiting time increases as tokens pile up before tasks and therefore the "waiting time" is unequal to the total sum of set waiting times * 100.

Even if unrealistic, for my assumptions I see the issue in the InterTriggertimer.

Question in short: Is there a possibility to set the InterTriggerTimer to a condition which would match the following requirement:

Once the token "N" has started and reached the end event, the token "N+1" is beeing launched.

Thank you for your support!