public class FlowExecutionStatus
extends org.springframework.core.enums.StaticLabeledEnum
FlowExecutionImpl to track its status. Flow Executions initially start out in
NOT_STARTED. After start is called, they are ACTIVE. After ending, their status is updated to ENDED.| Modifier and Type | Field and Description |
|---|---|
static FlowExecutionStatus |
ACTIVE
The flow execution has started and a session is active.
|
static FlowExecutionStatus |
ENDED
The flow execution has ended.
|
static FlowExecutionStatus |
NOT_STARTED
The flow execution has not yet started.
|
public static final FlowExecutionStatus NOT_STARTED
public static final FlowExecutionStatus ACTIVE
public static final FlowExecutionStatus ENDED