Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

BPMN2-Modeler/DeveloperTutorials/AddingCDATA

< BPMN2-Modeler‎ | DeveloperTutorials
Revision as of 17:34, 10 March 2015 by Bbrodt.redhat.com (Talk | contribs) (Created page with "== Introduction == There have been a lot questions on the [https://www.eclipse.org/forums/index.php/f/226/ddf71c892847b96912ebdb3c19ce41f5/ BPMN2 Modeler Forum] lately about s...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Introduction

There have been a lot questions on the BPMN2 Modeler Forum lately about serialization of BPMN2 extension elements, specifically concerning the serialization of text values in a CDATA block instead of an attribute value.

This tutorial deals more with the implementation details in EMF, rather than focusing on a specific BPMN2 Modeler extension API feature. This functionality has already been added to the Custom Task example plugin, so this tutorial will show how it was done.

Back to the top