Skip to main content

Module identity

Module identity 

Source
Expand description

Run identity types for the Oris kernel.

RunId identifies a long-running run; StepId identifies a step (e.g. node + attempt); Seq is the monotonically increasing event sequence number per run.

Type Aliasesยง

RunId
Identifies a long-running run (maps to current thread_id in graph API).
Seq
Monotonically increasing event sequence number per run.
StepId
Identifies a single step (e.g. node name + attempt).