Options
All
  • Public
  • Public/Protected
  • All
Menu

Details of a workflow transition.

Hierarchy

  • Transition

Index

Properties

description

description: string

The description of the transition.

from

from: string[]

The statuses the transition can start from.

id

id: string

The ID of the transition.

name

name: string

The name of the transition.

Optional properties

properties: Record<string, any>

The properties of the transition.

Optional rules

A collection of transition rules.

Optional screen

The details of a transition screen.

to

to: string

The status the transition goes to.

type

type: "global" | "initial" | "directed"

The type of the transition.

Legend

  • Namespace
  • Variable
  • Function
  • Type alias
  • Interface
  • Property
  • Class
  • Class with type parameter
  • Enumeration

Generated using TypeDoc