Skip to content

workflows.Progress

func Progress(label string) workflows.ProgressTracker

Return a named progress tracker for the currently executing task.

Use named trackers when a task reports multiple progress indicators.

label string required

The progress indicator label.

A progress tracker for the named progress indicator.