Result
A Result object is returned after running a job or workshop. It provides are relevant ids for your workflow, along with a status of the generation.
Use the ids to execute actions downstream to jobs, pipelines, or workshops, and use the status to handle the output accordingly.
Results also contain a spec
, which is the current mapping logic for the pipeline. See Parsing Spec to learn more.
Below is a Results example payload.
results payload example