Lattice Sidebar
The Lattice sidebar shows details for the selected workflow dispatch. It displays the following:
Dispatch ID
The ID of the selected dispatch. Click to copy the ID.
Description
The description of the lattice, if provided as a docstring in the lattice definition.
Started - Ended
The local time at which the dispatch started and ended. If the dispatch has not finished, the “Ended” time is omitted.
Runtime
The run duration for the dispatch. Updated in real time if the dispatch is still running.
Directory
The folder path where the result objects are stored for the lattice. Click to copy the folder path.
Input
The input parameters passed to the lattice function. Click the parameter string to copy a serialized representation of the input.
Result
The Result object returned by the lattice execution. Click the result string to copy a serialized representation of the input.
Executor
The type of executor to which the lattice is assigned.
Function String
The lattice
-decorated Python function.