Skip to content

taskflow name is not setted #76

@LinPr

Description

@LinPr

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions