Concurrent Runs
Multiple Runs of the same Asset can be active simultaneously. Each data point is owned by the Run that recorded it, so concurrent Runs on the same Asset do not collide even when they write to the same channel name at the same timestamp. This is the recommended pattern for parallel test sessions or CI workloads:- Create one Asset for the system under test (for example,
e1-sim). - Start one Run per session, branch, or job. Name or tag each Run to make it identifiable later. For example, with a git SHA or CI job ID.