-
- Input Parameter Values
-
- {Object.entries(parameters).length === 0 && (
-
This workflow doesn't have any input parameters.
- )}
- {Object.entries(parameters).map(([key, value]) => {
- return (
-
-
- {typeof value === "string" ||
- typeof value === "number" ||
- typeof value === "boolean" ? (
-
- ) : (
-
- )}
-
+
+ {
+ return cn(
+ "cursor-pointer rounded-sm px-3 py-2 hover:bg-slate-700",
+ {
+ "bg-slate-700": isActive,
+ },
);
- })}
-
- )}
+ }}
+ >
+ Blocks
+
+
{
+ return cn(
+ "cursor-pointer rounded-sm px-3 py-2 hover:bg-slate-700",
+ {
+ "bg-slate-700": isActive,
+ },
+ );
+ }}
+ >
+ Output
+
+
{
+ return cn(
+ "cursor-pointer rounded-sm px-3 py-2 hover:bg-slate-700",
+ {
+ "bg-slate-700": isActive,
+ },
+ );
+ }}
+ >
+ Parameters
+
+
{
+ return cn(
+ "cursor-pointer rounded-sm px-3 py-2 hover:bg-slate-700",
+ {
+ "bg-slate-700": isActive,
+ },
+ );
+ }}
+ >
+ Recording
+
+
+