Netflix / maestro

Maestro: Netflix’s Workflow Orchestrator
Apache License 2.0
3.33k stars 201 forks source link

Provide flatten foreach support to help users navigate foreach iterations #64

Open jun-he opened 3 months ago

jun-he commented 3 months ago

Within foreach support, Maestro currently provides rollups to provide aggregated view of job status across all iterations. There is an improvement to further help users to navigate foreach iterations by grouping those steps across all iterations together. Then users can navigate them easily and help UI to build pagination support with it.