Member Junction
    Preparing search index...

    Output of Workflow.Validate.

    interface WorkflowValidateOutput {
        errors?: { code: string; message: string; triggerIndex?: number }[];
        valid: boolean;
    }
    Index

    Properties

    Properties

    errors?: { code: string; message: string; triggerIndex?: number }[]

    One entry per problem, each carrying a machine-readable code.

    valid: boolean