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.
joint.jsのグラフオブジェクトをbpmn2 xml形式に変換できますか?
はいの場合、どのように行うことができますか?
グラフのすべての要素とリンクをループして BPMN2 xml 形式を生成するか (グラフをウォークスルーするには、次のメソッドを使用します: graph.getElements()、graph.getLinks()、graph.getConnectedLinks())、グラフから JSON を生成し ( graph.toJSON())、そのコンバーターを記述します。 JSON を BPMN2 xml に変換します。
graph.getElements()
graph.getLinks()
graph.getConnectedLinks()
graph.toJSON()