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

    Interface WorkflowFlowAction

    interface WorkflowFlowAction {
        description?: string;
        flow: string;
        flowInputs?: WorkflowFlowActionParameter[];
        fullName?: string;
        label: string;
        language?: string;
        protected: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    description?: string
    flow: string
    fullName?: string
    label: string
    language?: string
    protected: boolean