kstatemachine icon indicating copy to clipboard operation
kstatemachine copied to clipboard

How to do parallel data states?

Open josiahmoreno opened this issue 1 year ago • 1 comments

I have a DataState that is called StateA with ChildMode.PARALLEL, how do I make sure its child datastates get the original data? I keep getting Last data is not available yet in

josiahmoreno avatar May 04 '24 20:05 josiahmoreno

Hi, DataState can receive its data by two ways:

  1. By DataEvent targeting this state
  2. By default data value set on state creation point

Data is NOT propagated over DataState hierarchy in some way.

nsk90 avatar May 06 '24 07:05 nsk90

closing as stale

nsk90 avatar May 17 '24 18:05 nsk90