+
+ + + + +
+ + {#if selectedStep} +
+
+

{selectedStepId}

+ +
+ +
+
Status
+ + {selectedStep.status} + +
+ + {#if selectedStep.started_at} +
+
Started
+
{formatTime(selectedStep.started_at)}
+
+ {/if} + + {#if selectedStep.completed_at} +
+
Completed
+
{formatTime(selectedStep.completed_at)}
+
+ {/if} + + {#if selectedStep.session_id} + + {/if} + + {#if selectedStep.error} +
+
Error
+
{selectedStep.error}
+
+ {/if} + + {#if selectedStep.output} +
+
Output
+
{selectedStep.output}
+
+ {/if} +
+ {/if} +