behave-graph icon indicating copy to clipboard operation
behave-graph copied to clipboard

When a series of identical events are scheduled, should each event have its own output values?

Open bhouston opened this issue 2 years ago • 0 comments

Let's say there is an event that fires, "door state", and it has an output value called "isOpen." If it fires 2 separate times, one with "isOpen = true" and a second "isOpen = false." then I guess we have to somehow set these values on the event when it fires as output values.

bhouston avatar Sep 01 '22 16:09 bhouston