Technical Elements Documentation
    Preparing search index...

    Interface EventTreeSequence

    Interface representing an event tree sequence. Sequences are paths through an event tree leading to an end state.

    HLR-ES-A, ES-C1, ES-A6

    interface EventTreeSequence {
        endState?: string;
        eventSequenceId?: event_sequence_analysis.EventSequenceReference;
        functionalEventStates?: Record<string, "SUCCESS" | "FAILURE">;
        instructions?: string[];
        label?: string;
        name: string;
    }

    Hierarchy

    • Unique
    • Named
      • EventTreeSequence
    Index

    Properties

    endState?: string

    End state reference

    Associated event sequence reference

    functionalEventStates?: Record<string, "SUCCESS" | "FAILURE">

    The states of functional events in this sequence

    instructions?: string[]

    Instructions or logic for this sequence

    label?: string

    Optional descriptive label

    name: string

    Unique name/identifier for the sequence