Interface AddChildrenOpts

interface AddChildrenOpts {
    multi: ChainableCommander;
    nodes: FlowJob[];
    parent: {
        parentDependenciesKey: string;
        parentOpts: {
            id: string;
            queue: string;
        };
    };
    queuesOpts?: FlowQueuesOpts;
}

Properties

multi: ChainableCommander
nodes: FlowJob[]
parent: {
    parentDependenciesKey: string;
    parentOpts: {
        id: string;
        queue: string;
    };
}

Type declaration

  • parentDependenciesKey: string
  • parentOpts: {
        id: string;
        queue: string;
    }
    • id: string
    • queue: string
queuesOpts?: FlowQueuesOpts

Generated using TypeDoc