Member Junction
    Preparing search index...

    Output of Workflow.Save.

    interface WorkflowSaveOutput {
        agentID?: string;
        errorMessage?: string;
        scheduledJobIDs?: string[];
        success: boolean;
        unreconciled?: string[];
    }
    Index

    Properties

    agentID?: string

    The Flow agent the workflow's graph persisted as — the handle for everything downstream.

    errorMessage?: string

    Every validation failure, not just the first, when the workflow was rejected.

    scheduledJobIDs?: string[]

    Scheduled Jobs created, updated or disabled by this save.

    success: boolean

    True when the workflow was validated and every substrate reconciled.

    unreconciled?: string[]

    Triggers the spec asked for that this build cannot yet reconcile, stated rather than dropped.