A workflow transition.

interface WorkflowTransition {
    id: number;
    name: string;
}

Properties

Properties

id: number

The transition ID.

name: string

The transition name.