Member Junction
    Preparing search index...
    type WorkflowSyncResult = {
        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
    ScheduledJobIDs: string[]

    Scheduled Jobs created, updated or disabled by this reconciliation.

    Success: boolean
    Unreconciled: string[]

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