Options
All
  • Public
  • Public/Protected
  • All
Menu

The details of a workflow transition.

Hierarchy

  • CreateWorkflowTransitionDetails

Index

Properties

Optional description

description: string

The description of the transition. The maximum length is 1000 characters.

Optional from

from: string[]

The statuses the transition can start from.

name

name: string

The name of the transition. The maximum length is 60 characters.

Optional properties

properties: Record<string, string>

The properties of the transition.

Optional rules

The rules of the transition.

Optional screen

The screen of the transition.

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