@valon-technologies/gestalt
    Preparing search index...

    Interface WorkflowRunContext

    interface WorkflowRunContext {
        provider: string;
        runId: string;
        target?: Record<string, JsonInput>;
        trigger: WorkflowRunContextTrigger;
        input: Record<string, JsonInput>;
        metadata: Record<string, JsonInput>;
        signals: readonly WorkflowRunContextSignal[];
        createdBySubjectId: string;
        latestSignal?: WorkflowRunContextSignal;
    }
    Index

    Properties

    provider: string
    runId: string
    target?: Record<string, JsonInput>
    input: Record<string, JsonInput>
    metadata: Record<string, JsonInput>
    signals: readonly WorkflowRunContextSignal[]
    createdBySubjectId: string