Build structured activity details by correlating stream messages (inputs, timing, retries) with the process hierarchy (outputs).
Stream messages carry the raw data that flowed through each activity:
data contains the activity input argumentsdad (dimensional address) reveals cycle iterations (e.g., ,0,1,0 = 2nd cycle)created_at / expired_at give precise timingretry_attempt tracks retriesThe process hierarchy carries activity outputs organized by dimension. This method merges both into a flat, dashboard-friendly list.
Convert the job hash into a JobExport object. This object contains various facets that describe the interaction in terms relevant to narrative storytelling.
Inflates the job data into a JobExport object
the job data
the list of dependencies for the job
Inflates the dependency data into a JobExport object by organizing the dimensional isolate in such a way as to interleave into a story
the dependency data
Downloads job data and expands process data and includes dependency list