Skip to content

Enable Direct Execution of DAGs via Go Code #583

Open
@yottahmd

Description

@yottahmd

Overview
Implement the capability to execute DAGs directly from Go code.

Example Usage:

err := dagu.Start("someDAG", dagu.Params("FOO=BAR"))

Implementation
Expose the Start function as follows:

package dagu

// Start starts DAG execution with specified options
function Start(dagName string, opts ...options)

Additional Context

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature to be implemented

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions