-
Hi, I know that the workflow uses the null GModel factory implementation, but I'm wondering where the handoff from the .wf file happens. Where in the workflow example code or in the GLSP server code does the server get the .wf file and turn it into a GModel? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Hi @gee4vee , |
Beta Was this translation helpful? Give feedback.
-
@tortmayr sorry I should have been clearer. We are looking at the node server implementation only. Can you point me to the relevant code there? |
Beta Was this translation helpful? Give feedback.
-
Sure, for the node implementation the |
Beta Was this translation helpful? Give feedback.
Sure, for the node implementation the
GModelStorage
code can be found here:https://github.com/eclipse-glsp/glsp-server-node/blob/b178eb2cf7509fdfa3349e012b33c651340dc0bb/packages/server-node/src/gmodel-lib/gmodel-storage.ts#L42