Timeline Studio API Documentation - v0.26.0
    Preparing search index...

    Сервис для автоматизации workflow

    Index

    Methods

    • Получить доступные типы workflow

      Returns {
          complexity: "medium" | "simple" | "complex";
          description: string;
          estimatedDuration: number;
          name: string;
          outputs: string[];
          supportedInputs: string[];
          type: WorkflowType;
      }[]