How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Orca: Reducing Execution Size by Excluding Keys from Stage Outputs

calendar_today January 1, 2001 domain spinnaker

Overview Every stage in an Orca execution has a context and an outputs map: context is scoped to the stage. It holds whatever the stage’s tasks need in order to do their own work. outputs is promoted to the execution and made visible to downstream stages, so anything a task writes there is stored with the execution and travels with it for the remainder of the pipeline.

open_in_new Read original post