You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We want to use dagu at our company and have to use a lot of sub workflows. Unfortunately the sub workflow process seems to be "broken".
If i use a simple sub workflow configuration, the following error appeared in the web ui log:
Error: unknown flag: --requestID
Usage:
dagu start [flags] /path/to/spec.yaml [-- params1 params2]
Flags:
-c, --config string config file (default is $HOME/.config/dagu/config.yaml)
-h, --help help for start
-p, --params string parameters to pass to the DAG
-q, --quiet suppress output
-r, --req string request ID for the DAG execution
We want to use dagu at our company and have to use a lot of sub workflows. Unfortunately the sub workflow process seems to be "broken".
If i use a simple sub workflow configuration, the following error appeared in the web ui log:
If i understand the go code correctly, the issue arised with the change
https://github.com/dagu-org/dagu/pull/834/files#diff-e3ad76770e5ac8ed654e8c5585782469e67e0d981adb9153604109263f22e93eR47
The sub flow go code seems to use the old requestID param:
dagu/internal/digraph/executor/sub.go
Line 65 in 3618023
Thx in advance
The text was updated successfully, but these errors were encountered: