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.
我想实现以下目标:创建的所有工作流都应该具有相同的结构(验证、执行、保存结果),并且所有开发人员都应该实现这三个阶段(可能留空)。类似于抽象方法的继承。
有任何想法吗?
使用这三个步骤作为属性创建一个自定义活动,并将其用作所有工作流的基础。