您的问题不清楚。到目前为止,我还没有在流程图中看到过这种(定向的)形状。可能应该旋转 90 度:
可以使用shapes.symbols
TikZ 库简单绘制:
\documentclass[tikz, margin=3mm]{standalone}
\usetikzlibrary{shapes.symbols}
\begin{document}
\begin{tikzpicture}
\node[signal, signal to=east and west, draw] at (0,1) {To East and West};
\end{tikzpicture}
\end{document}