Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我将创建一个使用 flowgear 子工作流的演示,我已阅读帮助文档,但我不明白何时使用子工作流。请给我一个示例,说明如何在 flowgear 中创建子工作流以及在什么情况下使用 flowgear 子工作流。谢谢
将引用子工作流视为等效于从代码中的函数中调用函数。您应该将工作流程分解为多个工作流程,并在您的顶级工作流程变得太大(可读性)、做太多事情(关注点分离)或您需要在其他地方使用工作流程的元素(重用)时相互调用它们)。