vlocode-project - v1.40.0-beta-4
    Preparing search index...

    Interface FlowStage

    interface FlowStage {
        description?: string;
        isActive: boolean;
        label: string;
        name?: string;
        processMetadataValues?: FlowMetadataValue[];
        stageOrder: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    description?: string
    isActive: boolean
    label: string
    name?: string
    processMetadataValues?: FlowMetadataValue[]
    stageOrder: number