Skip to main content
func (workflowClient) List(ctx context.Context) ([]*workflows.Workflow, error)
List all workflows.

Returns

A list of workflow objects.
workflowsList, err := client.Workflows.List(ctx)