Sparx Systems Forum

Enterprise Architect => General Board => Topic started by: Wishmaster84 on April 05, 2023, 05:46:16 pm

Title: Time trigger and After(time)
Post by: Wishmaster84 on April 05, 2023, 05:46:16 pm
Hi All,

I need to create a time trigger that perform a transition after a period of time. I would like to use the after(time) trigger. Is it supported by EA?
Thanks

Title: Re: Time trigger and After(time)
Post by: qwerty on April 05, 2023, 09:18:09 pm
In the State toolbox under Additional you find a Trigger element. Drag that onto the diagram and in the Properties under Trigger change Type to Time.

q.
Title: Re: Time trigger and After(time)
Post by: Takeshi K on April 06, 2023, 09:42:31 am
Hello Wishmaster84,

How to create a Trigger is as qwerty wrote, but I guess that you want to use the 'after' trigger in the EA simulation feature. (The 'after' trigger has a special meaning, defined in the UML specification.)

If so, unfortunately the simulation feature for Statemachines does not support the 'after' trigger. You need to fire the trigger manually during simulation.

HTH,