-
-
Notifications
You must be signed in to change notification settings - Fork 196
Open
Labels
enhancementNew feature to be implementedNew feature to be implemented
Milestone
Description
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
Labels
enhancementNew feature to be implementedNew feature to be implemented