graph

package
v0.5.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 6, 2026 License: MIT Imports: 2 Imported by: 0

Documentation

Overview

Package graph resolve ordem de execucao a partir do grafo do workflow.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Niveis

func Niveis(w wf.Workflow) ([][]string, error)

Niveis devolve os nos agrupados por nivel topologico: tudo no nivel N pode rodar em paralelo, e o nivel N+1 so comeca quando o N termina.

Agrupar por nivel, em vez de devolver uma lista linear, e o que preserva o paralelismo declarado. Uma ordenacao topologica simples serializaria gold_metrics e gold_users, que sao independentes.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL