@deskcreate/agentcraft
    Preparing search index...

    Interface WorkflowInspection

    Static workflow graph returned by workflow.inspect().

    interface WorkflowInspection {
        steps: { stepId: string; type: string }[];
        workflowId: string;
    }
    Index

    Properties

    Properties

    steps: { stepId: string; type: string }[]
    workflowId: string