DurableDashboard. Components. Workflow. StepDetail
(DurableDashboard v0.1.0-rc)
Copy Markdown
View Source
Shared expand panel for a single step execution — the in-place inspector used by both the Timeline tab and the History tab (and conceptually the same content as the Flow step inspector). One source of truth so a step's details read identically wherever you open them.
Layout: a compact horizontal stat strip (timing facts), input/output as
content-hugging syntax-highlighted JSON, an error panel when the step
failed, and the step's captured logs via the shared LogLine row.
Summary
Functions
Render the detail panel for a step (a StepExecution map/struct).
Functions
Render the detail panel for a step (a StepExecution map/struct).
duration_ms overrides the displayed duration (the Timeline sums it across
resume segments); it defaults to the step's own :duration_ms. class is
merged onto the outer container for positioning/margins at the call site.
Attributes
step(:map) (required)duration_ms(:any) - Defaults tonil.class(:any) - Defaults tonil.