Skip to content

workflows.DefaultProgress

func DefaultProgress() workflows.ProgressTracker

Return the default progress tracker for the currently executing task.

Use the returned tracker to update total and completed work units inside a task Execute method.

A progress tracker for the default progress indicator.