Skip to content

Flow Enum

The Flow enum defines the direction of data or action flow in a system.

Enum Values

NameValueDescription
FLOW_OUTGOING0Represents outgoing flow.
FLOW_INCOMING1Represents incoming flow.
MAX_FLOWS2Represents the total number of flows.