import React from "react"; import { Handle, Position } from 'reactflow'; /* import "./pipeline-step.css" */ export default function PipelineStepComponent({ data, selected, ...others }) { console.log("from reactstep", selected) return (
{/* */}
{data.name}
{/* */} {/*
{{runTime | duration}}
*/}
); }