英文:
Mapping of YAWL onto BPMN and vice versa
问题
Can somebody please guide me whether there is an overview (diagram?) showing which language elements map onto each other (or a construct in the other language) and which are unique in either BPMN or YAWL?
Can somebody please tell me which YAWL elements are not mapped onto BPMN elements and vice versa?
References: Aside from the two respective defining foundations, all I find is in-depth info is a research paper on Transformation of BPMN to YAWL (which is one-way).
英文:
Can somebody please guide me whether there is an overview (diagram?) showing which language elements map onto each other (or a construct in the other language) and which are unique in either BPMN or YAWL?
Can somebody please tell me which YAWL elements are not mapped onto BPMN elements and vice versa?
References: Aside from the two respective defining foundations, all I find is in-depth info is a research paper on Transformation of BPMN to YAWL (which is one-way).
- https://stackoverflow.com/questions/57035728/migrating-yawl-files-ywl-to-bpmn-2-0-schema-files
- Daniela Cristina Cascini Peixoto et. al.: A Comparison of BPMN and UML 2.0 Activity Diagrams
- https://stackoverflow.com/questions/3627754/workflow-languages
- https://stackoverflow.com/questions/37326677/map-bpmn-to-wsdl
- https://stackoverflow.com/questions/21029608/which-of-these-technology-to-use-for-bpm-workflow-engine-any-comparison-of-fe/21045665#21045665
- https://stackoverflow.com/questions/37326677/map-bpmn-to-wsdl
Disclaimer: I am fluent in BPM (in particular BPMN), as well as graph theory in general, but I am new to YAWL.
答案1
得分: 0
M.F. 发现了一篇由 J.-H. Ye & S. Ye: 撰写的手稿:YAWL 和 BPMN 之间的双向映射。我们两者都还没有获取到这份手稿,但摘要看起来很有前景。
研究了BPMN和YAWL之间的建模语言映射。这种转换有助于选择不同的建模语言并减少开发成本的重复。作为概念验证,该算法已经实现,并且在ProM6.0中提供了两个开源插件,分别称为BPMN2YAWL和YAWL2BPMN。
英文:
M.F. found the a manuscript by
J.-H. Ye & S. Ye: Bidirectional mapping between YAWL and BPMN. We both do not have access to the manuscript (yet), but the abstract looks promising.
> The modeling language mapping between BPMN and YAWL was researched. The transformation benefited the choice of different modeling languages and reduced duplication of development costs. As a proof of concept, the algorithm was implemented, and two open-sources plug-in called BPMN2YAWL and YAWL2BPMN are available in ProM6.0.
>
> Source: Researchgate.net: Bidirectional mapping between YAWL and BPMN
答案2
得分: 0
有一个YAWL XML格式定义,可以与BPMN XML格式定义进行比较。
[YAWL用户组] 也想指向您到Apromore以及YAWL用户组论坛中的相关讨论:
- 有一个名为apromore的工具,可以将BPMN或其他格式转换成YAWL XML格式。
英文:
There is a YAWL XML format definition which can be compared with the BPMN XML format definition.
> [The YAWL Usergroup] would also like to point you to Apromore and a related discussion in the YAWL User Group Forum:
> 1. There is an XSD file that specifies the YAWL XML format
2. There is a tool called apromore which converts BPMN or other formats into the YAWL XML format.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论