activeFlows property

List<String>? get activeFlows

Property getter and setter for activeFlows: A list of child flows that are currently active. A list of child flows that are currently active.

Implementation

List<String>? get activeFlows;
set activeFlows (List<String>? activeFlows)

Implementation

set activeFlows(List<String>? activeFlows);