ENUM

AlwaysUpFlowStatus

link GraphQL Schema definition

1enum AlwaysUpFlowStatus {
2
3active
4
5inactive
6
7deleted
8}