enum FlowStatusModule.typeimport { FlowStatusModule } from "https://dotland.deno.dev/x/windmill@v1.415.2/windmill-api/index.ts"; const { type } = FlowStatusModule; MembersFAILURE = "Failure"IN_PROGRESS = "InProgress"SUCCESS = "Success"WAITING_FOR_EVENTS = "WaitingForEvents"WAITING_FOR_EXECUTOR = "WaitingForExecutor"WAITING_FOR_PRIOR_STEPS = "WaitingForPriorSteps"