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

    Контекст выполнения workflow

    interface WorkflowContext {
        analysisResults: Record<string, any>;
        intermediateFiles: Record<string, string>;
        params: WorkflowParams;
        progressCallback?: (progress: number, step: string) => void;
        tempDirectory: string;
        timelineData: any;
        workflowId: string;
    }
    Index

    Properties

    analysisResults: Record<string, any>
    intermediateFiles: Record<string, string>
    progressCallback?: (progress: number, step: string) => void
    tempDirectory: string
    timelineData: any
    workflowId: string