-
Notifications
You must be signed in to change notification settings - Fork 27
Closed
Description
Currently taskflow name is not setted but some user probably use the taskflow name in some situation
// NewTaskFlow returns a taskflow struct
func NewTaskFlow(name string) *TaskFlow {
return &TaskFlow{
graph: newGraph(name),
}
}
func (tf *TaskFlow) Name() string {
return tf.name
}
So i will make a PR fow this issue
Metadata
Metadata
Assignees
Labels
No labels