func Progress(label string) workflows.ProgressTrackerReturn a named progress tracker for the currently executing task.
Use named trackers when a task reports multiple progress indicators.
Parameters
Section titled “Parameters”label string required The progress indicator label.
Returns
Section titled “Returns”A progress tracker for the named progress indicator.