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

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

Properties

port?: number

The port the transition is connected to this status.

statusReference?: string

The reference of this status.