The status reference and port that a transition is connected to.

interface StatusReferenceAndPort {
    port?: number;
    statusReference: string;
}

Properties

port?: number

The port this transition uses to connect to this status.

statusReference: string

The reference of this status.