Skip to content

Latest commit

 

History

History
21 lines (19 loc) · 795 Bytes

Transition.md

File metadata and controls

21 lines (19 loc) · 795 Bytes

Transition

Properties

Name Type Description Notes
id String The ID of the transition.
name String The name of the transition.
description String The description of the transition.
from List<String> The statuses the transition can start from.
to String The status the transition goes to.
type TypeEnum The type of the transition.
screen ScreenID [optional]
rules WorkflowRules [optional]

Enum: TypeEnum

Name Value
GLOBAL "global"
INITIAL "initial"
DIRECTED "directed"