A discovered process-tree node: a leaf activity or an operator over children.
@type t() :: %Ex4pm.Engine.Discovery.InductiveMiner.ProcessTree{ children: [t()], kind: :leaf | :sequence | :exclusive_choice | :tau, label: String.t() | nil }